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

2016-08-09 Thread Matthias Hunstock
Enable the MXF muxer to mux baseline H.264 video streams. Signed-off-by: Matthias Hunstock --- libavformat/mxfenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index ffd0bf2..7733ef8 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.

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

2016-08-10 Thread Michael Niedermayer
On Tue, Aug 09, 2016 at 02:15:38PM +0200, Matthias Hunstock wrote: > Enable the MXF muxer to mux baseline H.264 video streams. > > Signed-off-by: Matthias Hunstock > --- > libavformat/mxfenc.c | 2 ++ > 1 file changed, 2 insertions(+) thats nice applied thanks [...] -- Michael GnuPG fing

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

2016-08-12 Thread Carl Eugen Hoyos
Hi! 2016-08-09 14:15 GMT+02:00 Matthias Hunstock : > 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? Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-de

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

2016-08-12 Thread Matthias Hunstock
Am 12.08.2016 um 12:36 schrieb Carl Eugen Hoyos: > Hi! > > 2016-08-09 14:15 GMT+02:00 Matthias Hunstock : >> 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 -f

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

2016-08-12 Thread Carl Eugen Hoyos
Hi Matthias! 2016-08-12 14:30 GMT+02:00 Matthias Hunstock : > Am 12.08.2016 um 12:36 schrieb Carl Eugen Hoyos: >> 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 y

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

2016-08-15 Thread Matthias Hunstock
Am 12.08.2016 um 15:30 schrieb Carl Eugen Hoyos: >>> 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 \ > > Thank y

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

2016-08-16 Thread Carl Eugen Hoyos
Hi! 2016-08-15 21:45 GMT+02:00 Matthias Hunstock : > how can I access the sample file of https://trac.ffmpeg.org/ticket/5068 ? I don't think I have it. Sorry, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/li