-
Is true, interlaced pulldown possible with ffmpeg/ffmbc? (i.e. 23.98p to 29.97i framerate conversion)
My fingers are numb from playing around with all the crazy undocumented ffmpeg and ffmbc options, namely interlacing and pulldown options.
I need to write a script that will convert a 23.98 ProRes Quicktime to a 29.97 ProRes Quicktime, with interlaced, upper-field first pulldown. I’ve built in in-house tool that does these types of conversion via the Apple Compressor commandline interface. But I’m trying to eliminate my dependence on Compressor/Qmaster for encoding tasks, so it’d be nice if I coould do this using ffmpeg or ffmbc.
But so far, I cant figure out how to introduce proper interlaced pulldown into 29.97i target files using either tool. FFmbc seems to have “-pulldown 3:2” switch, but after an hour of experimentation and intense Googlin’, it appears to me that this flag only works for MPEG-2 files. Since my main output format is ProRes, this is a non-starter for me.
Is there some esoteric flag, or combination of techniques which I can use to do proper 23.98-to-29.97 conversions using ffmbc or ffmpeg?