asarian
1st February 2022, 17:56
I recently got to deal with ProRes 422 HQ output. And as poisondeathray was kind enough to point out, ffmpeg can handle these natively. However, I would rather use ffmpeg as a passthru source filter, as were, inside a vpy script, for further processing.
Not, btw, like
ffmpeg.exe -f vapoursynth -i "f:\jobs\test.vpy"
As the vpy script needs the ProRes input (dgdecnv doesn't do it). Can this be done?
N.B. Also, as a side-issue, what gives with ffmpeg's estimated time values? Yesterday 'time=' was getting projected at 01:31:34:00. Really, ffmpeg? 31 hours in a day?! I'm sure I was reading that wrong (process finished within the hour), but what was that all about?
Not, btw, like
ffmpeg.exe -f vapoursynth -i "f:\jobs\test.vpy"
As the vpy script needs the ProRes input (dgdecnv doesn't do it). Can this be done?
N.B. Also, as a side-issue, what gives with ffmpeg's estimated time values? Yesterday 'time=' was getting projected at 01:31:34:00. Really, ffmpeg? 31 hours in a day?! I'm sure I was reading that wrong (process finished within the hour), but what was that all about?