Name Mode Size
..
aac.mak 100644 13 kb
ac3.mak 100644 5 kb
acodec.mak 100644 7 kb
adpcm.mak 100644 5 kb
alac.mak 100644 1 kb
als.mak 100644 0 kb
amrnb.mak 100644 1 kb
amrwb.mak 100644 2 kb
api.mak 100644 2 kb
apng.mak 100644 0 kb
atrac.mak 100644 2 kb
audio.mak 100644 3 kb
avformat.mak 100644 9 kb
bmp.mak 100644 2 kb
build.mak 100644 0 kb
canopus.mak 100644 1 kb
cbs.mak 100644 3 kb
cdxl.mak 100644 1 kb
checkasm.mak 100644 2 kb
concatdec.mak 100644 2 kb
cover-art.mak 100644 2 kb
dca.mak 100644 4 kb
demux.mak 100644 8 kb
dfa.mak 100644 1 kb
dnxhd.mak 100644 2 kb
dpcm.mak 100644 1 kb
ea.mak 100644 1 kb
exif.mak 100644 1 kb
ffmpeg.mak 100644 9 kb
ffprobe.mak 100644 1 kb
fft.mak 100644 4 kb
fifo-muxer.mak 100644 1 kb
filter-audio.mak 100644 22 kb
filter-video.mak 100644 47 kb
fits.mak 100644 3 kb
flac.mak 100644 2 kb
flvenc.mak 100644 1 kb
gapless.mak 100644 13 kb
gif.mak 100644 1 kb
h264.mak 100644 43 kb
hevc.mak 100644 9 kb
image.mak 100644 25 kb
indeo.mak 100644 1 kb
libavcodec.mak 100644 3 kb
libavdevice.mak 100644 0 kb
libavformat.mak 100644 1 kb
libavresample.mak 100644 4 kb
libavutil.mak 100644 5 kb
libswresample.mak 100644 51 kb
libswscale.mak 100644 0 kb
lossless-audio.mak 100644 2 kb
lossless-video.mak 100644 3 kb
matroska.mak 100644 1 kb
microsoft.mak 100644 3 kb
monkeysaudio.mak 100644 1 kb
mov.mak 100644 5 kb
mp3.mak 100644 2 kb
mpc.mak 100644 1 kb
mpeg4.mak 100644 1 kb
mpegts.mak 100644 0 kb
mxf.mak 100644 2 kb
opus.mak 100644 2 kb
pcm.mak 100644 2 kb
pixlet.mak 100644 0 kb
probe.mak 100644 1 kb
prores.mak 100644 2 kb
qt.mak 100644 3 kb
qtrle.mak 100644 1 kb
real.mak 100644 2 kb
screen.mak 100644 5 kb
seek.mak 100644 17 kb
source-check.sh 100755 2 kb
source.mak 100644 0 kb
speedhq.mak 100644 1 kb
subtitles.mak 100644 7 kb
utvideo.mak 100644 5 kb
vcodec.mak 100644 23 kb
video.mak 100644 18 kb
voice.mak 100644 3 kb
vorbis.mak 100644 4 kb
vpx.mak 100644 9 kb
vqf.mak 100644 0 kb
wavpack.mak 100644 5 kb
wma.mak 100644 2 kb
xvid.mak 100644 0 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. * [ffserver](https://ffmpeg.org/ffserver.html) is a multimedia streaming server for live broadcasts. * 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.