(Translated by https://www.hiragana.jp/)
Get FFmpeg
The Wayback Machine - https://web.archive.org/web/20130927101526/http://ffmpeg.org/download.html

FFmpeg Download and Source Code Repository Access

Getting FFmpeg

FFmpeg has always been a very experimental and developer-driven project. It is a key component in many multimedia projects and has new features added constantly. Development branch snapshots work really well 99% of the time so people are not afraid to use them.

You can retrieve the source code through the standard Git client by using the command:

git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg

If you are a distributor, you can find release tarballs below.

If you find FFmpeg useful, you are welcome to contribute by donating.

FFmpeg Repository Snapshots

For the main ffmpeg repository you can also directly download the source snapshot that we generate each night instead of grabbing a source snapshot from the gitweb URL. This is slightly preferred since it reduces the load on our server.

Alternatively, if you cannot access Git directly or wish to speed up the cloning and reduce the bandwidth usage, we also offer a complete git snapshot tarball that comes with git metadata and version history to bootstrap your local repository.

FFmpeg Linux Builds

FFmpeg Debian packages for Oldstable, Stable, Testing, Unstable (amd64, armel, armhf, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, sparc) are available at deb-multimedia.

FFmpeg Ubuntu packages for Precise, Oneiric, Natty, Maverick, and Lucid (amd64, i386) are available at Jon Severinsson's FFmpeg PPA.

FFmpeg Redhat and Fedora packages for EL, Fedora Rawhide (i386, x86_64) are available at RPM Fusion.

Static builds are available at:

FFmpeg Windows Builds

FFmpeg Windows Builds are available at Zeranoe FFmpeg Builds.

FFmpeg OS X Builds

FFmpeg static builds for OS X Intel 64-bit are available at FFmpeg Static Builds by tessus.

FFmpeg builds (32-bit and 64-bit) for OS X 10.5 and above are available at ffmpegmac.net.

Extra repositories

FFmpeg is developed with Git. Given the decentralized nature of Git, multiple repositories from developers and groups of developers are available.

Clone URL Browse Snapshot Admin Commiters Description
git://source.ffmpeg.org/ffmpeg.git Browse Snapshot Michael Niedermayer All FFmpeg developers Main FFmpeg / libavcodec / libavformat / libavfilter / libavutil / libswscale / libswresample git repository, all work is merged in here, and it is the recommended repository for users and developers to use.
git://ffmpeg.org/ffmpeg-web - - Michael Niedermayer All FFmpeg developers Main ffmpeg.org website repository
Other Repositories
https://github.com/FFmpeg/FFmpeg
git://github.com/FFmpeg/FFmpeg.git
Browse Snapshot - - Mirror of the main repository
git://git.libav.org/libav.git Browse Snapshot ? 8 developers
git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git Browse Snapshot Alexander Strange Alexander Strange Multithreaded decoding
https://github.com/cehoyos/FFmpeg.git Browse - Carl Eugen Hoyos Carl Eugen Hoyos
https://github.com/ubitux/FFmpeg.git Browse - Clément Bœsch Clément Bœsch
https://github.com/dwbuiten/FFmpeg Browse - Derek Buitenhuis Derek Buitenhuis
git://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg.git Browse Snapshot Diego E. Pettenò Diego E. Pettenò Personal repository with works in progress
git://git.1f0.de/ffmpeg.git Browse - Hendrik Leppkes Hendrik Leppkes
https://github.com/josephwecker/FFmpeg.git Browse - Joseph Wecker Joseph Wecker
git://github.com/justinruggles/Libav Browse - Justin Ruggles Justin Ruggles Personal repository with works in progress
git://github.com/lu-zero/libav.git Browse Snapshot Luca Barbato Luca Barbato Personal repository with works in progress and experiments
https://github.com/cus/ffplay.git Browse - Marton Balint Marton Balint FFplay
https://github.com/mbouron/FFmpeg Browse - Matthieu Bouron Matthieu Bouron
https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder Browse - Michael Bradshaw Michael Bradshaw Personal repository with works in progress and experiments relating to the OpenJPEG encoder
https://github.com/takis/FFmpeg Browse - Panagiotis H.M. Issaris Panagiotis H.M. Issaris
https://github.com/richardpl/FFmpeg.git Browse - Paul B Mahol Paul B Mahol
https://github.com/philipl/ffmpeg-crystalhd Browse - Philip Langdale Philip Langdale CrystalHD
https://github.com/BastyCDGS/ffmpeg-soc.git Browse - Sebastian Vater Sebastian Vater
https://github.com/dilaroga/ffmpeg-vda.git Browse - Sebastien Zwickert Sebastien Zwickert VDA
git@gitorious.org:~saste/ffmpeg/sastes-ffmpeg.git Browse - Stefano Sabatini Stefano Sabatini Personal repository with works in progress
https://github.com/Tjoppen/FFmpeg Browse - Tomas Härdin Tomas Härdin

Note, if you have a public clone of ffmpeg and want to be listed above, contact us.

FFmpeg Releases

Approximately every 3 months the FFmpeg project makes a new major release. Between major releases point releases will appear that add important bug fixes but no new features. Note that these releases are intended for distributors and system integrators. Users that wish to compile from source themselves are strongly encouraged to consider using the development branch (see above), this is the only version on which FFmpeg developers actively work. The release branches only cherry pick selected changes from the development branch, which therefore receives much more and much faster bug fixes such as additional features and security patches.

FFmpeg 2.0.1 "Nameless"

2.0.1 was released on 2013-08-11. It is the latest stable FFmpeg release from the 2.0 release branch, which was cut from master on 2013-07-10. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-07-09, libav 9 as of 2013-07-09.

It includes the following library versions:

  libavutil      52. 38.100
  libavcodec     55. 18.102
  libavformat    55. 12.100
  libavdevice    55.  3.100
  libavfilter     3. 79.101
  libswscale      2.  3.100
  libswresample   0. 17.102
  libpostproc    52.  3.100

Download bzip2 tarball   PGP signature
Download gzip tarball   PGP signature
Changelog

FFmpeg 1.2.3 "Magic"

1.2.3 was released on 2013-08-27. It is the latest stable FFmpeg release from the 1.2 release branch, which was cut from master on 2013-03-07. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07.

It includes the following library versions:

  libavutil      52. 18.100
  libavcodec     54. 92.100
  libavformat    54. 63.104
  libavdevice    54.  3.103
  libavfilter     3. 42.103
  libswscale      2.  2.100
  libswresample   0. 17.102
  libpostproc    52.  2.100

Download bzip2 tarball   PGP signature
Download gzip tarball   PGP signature
Changelog

Old Releases

Older versions are available at the Old Releases page.