26.11.2023, 17:11
Hybrid does allow replacing duplicate frames with interpolated ones, but Hybrid does not have an option to simply remove duplicate frames.
If the duplicates follow a strict pattern, you could use SelectEvery or SelectRangeEvery.
Problem is, that without a fixed pattern, you would need to create vfr output to stay sync with the audio.
Using Avisynth scripting (outside of Hybrid) one could do this with DeDup (http://avisynth.nl/index.php/DeDup) or maybe TDecimate with mode 3 (Vapoursynth port of TDecimate does not support mode 3). Hybrid does not support either of these options in Avisynth, since I never needed it and it would require Hybrid to check the output frame count and frame rates of the filter.
If you are using Vapoursynth, your best choice is probably to try TIVTC in mode 7 or sRestore and try to find a good average frame rate that fits your content.
Cu Selur
If the duplicates follow a strict pattern, you could use SelectEvery or SelectRangeEvery.
Problem is, that without a fixed pattern, you would need to create vfr output to stay sync with the audio.
Using Avisynth scripting (outside of Hybrid) one could do this with DeDup (http://avisynth.nl/index.php/DeDup) or maybe TDecimate with mode 3 (Vapoursynth port of TDecimate does not support mode 3). Hybrid does not support either of these options in Avisynth, since I never needed it and it would require Hybrid to check the output frame count and frame rates of the filter.
If you are using Vapoursynth, your best choice is probably to try TIVTC in mode 7 or sRestore and try to find a good average frame rate that fits your content.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.