0% found this document useful (0 votes)
288 views8 pages

Ffmpeg: Download Source Code Snapshot - Tar.Bz2)

The document provides information about downloading FFmpeg, an open source multimedia framework. It lists options for downloading the FFmpeg source code, development snapshots, and official releases. Packages and pre-compiled binaries are available for various Linux distributions. FFmpeg is under active development and new features are frequently added, so using a recent development snapshot is recommended for most users.

Uploaded by

Chikku K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
288 views8 pages

Ffmpeg: Download Source Code Snapshot - Tar.Bz2)

The document provides information about downloading FFmpeg, an open source multimedia framework. It lists options for downloading the FFmpeg source code, development snapshots, and official releases. Packages and pre-compiled binaries are available for various Linux distributions. FFmpeg is under active development and new features are frequently added, so using a recent development snapshot is recommended for most users.

Uploaded by

Chikku K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

11/12/2020 Download FFmpeg

 Download FFmpeg

Download Source Code



ffmpeg-snapshot.tar.bz2
(https://ffmpeg.org/releases/ffmpeg-
snapshot.tar.bz2)
More releases

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


(donations.html).
 More downloading options

 Get packages & executable files


FFmpeg only provides source code. Below are some links that provide it already compiled and ready
to go.

  
Linux Packages
Debian – Official packages for Stable-Backports, Testing, Unstable
(https://tracker.debian.org/pkg/ffmpeg)
Debian – deb-multimedia packages for Oldstable, Stable, Testing, Unstable (https://www.deb-
multimedia.org/)
Ubuntu – Official packages (https://launchpad.net/ubuntu/+source/ffmpeg)

https://ffmpeg.org/download.html 1/8
11/12/2020 Download FFmpeg

Fedora and Red Hat Enterprise Linux packages (https://rpmfusion.org/)

Linux Static Builds


32-bit and 64-bit for kernel 3.2.0 and above (https://johnvansickle.com/ffmpeg/)

 Get the Sources

 Download Snapshot (releases/ffmpeg-snapshot.tar.bz2)

You can retrieve the source code through Git (https://git-scm.com/) by using the command:
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg

   Snapshot (releases/ffmpeg-snapshot-git.tar.bz2)  
Browse (https://git.ffmpeg.org/gitweb/ffmpeg.git)
Cannot access Git or wish to speed up the cloning and reduce the bandwidth usage?

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.

 Git Repositories

 Git Repositories

https://ffmpeg.org/download.html 2/8
11/12/2020 Download FFmpeg

Since FFmpeg is developed with Git (https://git-scm.com/), multiple repositories from developers and
groups of developers are available.

Clone URL Description

https://git.ffmpeg.org/ffmpeg.git (https://git.ffmpeg.org/ffmpeg.git) Main FFmpeg Git


Browse (https://git.ffmpeg.org/gitweb/ffmpeg.git) repository

https://git.ffmpeg.org/ffmpeg-web (https://git.ffmpeg.org/ffmpeg-web) Main ffmpeg.org


website repository
https://git.ffmpeg.org/fateserver (https://git.ffmpeg.org/fateserver) fate.ffmpeg.org
(http://fate.ffmpeg.org)
server software
repository
Mirrors

https://github.com/FFmpeg/FFmpeg (https://github.com/FFmpeg/FFmpeg) Mirror of the main


Browse (https://github.com/FFmpeg/FFmpeg) repository
Snapshot (https://github.com/FFmpeg/FFmpeg/tarball/master)

https://github.com/FFmpeg/web (https://github.com/FFmpeg/web) Mirror of the website


Browse (https://github.com/FFmpeg/web) repository
Snapshot (https://github.com/FFmpeg/web/tarball/master)

https://github.com/FFmpeg/fateserver Mirror of the FATE


(https://github.com/FFmpeg/fateserver) server repository
Browse (https://github.com/FFmpeg/fateserver)
Snapshot (https://github.com/FFmpeg/fateserver/tarball/master)

 Releases

https://ffmpeg.org/download.html 3/8
11/12/2020 Download FFmpeg

Approximately every 6 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 4.3.1 "4:3"


4.3.1 was released on 2020-07-11. It is the latest stable FFmpeg release from the 4.3 release branch,
which was cut from master on 2020-06-08.
It includes the following library versions:
libavutil 56. 51.100
libavcodec 58. 91.100
libavformat 58. 45.100
libavdevice 58. 10.100
libavfilter 7. 85.100
libswscale 5. 7.100
libswresample 3. 7.100
libpostproc 55. 7.100

Download xz tarball (releases/ffmpeg-4.3.1.tar.xz) PGP signature (releases/ffmpeg-4.3.1.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-4.3.1.tar.bz2) PGP signature (releases/ffmpeg-4.3.1.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-4.3.1.tar.gz) PGP signature (releases/ffmpeg-4.3.1.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.3.1)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.3:/RELEASE_NOTES)

FFmpeg 4.2.4 "Ada"


4.2.4 was released on 2020-07-09. It is the latest stable FFmpeg release from the 4.2 release branch,
which was cut from master on 2019-07-21.
It includes the following library versions:
libavutil 56. 31.100
libavcodec 58. 54.100
libavformat 58. 29.100
libavdevice 58. 8.100
libavfilter 7. 57.100
libswscale 5. 5.100
libswresample 3. 5.100
libpostproc 55. 5.100

https://ffmpeg.org/download.html 4/8
11/12/2020 Download FFmpeg

Download xz tarball (releases/ffmpeg-4.2.4.tar.xz) PGP signature (releases/ffmpeg-4.2.4.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-4.2.4.tar.bz2) PGP signature (releases/ffmpeg-4.2.4.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-4.2.4.tar.gz) PGP signature (releases/ffmpeg-4.2.4.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.2.4)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/RELEASE_NOTES)

FFmpeg 4.1.6 "al-Khwarizmi"


4.1.6 was released on 2020-07-05. It is the latest stable FFmpeg release from the 4.1 release branch,
which was cut from master on 2018-11-02.
It includes the following library versions:
libavutil 56. 22.100
libavcodec 58. 35.100
libavformat 58. 20.100
libavdevice 58. 5.100
libavfilter 7. 40.101
libswscale 5. 3.100
libswresample 3. 3.100
libpostproc 55. 3.100

Download xz tarball (releases/ffmpeg-4.1.6.tar.xz) PGP signature (releases/ffmpeg-4.1.6.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-4.1.6.tar.bz2) PGP signature (releases/ffmpeg-4.1.6.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-4.1.6.tar.gz) PGP signature (releases/ffmpeg-4.1.6.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.1.6)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.1:/RELEASE_NOTES)

FFmpeg 4.0.6 "Wu"


4.0.6 was released on 2020-07-03. It is the latest stable FFmpeg release from the 4.0 release branch,
which was cut from master on 2018-04-16.
It includes the following library versions:
libavutil 56. 14.100
libavcodec 58. 18.100
libavformat 58. 12.100
libavdevice 58. 3.100
libavfilter 7. 16.100
libswscale 5. 1.100
libswresample 3. 1.100
libpostproc 55. 1.100

https://ffmpeg.org/download.html 5/8
11/12/2020 Download FFmpeg

Download xz tarball (releases/ffmpeg-4.0.6.tar.xz) PGP signature (releases/ffmpeg-4.0.6.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-4.0.6.tar.bz2) PGP signature (releases/ffmpeg-4.0.6.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-4.0.6.tar.gz) PGP signature (releases/ffmpeg-4.0.6.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.0.6)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.0:/RELEASE_NOTES)

FFmpeg 3.4.8 "Cantor"


3.4.8 was released on 2020-07-04. It is the latest stable FFmpeg release from the 3.4 release branch,
which was cut from master on 2017-10-11.
It includes the following library versions:
libavutil 55. 78.100
libavcodec 57.107.100
libavformat 57. 83.100
libavdevice 57. 10.100
libavfilter 6.107.100
libavresample 3. 7. 0
libswscale 4. 8.100
libswresample 2. 9.100
libpostproc 54. 7.100

Download xz tarball (releases/ffmpeg-3.4.8.tar.xz) PGP signature (releases/ffmpeg-3.4.8.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-3.4.8.tar.bz2) PGP signature (releases/ffmpeg-3.4.8.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-3.4.8.tar.gz) PGP signature (releases/ffmpeg-3.4.8.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n3.4.8)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/3.4:/RELEASE_NOTES)

FFmpeg 3.2.15 "Hypatia"


3.2.15 was released on 2020-07-02. It is the latest stable FFmpeg release from the 3.2 release branch,
which was cut from master on 2016-10-26.
It includes the following library versions:

https://ffmpeg.org/download.html 6/8
11/12/2020 Download FFmpeg

libavutil 55. 34.100


libavcodec 57. 64.101
libavformat 57. 56.101
libavdevice 57. 1.100
libavfilter 6. 65.100
libavresample 3. 1. 0
libswscale 4. 2.100
libswresample 2. 3.100
libpostproc 54. 1.100

Download xz tarball (releases/ffmpeg-3.2.15.tar.xz) PGP signature (releases/ffmpeg-3.2.15.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-3.2.15.tar.bz2) PGP signature (releases/ffmpeg-3.2.15.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-3.2.15.tar.gz) PGP signature (releases/ffmpeg-3.2.15.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n3.2.15)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/3.2:/RELEASE_NOTES)

FFmpeg 2.8.17 "Feynman"


2.8.17 was released on 2020-07-07. It is the latest stable FFmpeg release from the 2.8 release branch,
which was cut from master on 2015-09-05. Amongst lots of other changes, it includes all changes from
ffmpeg-mt, libav master of 2015-08-28, libav 11 as of 2015-08-28.
It includes the following library versions:
libavutil 54. 31.100
libavcodec 56. 60.100
libavformat 56. 40.101
libavdevice 56. 4.100
libavfilter 5. 40.101
libavresample 2. 1. 0
libswscale 3. 1.101
libswresample 1. 2.101
libpostproc 53. 3.100

Download xz tarball (releases/ffmpeg-2.8.17.tar.xz) PGP signature (releases/ffmpeg-2.8.17.tar.xz.asc)


Download bzip2 tarball (releases/ffmpeg-2.8.17.tar.bz2) PGP signature (releases/ffmpeg-2.8.17.tar.bz2.asc)
Download gzip tarball (releases/ffmpeg-2.8.17.tar.gz) PGP signature (releases/ffmpeg-2.8.17.tar.gz.asc)
Changelog (https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n2.8.17)
Release Notes (https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/2.8:/RELEASE_NOTES)

Old Releases
Older versions are available at the Old Releases (olddownload.html) page.
https://ffmpeg.org/download.html 7/8
11/12/2020 Download FFmpeg

Get old releases (olddownload.html)


Hosting provided by telepoint.bg (https://telepoint.bg)

https://ffmpeg.org/download.html 8/8

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy