Name Mode Size
..
aiff 100644 0 kb
alaw 100644 0 kb
asf 100644 0 kb
ast 100644 0 kb
au 100644 0 kb
avi 100644 0 kb
bmp 100644 0 kb
caf 100644 0 kb
dpx 100644 1 kb
dv_fmt 100644 0 kb
ffm 100644 0 kb
flm 100644 0 kb
flv_fmt 100644 0 kb
gif 100644 0 kb
gxf 100644 0 kb
ircam 100644 0 kb
ismv 100644 0 kb
jpg 100644 0 kb
mkv 100644 0 kb
mmf 100644 0 kb
mov 100644 1 kb
mpg 100644 0 kb
mulaw 100644 0 kb
mxf 100644 0 kb
mxf_d10 100644 0 kb
mxf_opatom 100644 0 kb
nut 100644 0 kb
ogg 100644 0 kb
pam 100644 1 kb
pbmpipe 100644 0 kb
pcx 100644 0 kb
pgm 100644 0 kb
pgmpipe 100644 0 kb
pixfmt 100644 2 kb
png 100644 0 kb
ppm 100644 0 kb
ppmpipe 100644 0 kb
rm 100644 0 kb
rso 100644 0 kb
sgi 100644 0 kb
smjpeg 100644 0 kb
sox 100644 0 kb
sunrast 100644 0 kb
swf 100644 0 kb
tga 100644 0 kb
tiff 100644 0 kb
ts 100644 0 kb
voc 100644 0 kb
voc_s16 100644 0 kb
w64 100644 0 kb
wav 100644 0 kb
wav_peak 100644 0 kb
wav_peak_only 100644 0 kb
wtv 100644 0 kb
xbm 100644 0 kb
xwd 100644 1 kb
yuv4mpeg 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](http://ffmpeg.org/ffmpeg.html) is a command line toolbox to manipulate, convert and stream multimedia content. * [ffplay](http://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. * [ffprobe](http://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect multimedia content. * [ffserver](http://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](http://ffmpeg.org) and in the [wiki](http://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.