Hello!,
When I was trying deinterlace this video from a PAL (Italy) DVD source, I get duplication frames when deinterlacing.
Although the fps is 25, the deinterlacing has a weird pulldown, when I try to change the fps to 23.976 (The DVD is anime),
The duplicated frames turn into frame skipping.
I've tried MANY ways to remove this, but I just can't seem to remove it.
If anyone may know a solution here, please help me out here.
Thank you!
(Sample: https://drive.google.com/file/d/1VCN2t2Ljlc9rfbj5JvOqGarklYqWFl8F/view?usp=sharing)
+ Reply to Thread
Results 1 to 4 of 4
-
-
The clip uses 2:2:2:2:2:2:2:2:2:2:2:3 pulldown (12 frames becomes 25 fields, 24 frames becomes 50 fields). To reverse that use:
The result is the original 24 fps film frames.Code:TFM() TDecimate(Cycle=25, CycleR=1)
Last edited by jagabo; 7th Mar 2026 at 18:24.
-
If you want to keep everything, just use "TFM()". (but with 'TDecimate(Cycle=25, CycleR=1)' seems to be the 'cleaner' approach)
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Removing consecutive duplicate frames
By marius2du in forum Video ConversionReplies: 13Last Post: 5th Oct 2025, 16:05 -
Remove Duplicate Frames
By Mr. Fanservice in forum Newbie / General discussionsReplies: 3Last Post: 28th Jan 2024, 11:03 -
25->23.976 conversion (duplicate frames)
By sebastiaaan in forum RestorationReplies: 1Last Post: 1st Jul 2023, 02:43 -
Old silent movie with weird duplicate frame pattern.
By dopethrone in forum Newbie / General discussionsReplies: 19Last Post: 6th Apr 2023, 19:37 -
Duplicate Frames or???
By salvo00786 in forum DVD RippingReplies: 13Last Post: 3rd Oct 2022, 13:07



Quote