Difference between revisions of "Ffmpeg"

From Linuxintro
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....")
(No difference)

Revision as of 10:15, 31 October 2011

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