Am 12.08.2016 um 12:36 schrieb Carl Eugen Hoyos:
> Hi!
> 
> 2016-08-09 14:15 GMT+02:00 Matthias Hunstock <a...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to