-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi, still amazed by this tool, great idea!
When a video is given as input, or rather, the frames folder of a video, the output (frame sequence) should be named like this: NAME_000, NAME_001, etc
This is because otherwise most video editing programs (eg Premiere) fail to import them correctly as a video. In fact, I had to change the name of all frames using a script.
I also confirm, as already reported in another issue, that the result is excellent, but it is not consistent between all frames. It's like the color are corrected frame by frame but without considering the previous ones and therefore always giving a slightly different output. This give in output a video that flickers.
Any way to increase consistency between frames? Maybe creating a "threshold" parameter that indicates how much keep closer to the previous frame?
Thanks
Emax