Hi. I have this movie that a friend recorded from TV (.IFO/VOB format) The playback is jerky, there are
duplicate frames in the following exact pattern:
123455 123455 123455
FRAMES TIME
VTS_01_1.VOB 38928 (21:38)
VTS_01_2.VOB 38941 (21:39)
VTS_01_3.VOB 39331 (21:52)
VTS_01_4.VOB 38528 (21:25)
VTS_01_5.VOB 8215 (4:34)
TOTAL FRAMES: 5468
TOTAL TIME..: 01:31:08
RUNNING FPS.: 29.970
How can I delete the duplicate frames, while keeping audio in sync and FPS DVD compliant?
Thanks in advance.
+ Reply to Thread
Results 1 to 8 of 8
-
-
What is odd is that gspot says its 30p - that's is atypical for a TV recording (perhaps it was deinterlaced somewhere and not Inverse Telecined like it should have been? )
You can probably do it with avisynth, TDecimate() . This will return 23.976 fps progressive (original film rate) . This is DVD compliant if pulldown flags are added. You cannot remove duplicates without re-encoding
If you post a small sample with motion, like a panning sequence (e.g. cut with mpg2cut2), someone will confirm and suggest what needs to be done -
-
Yes it is. Encode 25 fps progressive, then use DgPulldown to apply 3:2:3:2:2 pulldown flags. The resulting video will have judder similar to regular 3:2 pulldown, but not the 5 jerks per second of frame duplicates.
-
-
Encode as 720x480 25 fps progressive with whatever MPEG 2 encoder you want. Then open the resulting M2V file in DgPulldown and use the 25 -> 29.97 fps function to create a new M2V file. Use the new M2V and the original audio to make an NTSC DVD.
Similar Threads
-
Deleting duplicate frames on clip
By Jonz in forum EditingReplies: 4Last Post: 9th May 2012, 21:32 -
Remove Duplicate Frames
By robindean in forum Video ConversionReplies: 26Last Post: 11th Mar 2010, 15:30 -
Frame blended and duplicate frames
By loekverhees in forum Newbie / General discussionsReplies: 7Last Post: 2nd Jan 2010, 09:35 -
duplicate frames
By qscesz in forum EditingReplies: 5Last Post: 25th Feb 2008, 11:56 -
Can I decimate duplicate frames to get 23.976
By MagicSparky in forum Video ConversionReplies: 5Last Post: 21st Feb 2008, 15:26