Go to file
liujinye cbd49f0a3c chore: sync .github, .gitee and LICENSE from dev branch
Change-Id: Iaa3f1a62379fc514aa820c4281bed94e9d5a915b
2026-04-22 16:49:01 +08:00
.gitee chore: sync .github, .gitee and LICENSE from dev branch 2026-04-22 16:49:01 +08:00
.github chore: sync .github, .gitee and LICENSE from dev branch 2026-04-22 16:49:01 +08:00
compat ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
doc libavformat/file: apply pkt_size option to read mode 2026-04-20 20:58:46 +08:00
ffbuild ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
fftools ffmpeg: codesize optimize for CONFIG_AUDIO_ONLY. 2026-04-20 20:58:41 +08:00
libavcodec ffmpeg: fix log warning. 2026-04-20 20:58:47 +08:00
libavdevice vtun: add nv21 2026-04-20 20:58:41 +08:00
libavfilter ffmpeg: open alsa device only in link with format 2026-04-20 20:58:48 +08:00
libavformat libavformat/id3v2: fix disable-id3 decoding mp3 time exception 2026-04-20 20:58:48 +08:00
libavutil ffmpeg:Resolve aac compilation warnings. 2026-04-20 20:58:47 +08:00
libpostproc ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
libswresample ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
libswscale ffmpeg: fix scale build error in specific product 2026-04-20 20:58:13 +08:00
presets ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
tests ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
tools ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
.gitattributes ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
.gitignore ffmpeg/.gitognore: update path from private to trunk 2026-04-20 20:58:33 +08:00
.mailmap ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
CONTRIBUTING.md ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
COPYING.GPLv2 ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
COPYING.GPLv3 ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
COPYING.LGPLv2.1 ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
COPYING.LGPLv3 ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
CREDITS ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
Changelog ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
INSTALL.md ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
LICENSE.md ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
MAINTAINERS ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
Makefile ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
README.md ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
RELEASE ffmpeg7: fixed amix format when graph load 2026-04-20 20:57:53 +08:00
configure ffmpeg: add armv8-m.main+dsp support 2026-04-20 20:58:46 +08:00

README.md

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides means to alter decoded audio and video through a directed graph of connected filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.