Jump to content

FFmpeg

From EDM2
Revision as of 01:18, 29 November 2007 by Dryeo (talk | contribs) (Added section Getting FFmpeg)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting FFmpeg

The best way to get FFmpeg sources is with SVN. Paul Smedley has built a SVN client available at http://download.smedley.info/subversion-1.4.4-os2.zip. Entering this command

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg

will create a directory called ffmpeg below where you entered the command and download the source. To update the source you can enter

svn update

in the ffmpeg directory. Further information including a web interface to the source and links to daily snapshots are available at http://ffmpeg.mplayerhq.hu/download.html

Patching FFmpeg

Hints on Setting the Enviroment

Compiling FFmpeg

Testing FFmpeg

Various Hints