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 abaa41b642 Merge commit 'ed6dad3737bf7bb2d5e9fa9511dfdb44806010e8' 10 years ago
compat
doc opts: add list device sources/sinks options 10 years ago
libavcodec dv: more precise weight table for 8x8 10 years ago
libavdevice lavd/avfoundation: Add support for screen capturing. 10 years ago
libavfilter Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6' 10 years ago
libavformat Merge commit 'ed6dad3737bf7bb2d5e9fa9511dfdb44806010e8' 10 years ago
libavresample
libavutil Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de' 10 years ago
libpostproc
libswresample
libswscale
presets
tests libavformat/mxfdec: read source timecode from pulldown component 10 years ago
tools tools/ffhash: read errno before calling functions which might change it 10 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: add entry for libutvideo 422P10 10 years ago
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c opts: add list device sources/sinks options 10 years ago
cmdutils.h opts: add list device sources/sinks options 10 years ago
cmdutils_common_opts.h opts: add list device sources/sinks options 10 years ago
cmdutils_opencl.c
common.mak
configure Merge commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e' 10 years ago
ffmpeg.c Merge commit '88b32673db39440422a73ec3047d3326c96b4fb2' 10 years ago
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c Print an error if -r and -vsync 0 are used together. 10 years ago
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
ffserver_config.c ffserver_conf: factorize parse function per config tag 10 years ago
ffserver_config.h ffserver_conf: factorize parse function per config tag 10 years ago
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.