Hi all,
I want to make prores Yuv 422 intelaced top frame first with custom ffmpeg encoder with the following settings :
Video codec : prores_ks
Options : -profile:v 3 -pix_fmt yuv422p10le
yuv422p10le generates progressive frames, but I need intelaced top frame first. What are the good settings ?
Any help would be greatly appreciated.
Thanks, Yves
[SOLVED] How to make Prores yuv 422 top frame first
[SOLVED] How to make Prores yuv 422 top frame first
Last edited by yves on Fri Jun 28, 2019 12:37 pm, edited 1 time in total.
Re: How to make Prores yuv 422 top frame first
Hi yves,
google search for "ffmpeg prores interlaced" brings up as 4th result for me this:
By the way, the pix_fmt is not at all connected to the interlacing. Any type of interlacing can be represented in any pix_fmt. The "p" in YUV422P means "Planar", it indicates how the Y U and V bytes are grouped in the byte stream.
cheers!
google search for "ffmpeg prores interlaced" brings up as 4th result for me this:
Code: Select all
-flags +ildct+ilme -top 1
cheers!
emcodem, wrapping since 2009 you got the rhyme?
Re: How to make Prores yuv 422 top frame first
Hi emcodem. Thanks for your reply.
It works well with your indications. Options went : -profile:v 3 -flags +ildct+ilme -top 1 -pix_fmt yuv422p10le
Thank you!
It works well with your indications. Options went : -profile:v 3 -flags +ildct+ilme -top 1 -pix_fmt yuv422p10le
Thank you!
- Attachments
-
- ffasstrans-00.png (60.76 KiB) Viewed 5644 times