You are browsing as a guest. Sign up (or log in) to start making projects!

rawFilm

  • 2 Devlogs
  • 3 Total hours

a program to aid old video restorations and automate a ton

Open comments for this post

1h 51m 20s logged

rawFilm

a program to restore old films to look like they’ve been taken by a modern day digital camera

currently ive made a command line interface and worked a little bit on the actual video fixing. Ive made background flicker fixing and i would show some examples but the video im using as a test is really long and i cant be bothered to get a smaller video haha

anyway im gonna add in some video jitter fixes and denoising to remove the film grain

and then MAYBE colorizing as an option but i assume it would be slow

also i forgot to add but i HAVE implemented a FFmpeg thing to convert the video to an image sequence and then use pillow to edit it.

rawFilm

a program to restore old films to look like they’ve been taken by a modern day digital camera

currently ive made a command line interface and worked a little bit on the actual video fixing. Ive made background flicker fixing and i would show some examples but the video im using as a test is really long and i cant be bothered to get a smaller video haha

anyway im gonna add in some video jitter fixes and denoising to remove the film grain

and then MAYBE colorizing as an option but i assume it would be slow

also i forgot to add but i HAVE implemented a FFmpeg thing to convert the video to an image sequence and then use pillow to edit it.

Replying to @not-willem

0
2
Open comments for this post

49m 20s logged

Started coding a command line interface.

Gotta actually make the program do its job but heres the plan:

use Pillow to take the images, find the general brightness of the image and then tone up or down the rest of the images to have the same levels of brightness as the middle frame or a different frame if you choose

then maybe a bit later I’ll add some line detection if its a cartoon to extract the lines and colors if a video is like REALLY bad

but yeah :D it’ll be cool

Started coding a command line interface.

Gotta actually make the program do its job but heres the plan:

use Pillow to take the images, find the general brightness of the image and then tone up or down the rest of the images to have the same levels of brightness as the middle frame or a different frame if you choose

then maybe a bit later I’ll add some line detection if its a cartoon to extract the lines and colors if a video is like REALLY bad

but yeah :D it’ll be cool

Replying to @not-willem

0
7

Followers

Loading…