[FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

Matthias Hunstock atze at fem.tu-ilmenau.de
Fri Aug 12 15:30:58 EEST 2016


Am 12.08.2016 um 12:36 schrieb Carl Eugen Hoyos:
> Hi!
> 
> 2016-08-09 14:15 GMT+02:00 Matthias Hunstock <atze at fem.tu-ilmenau.de>:
>> Enable the MXF muxer to mux baseline H.264 video streams.
> 
> How can I test this / for which command line does this patch make a difference?

A POC should be something like:

ffmpeg -filter_complex "testsrc ; anullsrc" \
-pix_fmt yuv420p -c:v libx264 -profile:v baseline \
-c:a pcm_s16le -ar 48k \
-f mxf /dev/null


Matthias


More information about the ffmpeg-devel mailing list