[FFmpeg-devel] avcodec/proresenc_aw : add support for prores 444

Martin Vignali martin.vignali at gmail.com
Sat Jul 21 19:05:14 EEST 2018


Hello

Patch in attach add support for prores 444 profile in AW prores encoder

Need to be apply after patch in discussion "avcodec/proresenc_aw
improvments"

Speed (from prores 422 HQ file -> Prores 444)

./ffmpeg -i prores422hqfile.mov -pix_fmt yuv444p10 -c:v prores -an
-profile:v 4 res_aw.mov -y
==> 25 fps

./ffmpeg -i prores422hqfile.mov -pix_fmt yuv444p10 -c:v prores_ks -an
-profile:v 4 res_ks.mov -y
==> 10 fps


001 : Add support for Prores 444 (without alpha)
002 : change the frame flag in header part, to be the same than the
official encoder in 422 mode
(and update fate test)

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-avcodec-proresenc_aw-add-support-for-prores-444.patch
Type: application/octet-stream
Size: 15490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180721/54d75945/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-avcodec-proresenc_aw-use-for-frame-flag-in-the-heade.patch
Type: application/octet-stream
Size: 3314 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180721/54d75945/attachment-0001.obj>


More information about the ffmpeg-devel mailing list