PDA

View Full Version : 2:3:3:2 pulldown


adoniscik
29th July 2007, 01:44
I have footage from a Canon XL-2 that was shot in 2:3:3:2 24P mode. How can I obtain the progressive frames using avisynth?

IanB
29th July 2007, 03:29
SelectEvery(5, 0,1, 3,4)You will have to match the pattern, 0134, based on the phase of your clip. Just step thru noting which in each group of 5 frames is the interlaced one.... A B B C D E F F G H ...
... a b c c d e f g g h ...
... 0 1 x 3 4 0 1 x 3 4 ...