[FFmpeg-user] converting to non HD avi with ffmpeg
Andy Civil
andycivil at gmail.com
Thu Sep 13 06:38:40 CEST 2012
On 2012-09-12 10:18 PM, Kevin Wilson wrote:
> Hi, Lou.
>
> Thanks!
>
> I have tried:
> ffmpeg -i ubunutuArm.webm -filter:v scale=640:-1 -q:v 3 ubunutuArmNonHD.avi
>
I have made a DVD file in the past, can you try this? However, I notice that
some syntax has changed in the last months, forgive me if some of these
parameters need their syntax updating...
ffmpeg -i ubunutuArm.webm -target ntsc-dvd -bf 2 -flags2 ivlc -dc 10 -b 8000000
-maxrate 9000000 -bufsize 224kB -acodec mp2 -ac 2 -ab 128000 -vf scale=720:480
ubunutuArmNonHD.mpg
--
Andy
More information about the ffmpeg-user
mailing list