View Full Version : Help with duplicate frames (3:2 pulldown?) and interlacing in avisynth
sikboy1029
16th November 2011, 15:54
I'm encoding some Batman:TAS episodes into avi and I believe they use 3:2 pulldown because of duplicates every few frames so I tried a simple script from avisynth.org using the DoubleWeave()
and Pulldown(0,3) commands, that seems to help with the duplicates but it leaves me with a 23.976 fps interlaced file, am I missing something? Should I post a sample?
Stereodude
16th November 2011, 16:25
I'd use the decomb filter (http://neuron2.net/decomb/decombnew.html) for AVIsynth. It has a few .html files included with it that explain how to use the pieces of it to remove the 3:2 pulldown through an inverse telecine operation and then discard the duplicated frame with telecide. It will allow you to recover the 23.976fps progressive frames (assuming it started with 23.976 fps progressive frames).
sikboy1029
16th November 2011, 17:12
It's actually 29.970 if I just open the vob in virtualdub, I assume it should still be 23.976 with pulldown removed, right?
edit: Thanks for the tip, the standard script from the manual seemed to do the trick
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.