Parameters such as bit_rate, rate, width or height While opening encoder for output stream #0:1 - maybe incorrect However I am still getting following errors: Only mono is supported Error initializing output stream 0:1 - Error So I've created a video with the same size and tried various types of commands, following at last:įfmpeg.exe -i 'c:\source160x120.mp4' -c:v amv -c:a adpcm_ima_amv -pix_fmt yuvj420p -vstrict -1 -s 160x120 -ar 22050 -b:a 40400 'c:\destination.amv' So I've found that there should be bitrate for sound 22050 for sound with adpcm_ima_amv sound format, pixel format should be probably yuvj420p and the video size should be probably 160x120.
I've searched through web about the appropriate formatand and also tried to check another AMV video parametrs. I am trying to convert a MPEG4 video to AMV via ffmpeg.