[FFmpeg-user] exporting mov to jpeg2000 mxf

Hardik Kanakia hardik.kanakia at gmail.com
Mon May 25 11:33:44 CEST 2015


Hi guys,

need your help


I am trying to export an uncompressed data to jpeg2000 mxf file


Below is the code:

/usr/local/sbin/ffmpeg  -i "file.mov" -vcodec jpeg2000 -an test.mxf

the encoder "jpeg2000" is experimental but experimental codecs are not
enabled, add ' -strict -2' if you want to use it



Other command used:
/usr/local/sbin/ffmpeg  -i "file.mov" -vcodec libopenjpeg -an test.mxf

Error Message:
track0: could not find essence container ul, cdec not currently supported
in container
could not wirite header for output file 0 (incorrect codec paramteres ?):
operation not permitted



Regards,

Hardik Kanakia


More information about the ffmpeg-user mailing list