You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Anton Khirnov 00f5a34c9a fftools/cmdutils: tighten condition for media type stream specifiers 3 days ago
compat avutil/common: Don't auto-include mem.h 6 months ago
doc avdevice/decklink_dec: extend available actions on signal loss 1 week ago
ffbuild riscv: add Zvbb vector bit manipulation extension 4 months ago
fftools fftools/cmdutils: tighten condition for media type stream specifiers 3 days ago
libavcodec avcodec/vvc: Fix output and unref a frame which isn't decoding yet 4 days ago
libavdevice avdevice/jack: use av_err2str to simplify code 6 days ago
libavfilter lavfi/af_channelmap: fix channelmap_init error handling 5 days ago
libavformat avformat/dvdvideodec: implement seeking 4 days ago
libavutil avutil/file: use av_err2str to simplify code 6 days ago
libpostproc avutil/common: Don't auto-include mem.h 6 months ago
libswresample swresample/swresample: Rectify invalid function in the documentation 3 months ago
libswscale swscale/aarch64/rgb2rgb: add neon implementation for rgb24toyv12 2 weeks ago
presets presets: remove moldering iPod presets 10 years ago
tests tests/fate/hevc: add a periodic intra refresh decode test 6 days ago
tools tools/target_swr_fuzzer: Check av_samples_fill_arrays() for failure 3 weeks ago
.gitattributes lavf/assenc: normalize line endings to \n 7 months ago
.gitignore gitignore: add config_components.h 3 years ago
.mailmap mailmap: add entry for myself 2 months ago
CONTRIBUTING.md Add CONTRIBUTING.md 8 years ago
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 years ago
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 16 years ago
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 13 years ago
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 16 years ago
CREDITS Use https for repository links 2 years ago
Changelog Changelog: elaborate on what YUVJ is 6 days ago
INSTALL.md INSTALL.md: Fix Markdown formatting 6 years ago
LICENSE.md avfilter/vf_geq: Relicense to LGPL 5 years ago
MAINTAINERS MAINTAINERS: remove Aurelien and David from matroska* 2 weeks ago
Makefile add tools/target_swr_fuzzer 1 month ago
README.md README: fix typo and description of libavfilter 3 years ago
RELEASE RELEASE: update after 7.0 branch 6 months ago
configure aarch64: Implement support for elf_aux_info(3) on FreeBSD and OpenBSD 1 week ago

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.