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

Lou Logan 06eef96b69 fix some a/an typos 9 лет назад
compat b8bc6b14a5 compat/os2threads: split long lines 9 лет назад
doc 06eef96b69 fix some a/an typos 9 лет назад
libavcodec 06eef96b69 fix some a/an typos 9 лет назад
libavdevice cd76eb8f4a lavd/dshow_crossbar: remove trailing whitespace 9 лет назад
libavfilter 06eef96b69 fix some a/an typos 9 лет назад
libavformat 06eef96b69 fix some a/an typos 9 лет назад
libavresample d1262262de Merge commit 'cc4c24208159200b7aff5b5c313903c7f23fa345' 9 лет назад
libavutil 06eef96b69 fix some a/an typos 9 лет назад
libpostproc 2aa21eec1a postproc: fix unaligned access 9 лет назад
libswresample 914ad90edd swresample/swresample: Remove "less than" comparissions of enums 9 лет назад
libswscale 06eef96b69 fix some a/an typos 9 лет назад
presets d9a61ae31e presets: remove moldering iPod presets 10 лет назад
tests 5a19506088 fate: Remove vsync drop from some h264 tests 9 лет назад
tools 06eef96b69 fix some a/an typos 9 лет назад
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 10 лет назад
.gitignore 14478b6c38 fate: add audiomatch 9 лет назад
.travis.yml df8e24be5d Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec' 9 лет назад
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 ff982e02b5 avcodec: add dca core extraction bsf 9 лет назад
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 лет назад
LICENSE.md bbf7500df9 LICENSE: Thorough editing 9 лет назад
MAINTAINERS 4d251723c0 lavfi: Add coreimage filter for GPU based image filtering on OSX. 9 лет назад
Makefile 14478b6c38 fate: add audiomatch 9 лет назад
README.md 9ecfcfe481 README: replace http with https 9 лет назад
RELEASE 5d82370930 RELEASE: Update to 3.0.git 9 лет назад
arch.mak a27401a05b mips: rename mipsdspr1 to mipsdsp 9 лет назад
cmdutils.c 956fed377b cmdutils: realign for some additional filters with very long name 9 лет назад
cmdutils.h 94a1c7491b fate/source: Do not use GNU extensions in sed 9 лет назад
cmdutils_common_opts.h 5f55819850 opts: add list device sources/sinks options 10 лет назад
cmdutils_opencl.c 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 лет назад
common.mak b46aae0936 build: use a link instead of changing current directory when compiling 9 лет назад
configure 665c05f7cb configure: Fail if CUDA enabled but not found 9 лет назад
ffmpeg.c 2e6636aa87 vp9: add superframe merging bitstream filter. 9 лет назад
ffmpeg.h 6b706ce85f Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140' 9 лет назад
ffmpeg_dxva2.c a655bc8344 ffmpeg_dxva2: add a profile check for hevc 9 лет назад
ffmpeg_filter.c 06eef96b69 fix some a/an typos 9 лет назад
ffmpeg_opt.c 0418b0253a ffmpeg: remove hardcoded 'now' creation_time support 9 лет назад
ffmpeg_qsv.c dd8a4b0f8c Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8' 9 лет назад
ffmpeg_vdpau.c ba687ae0bd ffmpeg_vdpau: Free ctx on error path 9 лет назад
ffmpeg_videotoolbox.c 3041618516 ffmpeg/videotoolbox: protect UTGetOSTypeFromString on both VDA and VT 9 лет назад
ffplay.c df34b70098 ffplay: remove redundant silence buffer 9 лет назад
ffprobe.c b62825a480 ffprobe: Deprecate stream timecode field and add frame side data timecode field 9 лет назад
ffserver.c baec6d8aff ffserver: Fixed ffserver to support large ffm files 9 лет назад
ffserver_config.c 2ac5a1a28e ffserver: NoVideo and NoAudio flags weren't cleared between streams. 9 лет назад
ffserver_config.h 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 лет назад
library.mak b46aae0936 build: use a link instead of changing current directory when compiling 9 лет назад
version.sh cb3f99e4d3 version.sh: Fix spurious rebuilds. 9 лет назад

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. Few developers follow pull requests so they will likely be ignored.