Ffmpeg

From Linuxintro
Revision as of 04:54, 5 November 2011 by imported>ThorstenStaerk

ffmpeg is a program that allows you to do video conversion.

Get it

To download, compile, link and install ffmpeg, open a console and enter

svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure && make && make install

Use it

  • list all available formats
ffmpeg -formats

See also