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.
 
 
 
 
James Zern fd1443b5dd doc/encoders.texi: document libvpxenc's -row-mt 8 years ago
compat Support building C++ files with MSVC 8 years ago
doc doc/encoders.texi: document libvpxenc's -row-mt 8 years ago
libavcodec Merge commit '47e547b321338c73c21fa623789f1efbd80a297a' 8 years ago
libavdevice Merge commit '1818a640cfdccd52e97edf13564f45bc3d0d93eb' 8 years ago
libavfilter avfilter/vf_framerate: always request input if no output is provided in request_frame 8 years ago
libavformat matroskadec,cosmetics: fix a couple typos 8 years ago
libavresample
libavutil Merge commit '2170017a1cd033b6f28e16476921022712a522d8' 8 years ago
libpostproc
libswresample
libswscale lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16. 8 years ago
presets
tests webm_dash_manifest: Add option to specify bandwidth 8 years ago
tools build: fix tools build dependencies 8 years ago
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile Merge commit 'be2d555c980220e65d0ca5c3d78e6cc1e24451a5' 8 years ago
README.md
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak Merge commit '0507cd5b9f3c3769645bc6e9177eaf760f490d1c' 8 years ago
configure Merge commit 'fc368497f2fff54ddf5316224c573c9d1939fb25' 8 years ago
ffmpeg.c ffmpeg: Clear fifo pointer on deallocation 8 years ago
ffmpeg.h
ffmpeg_cuvid.c
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_qsv.c
ffmpeg_vaapi.c
ffmpeg_vdpau.c
ffmpeg_videotoolbox.c
ffplay.c ffplay: fix indentation 8 years ago
ffprobe.c ffprobe: only use custom logging callback if -show_log is set 8 years ago
ffserver.c
ffserver_config.c
ffserver_config.h
library.mak Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697' 8 years ago
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 analysis tool to inspect multimedia content.
  • ffserver 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 and in the wiki.

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.