[FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

Martin Vignali martin.vignali at gmail.com
Sat Feb 9 20:02:32 EET 2019


Hello,

Patchs in attach add interlace encoding support to prores aw encoding

Use +ildct flag to switch between progressive and interlace encoding

Use AVFrame flag to switch between tff and bff frame organization.
If AVFrame->interlaced value is not set to 1, but +ildct is set (interlace
encoding of progressive frame), define field order to top (most common case
for prores file)

user can still use setparams filter, to force bff for progressive input if
need.

Pass fate test for me (x86_64, mac os x)

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-avcodec-proresenc_aw-move-scantable-to-prores-contex.patch
Type: application/octet-stream
Size: 3727 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190209/03fb171f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avcodec-proresenc_aw-simplify-frame-flags.patch
Type: application/octet-stream
Size: 1732 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190209/03fb171f/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-avcodec-proresenc_aw-merge-funcs-subimage_with_fill-.patch
Type: application/octet-stream
Size: 3716 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190209/03fb171f/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-avcodec-proresenc_aw-move-picture-encoding-after-fra.patch
Type: application/octet-stream
Size: 2298 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190209/03fb171f/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-avcodec-proresenc_aw-add-interlace-encoding.patch
Type: application/octet-stream
Size: 13192 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190209/03fb171f/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-avcodec-proresenc_aw-indent-after-prev-commit.patch
Type: application/octet-stream
Size: 3000 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190209/03fb171f/attachment-0005.obj>


More information about the ffmpeg-devel mailing list