Name Mode Size
compat 040000
doc 040000
ffbuild 040000
fftools 040000
libavcodec 040000
libavdevice 040000
libavfilter 040000
libavformat 040000
libavresample 040000
libavutil 040000
libpostproc 040000
libswresample 040000
libswscale 040000
presets 040000
tests 040000
tools 040000
.gitattributes 100644 0 kb
.gitignore 100644 0 kb
.mailmap 100644 1 kb
.travis.yml 100644 1 kb
CONTRIBUTING.md 100644 0 kb
COPYING.GPLv2 100644 18 kb
COPYING.GPLv3 100644 34 kb
COPYING.LGPLv2.1 100644 26 kb
COPYING.LGPLv3 100644 7 kb
CREDITS 100644 0 kb
Changelog 100644 62 kb
INSTALL.md 100644 1 kb
LICENSE.md 100644 4 kb
MAINTAINERS 100644 29 kb
Makefile 100644 6 kb
README.md 100644 2 kb
RELEASE 100644 0 kb
configure 100755 251 kb
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 a mean to alter decoded Audio and Video through chain of 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](https://ffmpeg.org/ffmpeg.html) is a command line toolbox to manipulate, convert and stream multimedia content. * [ffplay](https://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. * [ffprobe](https://ffmpeg.org/ffprobe.html) 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](https://ffmpeg.org) and in the [wiki](https://trac.ffmpeg.org). ### 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.