Posts: 13.217
Threads: 73
Joined: May 2017
Ah,... forgot to remove that code.
You can ignore that, should not cause any issues.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 13.217
Threads: 73
Joined: May 2017
Quote:De-interlaced nicely, but flickering remains.
I don't know what settings you used.
What does the Vapoursynth Script View show?
Looking at the file, that file is interlaced tff, thus you need to set 'Overwrite input scan type to' to 'top field first'.
Enabling "Filtering->Vapoursynth->Frame->Stabilize->FixFlicker" and setting "max. flash length" to 2 and "min. luma diff." to 0.01.
Seems to work fine here. (
see clip)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 22
Threads: 2
Joined: Sep 2026
I used all the settings you gave me in post 27.
I will try again.
Just tried it with your adjusted settings. Looks good so far.
Will try a few more clips, and then start with a full video.
Thanks Cu Selur.
PS. Tried it on 2 other videos. Flicker at the top of the video, otherwise it looks good. Second one turned out well.
Posts: 13.217
Threads: 73
Joined: May 2017
cu <> c u <> see you
Selur <- name
Uploaded a new dev which should fix the local.conf issue at startup.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 22
Threads: 2
Joined: Sep 2026
Ok,
I did 2 full videos.
One came out great, however, the other one has periodic flashes (flicker) on long range shots of the camera. A third of the bottom flashes and then the top, at the same time.
It does not do it on close-ups, as far as I could see.
Posts: 22
Threads: 2
Joined: Sep 2026
Have a look at the full video
[link]
Here's some examples
9:51-9:53
13:32-13:36
29:09-29:11
There are more throughout the video.
Thanks as always for your efforts.
Posts: 13.217
Threads: 73
Joined: May 2017
Yesterday, 04:27
(This post was last modified: Yesterday, 04:28 by Selur.)
There are multiple things you can do:
- simply live with the occasional flash
- manually tell Hybrid to replace specific frames (Filtering->Vapoursynth->Frame->Misc->ReplaceSingle)
- try tweaking the the settings. With debug enabled, you can see the current average luma and the diff to the next frame.
Note that the goal would be to use values to catch all the flashes, while ideally not trigger the replacement for good frames.
One could even let the filter run multiple times or let it only run on specific sections multiple times. Hybrid has additional controls, which can be enabled through "Filtering->Vapoursynth->Misc->UI" and the Filter Queue for additional control over such things.
- you could try whether addition other filters like 'SmallDeflicker' would help
Side note: If you are capturing these videos, you might look into what is causing this. Trying to avoid these issues in the first place would probably be the best approach.
(folks at
https://forum.videohelp.com/forums/41-Restoration or
https://www.digitalfaq.com/forum/video-restore/ might be able to give some tips in that regard)
You probably should get a bit more accustomed (read the tool-tips) with the FixFlicker and Hybrid in general to understand what it does when to maybe tweak the settings. (i.e. increase the 'max flash length' or figure out what course of action is the right approach.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 22
Threads: 2
Joined: Sep 2026
Thanks Cu Selur.
I'll try those.