[FFmpeg-user] jpeg2000 mxf

Leo Izen leo.izen at gmail.com
Tue May 3 21:28:55 CEST 2011


On May 3, 2011, at 11:11 AM, Jim Shupert wrote:
>
>  Q: Can ffmpeg play and or transcode to and or from an mxf with jpeg2000
> video & pcm audio?
>

There's FFmpeg does have an mxf demuxer and a pcm decoder. But if you want a
jpeg2000 decoder, you need to compile with --enable-libopenjpeg, which can
be obtained from this command:

svn checkout http://openjpeg.googlecode.com/svn/trunk/ openjpeg/

and built like any other standard open source library (i.e. configure and
make).


More information about the ffmpeg-user mailing list