converting to MXF using ffmpeg
- by Prakash
I have been trying to use FFmpeg utility to convert a avi file using DNxHD to mxf format.
I am using "FFmpeg" with params as following:
ffmpeg -i ccvt_box.avi -vcodec dnxhd -video_size 1920x1080 -r 24 -b:v 115m ex.mxf
The error it is giving :
ffmpeg version N-43737-g76c3fff Copyright (c) 2000-2012 the FFmpeg developers
built on Aug…