Friday, November 20, 2009

How to convert an .avi to .mpeg in Ubuntu

sudo apt-get install libavcodec-unstripped-51
sudo apt-get install ffmpeg
ffmpeg -i holiday.avi -aspect 16:9 -target ntsc-dvd holiday.mpeg
(and then wait a long time)

No comments:

Post a Comment