30 Sep
2005
30 Sep
'05
10:02 p.m.
I am trying to use ffmpeg to convert an avi to mpg (mpeg 2). This command works on the CLI in Windows, but is failing on my Linux box. Can someone help me decipher what is wrong? Command: ffmpeg -i VIDEO_FILE_IN -hq -target ntsc-dvd -b 6000 -aspect 4:3 -s 720x480 -acodec mp2 -ab 224 -ac 2 -mbd 2 -qmin 2 -async 1 -y VIDEO_FILE_OUT Error: ffmpeg: motion_est.c:1961: ff_fix_long_p_mvs: Assertion `range <=256 || !(s->codec_id == CODEC_ID_MPEG2VIDEO && s->avctx->strict_std_compliance >= 0)' failed. Aborted Thanks, Eric