Log in

View Full Version : Remove duplicate frames without changing the playback speed


Phleesty
6th October 2020, 22:19
Hello, I'm a newby. Please tell me what solutions are there for removing duplicate frames without changing the playback speed (about 50% of the scenes are duplicated in the source). I can replace duplicates with interpalation or make a variable frame rate. Are there any other ways to solve this problem?

sonic41592
14th November 2020, 01:09
You could try ExactDedup (http://avisynth.nl/index.php/ExactDedup). It removes exact duplicates and gives a timecode file to mux in to the output. If they aren't exact duplicates, try DeDup (http://avisynth.nl/index.php/DeDup#Duplicate_Frame_Detectors) which works similarly.