Go to file
openkylin-cibot fa3064cc25 No change rebuild for rv64g. 2024-04-07 01:37:23 +00:00
compat merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
debian No change rebuild for rv64g. 2024-04-07 01:37:23 +00:00
doc merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
ffbuild merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
fftools merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libavcodec avcodec/arm/sbcenc: avoid callee preserved vfp registers 2023-03-28 10:20:53 +08:00
libavdevice merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libavfilter merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libavformat merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libavutil merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libpostproc merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libswresample merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
libswscale merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
presets Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
tests merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
tools merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
.mailmap merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
.travis.yml Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
CONTRIBUTING.md Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
COPYING.GPLv2 Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
COPYING.GPLv3 Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
COPYING.LGPLv2.1 Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
COPYING.LGPLv3 Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
CREDITS Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
Changelog merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
INSTALL.md Import Upstream version 4.2.2 2022-06-27 15:29:14 +08:00
LICENSE.md merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
MAINTAINERS merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
Makefile merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
README.md merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
RELEASE merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
RELEASE_NOTES merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
VERSION merge upstream 5.1.1 2023-03-28 10:15:24 +08:00
configure merge upstream 5.1.1 2023-03-28 10:15:24 +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.