FFmpeg git repo
Go to file
Andreas Rheinhardt bd2dcfaed4 tests/fate/matroska: Add container cropping test
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-05-19 03:21:27 +02:00
compat
doc doc: add htmlxref.cnf 2025-05-18 19:54:09 -03:00
ffbuild fftools/resources: Add resource manager files with build-time compression 2025-05-15 23:08:05 +02:00
fftools ffmpeg: Don't print graphs if there are no outputs yet 2025-05-18 15:17:41 +01:00
libavcodec avcodec/libzvbi-teletextdec: change new lines to \n in ASS header 2025-05-17 21:27:29 +02:00
libavdevice
libavfilter avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx() 2025-05-15 23:04:44 +02:00
libavformat avformat/mpegts: update stream info when PMT ES stream_type changes 2025-05-18 08:57:31 -06:00
libavutil
libswresample
libswscale swscale/graph: prefer bools to ints 2025-05-18 15:00:45 +02:00
presets
tests tests/fate/matroska: Add container cropping test 2025-05-19 03:21:27 +02:00
tools tools/merge-all-source-plugins: Check that there are no uncommited changes 2025-05-15 16:19:59 +02:00
.gitattributes
.gitignore
.mailmap
Changelog Changelog: VVC supports all content of SCC 2025-05-17 09:24:01 +08:00
configure fftools/resources: Add resource manager files with build-time compression 2025-05-15 23:08:05 +02:00
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL.md Add tools/merge-all-source-plugins 2025-05-15 12:17:04 +02:00
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE

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.