/etc/apt/sources.list, add this line: deb http://www.debian-multimedia.org stable main
sudo apt-get install debian-multimedia-keyring
sudo apt-get update sudo apt-get install transcode
mvi_0004.avi and you want to convert it into test.avi using XVID codec, just type: transcode -i mvi_0004.avi -o test.avi -y xvid
Tip: do not use the same filename for -i and -o options. I got strange results with the video sound…
Notice: if you need a nice user interface, just install avidemux
Discussion