FFmpeg FFmpeg
  vwKuDCExiAAC 2023年11月02日 35 0

Download FFmpeg

ffmpeg-6.0.tar.xzMore releases

If you find FFmpeg useful, you are welcome to contribute by donating. 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, UnstableDebian – deb-multimedia packages for Oldstable, Stable, Testing, UnstableUbuntu – Official packagesFedora and Red Hat Enterprise Linux packages

Linux Static Builds

32-bit and 64-bit for kernel 3.2.0 and above

 Get the Sources



 Download Snapshot    Download PGP Signing Key



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

git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg

   Snapshot   Browse

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

Since FFmpeg is developed with Git, multiple repositories from developers and groups of developers are available.

Clone URL

Description

https://git.ffmpeg.org/ffmpeg.git

Browse

Main FFmpeg Git repository

https://git.ffmpeg.org/ffmpeg-web

Main ffmpeg.org website repository

https://git.ffmpeg.org/fateserver

fate.ffmpeg.org server software repository

Mirrors

https://github.com/FFmpeg/FFmpeg

Browse Snapshot

Mirror of the main repository

https://github.com/FFmpeg/web

Browse Snapshot

Mirror of the website repository

https://github.com/FFmpeg/fateserver

Browse Snapshot

Mirror of the FATE server repository

 

 Release Verification

All FFmpeg releases are cryptographically signed with our public PGP key and should be verified for authenticity.

pub   rsa2048 2011-04-26 [SC]
    FCF986EA15E6E293A5644F10B4322F04D67658D8
uid           [  full  ] FFmpeg release signing key <ffmpeg-devel@ffmpeg.org>
sub   rsa2048 2011-04-26 [E]

To verify a release:

  1. Import our public key into your local keyring:
$ curl https://ffmpeg.org/ffmpeg-devel.asc | gpg --import
  1. Download a release tarball and its corresponding signature.
  2. Verify the signature:
$ gpg --verify ffmpeg-4.3.2.tar.xz.asc ffmpeg-4.3.2.tar.xz
gpg: Signature made Sun 21 Feb 2021 06:35:15 AEST
gpg:                using RSA key FCF986EA15E6E293A5644F10B4322F04D67658D8
gpg:                issuer "ffmpeg-devel@ffmpeg.org"
gpg: Good signature from "FFmpeg release signing key <ffmpeg-devel@ffmpeg.org>" [full]

 

 Releases

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 6.0 "Von Neumann"

6.0 was released on 2023-02-27. It is the latest stable FFmpeg release from the 6.0 release branch, which was cut from master on 2023-02-19.

It includes the following library versions:

libavutil      58.  2.100
libavcodec     60.  3.100
libavformat    60.  3.100
libavdevice    60.  1.100
libavfilter     9.  3.100
libswscale      7.  1.100
libswresample   4. 10.100
libpostproc    57.  1.100

Download xz tarball PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 5.1.3 "Riemann"

5.1.3 was released on 2023-03-26. It is the latest stable FFmpeg release from the 5.1 release branch, which was cut from master on 2022-07-13.

It includes the following library versions:

libavutil      57. 28.100
libavcodec     59. 37.100
libavformat    59. 27.100
libavdevice    59.  7.100
libavfilter     8. 44.100
libswscale      6.  7.100
libswresample   4.  7.100
libpostproc    56.  6.100

Download xz tarball PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 5.0.3 "Lorentz"

5.0.3 was released on 2023-04-02. It is the latest stable FFmpeg release from the 5.0 release branch, which was cut from master on 2022-01-04.

It includes the following library versions:

libavutil      57. 17.100
libavcodec     59. 18.100
libavformat    59. 16.100
libavdevice    59.  4.100
libavfilter     8. 24.100
libswscale      6.  4.100
libswresample   4.  3.100
libpostproc    56.  3.100

Download xz tarball PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 4.4.4 "Rao"

4.4.4 was released on 2023-04-12. It is the latest stable FFmpeg release from the 4.4 release branch, which was cut from master on 2021-04-08.

It includes the following library versions:

libavutil      56. 70.100
libavcodec     58.134.100
libavformat    58. 76.100
libavdevice    58. 13.100
libavfilter     7.110.100
libswscale      5.  9.100
libswresample   3.  9.100
libpostproc    55.  9.100

Download xz tarball PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 4.3.6 "4:3"

4.3.6 was released on 2023-04-16. 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 PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 4.2.9 "Ada"

4.2.9 was released on 2023-04-21. 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

Download xz tarball PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 4.1.11 "al-Khwarizmi"

4.1.11 was released on 2023-06-07. 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 PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 3.4.13 "Cantor"

3.4.13 was released on 2023-06-12. 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 PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

FFmpeg 2.8.21 "Feynman"

2.8.21 was released on 2022-10-30. 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 PGP signature

Download bzip2 tarball PGP signature

Download gzip tarball PGP signature

Changelog Release Notes

Old Releases

Older versions are available at the Old Releases page.

Get old releases

Hosting provided by telepoint.bg

 



【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月08日 0

暂无评论

推荐阅读
  A32uB2Hhmc6N   2023年12月12日   51   0   0 MySQLMySQLideide
vwKuDCExiAAC