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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
