2008-01-27, 01:03 PM
I want to convert some of my previous dvb-t recording to xvid.
I've tried
ffmpeg.exe -y -i %1 -f avi -ab 224 -aspect 16:9 -ac 2 -acodec mp3 -deinterlace -vcodec xvid -qscale 5 -vtag XVID %~dpn1.avi
which works but it doesn't preserve the aspect ratio, is there any easy solution to this?
I've tried
ffmpeg.exe -y -i %1 -f avi -ab 224 -aspect 16:9 -ac 2 -acodec mp3 -deinterlace -vcodec xvid -qscale 5 -vtag XVID %~dpn1.avi
which works but it doesn't preserve the aspect ratio, is there any easy solution to this?