Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: add jpeg2000 support

2014-10-02 Thread Benoit Fouet
Hi, - Mail original - > On Tue, 2014-09-30 at 15:37 +0200, Benoit Fouet wrote: > > Hi, > > > > this patch adds support for j2k muxing in MXF. > > tested with: > > $ ffmpeg -t 5 -f lavfi -i testsrc -y -c:v libopenjpeg -y out.mxf > > > > Played back in ffplay (linux), vlc (windows), Acrok

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: add jpeg2000 support

2014-10-02 Thread Tomas Härdin
On Tue, 2014-09-30 at 15:37 +0200, Benoit Fouet wrote: > Hi, > > this patch adds support for j2k muxing in MXF. > tested with: > $ ffmpeg -t 5 -f lavfi -i testsrc -y -c:v libopenjpeg -y out.mxf > > Played back in ffplay (linux), vlc (windows), Acrok MXF converter (windows). > I have no idea again

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: add jpeg2000 support

2014-10-01 Thread Michael Niedermayer
On Tue, Sep 30, 2014 at 04:08:23PM +0200, Matthieu Bouron wrote: > On Tue, Sep 30, 2014 at 3:37 PM, Benoit Fouet wrote: > > > Hi, > > > > Hi Benoit, > > Thanks for your patch. > I've reviewed the ULs values and they look good to me. applied thanks > > > > > > this patch adds support for j

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: add jpeg2000 support

2014-09-30 Thread Matthieu Bouron
On Tue, Sep 30, 2014 at 3:37 PM, Benoit Fouet wrote: > Hi, > Hi Benoit, Thanks for your patch. I've reviewed the ULs values and they look good to me. > > this patch adds support for j2k muxing in MXF. > tested with: > $ ffmpeg -t 5 -f lavfi -i testsrc -y -c:v libopenjpeg -y out.mxf > > Played

[FFmpeg-devel] [PATCH] avformat/mxfenc: add jpeg2000 support

2014-09-30 Thread Benoit Fouet
Hi, this patch adds support for j2k muxing in MXF. tested with: $ ffmpeg -t 5 -f lavfi -i testsrc -y -c:v libopenjpeg -y out.mxf Played back in ffplay (linux), vlc (windows), Acrok MXF converter (windows). I have no idea against what other players this should be tested. -- Ben From 448810ec5b39