I'm trying to convert some DVD source MPEG-2 videos to ProRes that are 23.976fps (as reported by MediaInfo) by using FFmpeg. However FFmpeg is always outputting the file as 29.97fps and I get duplicated frames from it causing bad jerkiness. From what I understand there's a soft pulldown flags in them that is being applied which is causing it duplicate frames. What's the best way to get FFmpeg to properly encode it at film speed 23.976fps and not have duplicates (just the original frames)?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Field match then decimate:
Code:-vf "fieldmatch=order=tff,decimate=cycle=5"
Similar Threads
-
Ffmpeg piped as source to avisynth
By Budman1 in forum Video ConversionReplies: 14Last Post: 22nd Jul 2024, 11:55 -
Removing EIA-608 subtitles from mkv, FFMPEG filter_units unit docs
By nicholasserra in forum Video ConversionReplies: 10Last Post: 1st Feb 2022, 14:45 -
Invert field order using ffmpeg for NTSC source
By cjdavis83 in forum LinuxReplies: 0Last Post: 28th Dec 2021, 06:51 -
After removing pulldown with TSMuxer video still has interlaced flag
By mooogooo in forum Video ConversionReplies: 1Last Post: 10th Mar 2020, 23:56 -
Errors Removing Pulldown Flags .264 AVC 1080p 29,970 to 23,976 [SOLVED]
By Logitex in forum Video ConversionReplies: 23Last Post: 19th Jul 2017, 06:52