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.
 
 
 
 
Michael Niedermayer 567c0dcee6 Merge commit '319424d25c53f82b87187ce03ed984d438f1bee6' 10 years ago
compat
doc Merge commit '55f03d872640175a00bfa262da4652b7312b905f' 10 years ago
libavcodec Merge commit '319424d25c53f82b87187ce03ed984d438f1bee6' 10 years ago
libavdevice Merge commit '2a5ac99e6e06078713f684fee2466c91f677b303' 10 years ago
libavfilter avfilter: Properly check for failed format query 10 years ago
libavformat avformat/mov: do not overwrite extradata in mov_read_glbl() 10 years ago
libavresample
libavutil avutil: remove obsolete FF_API_INTFLOAT cruft 10 years ago
libpostproc postproc: add basic deblock filter visualization support 10 years ago
libswresample swresample/swresample: replace always true if() by av_assert0() 10 years ago
libswscale swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft 10 years ago
presets
tests fate-vc1_ilaced_twomv: use -flags +bitexact 10 years ago
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avformat: add SUP/PGS subtitle demuxer 10 years ago
INSTALL.md
LICENSE.md
MAINTAINERS Add missing entry for maintainer of rtpenc_hevc.* 11 years ago
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: add -lrt to libavutil when needed for nanosleep 10 years ago
ffmpeg.c Merge commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8' 10 years ago
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c lavu/ffmpeg_opt: Check return value of avcodec_find_encoder(). 10 years ago
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c ffplay: Separate AVFrame from AVSubtitle 10 years ago
ffprobe.c
ffserver.c
library.mak
version.sh

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 is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analisys 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

Conding examples are available in the doc/example directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.