Ffmpeg

From Linuxintro
Revision as of 10:15, 31 October 2011 by imported>ThorstenStaerk (Created page with "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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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