Нет описания https://ffmpeg.org/

Michael Niedermayer 3c7d3d27be tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog() 9 лет назад
compat 1492118c9d avisynth: drop support of AviSynth 2.5 10 лет назад
doc 079b7f6eac vp9: add profile names 10 лет назад
libavcodec 0a6b410edf avcodec/vp8: Suppress empty body warnings 9 лет назад
libavdevice 7971fa9ce0 lavd/xcbgrab: fix comparison with screen size. 9 лет назад
libavfilter 3f7986f983 avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_rect filters 9 лет назад
libavformat e31cdb5cc8 lavf/riff: Add MultiScope II fourcc MSC2 as MJPEG. 9 лет назад
libavresample 215430e049 Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce' 10 лет назад
libavutil 890b874889 avutil/internal: Suppress empty body warning from emms_c() 9 лет назад
libpostproc cbe27006ce postproc: Made QP, nonBQP, and pQPb arrays 10 лет назад
libswresample ff50b1b13b swresample/swresample-test: Randomly wipe out channel counts 10 лет назад
libswscale 603c839398 swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong 10 лет назад
presets d9a61ae31e presets: remove moldering iPod presets 10 лет назад
tests b005d09764 vp9: add fate test for 422. 10 лет назад
tools 3c7d3d27be tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog() 9 лет назад
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 10 лет назад
.gitignore 56b7aa2138 doc/examples: add directory listing example 10 лет назад
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 15 лет назад
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 лет назад
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 13 лет назад
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 лет назад
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 12 лет назад
Changelog 8ad04d24c8 lavf/apngenc: Fix png remuxing by using default extension apng. 10 лет назад
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 лет назад
LICENSE.md eb16881199 LICENSE.md: add *_rect filters 10 лет назад
MAINTAINERS eca39e29a3 MAINTAINERS: Add Lou Logan as server admin as he is root too 10 лет назад
Makefile 4a7b50679d makefile: add Loongson-3 support 10 лет назад
README.md a5c9befbf4 README: add ffserver 10 лет назад
RELEASE 1b47760bbe RELEASE: update to 2.6.git 10 лет назад
arch.mak 4a7b50679d makefile: add Loongson-3 support 10 лет назад
cmdutils.c 36993527dd cmdutils: Add libm.h for round() 9 лет назад
cmdutils.h 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 10 лет назад
cmdutils_common_opts.h 5f55819850 opts: add list device sources/sinks options 10 лет назад
cmdutils_opencl.c cf234552b8 OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 10 лет назад
common.mak 2e5605f6fa x86: Makefile: fix DBG parameter evaluation 10 лет назад
configure 22a0387df2 OS/2:Makedef.cmd cleanup 9 лет назад
ffmpeg.c f5b26fbc2f Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' 10 лет назад
ffmpeg.h f5b26fbc2f Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' 10 лет назад
ffmpeg_dxva2.c 5f2cdf9c3c ffmpeg_dxva2: add hevc support 10 лет назад
ffmpeg_filter.c 800df6a849 ffmpeg_filter: use get_rotation() 10 лет назад
ffmpeg_opt.c a1acae0409 ffmpeg_opt: remove rotate metadata in case of autorotate 10 лет назад
ffmpeg_vda.c df4fca2163 vda: Cast to not discard constant qualifier and silence compiler warning 10 лет назад
ffmpeg_vdpau.c a6ab9ed50d Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec' 10 лет назад
ffplay.c 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 10 лет назад
ffprobe.c a72b61a317 ffprobe: support printing AVStream and AVPacket side data 10 лет назад
ffserver.c e10b2a4dc0 ffserver: remove stale debug stanza 10 лет назад
ffserver_config.c 720dffb843 ffserver_config: reflow add_codec() 10 лет назад
ffserver_config.h 3cb0bec687 ffserver: dont leak child arguments 10 лет назад
library.mak bc8e044d8c x86/doc/Makefile: DBG=1 to preprocess external asm 10 лет назад
version.sh f3158c3f29 version.sh: Print versions based on the last git tag for release branches 10 лет назад

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.