I am using FFmpeg 0.6.3 in command line to transcode files from one format to another in windows server 2008.But when i try to convert mxf file to mp4 format. i am getting the following error message
ffmpeg error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height
ffmpeg command that is used to transcode ffmpeg -y -i "inputfile.mxf" -t 30 -s 640x360 output.mp4 -t 30 -s 1280x720 output2.mp4
libav*libraries and API rather than FFmpeg CLI. Command line argument discussion is hardly a programming question.