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

Luca Barbato 2b6bc8e340 librtmp: Avoid an infiniloop setting connection arguments 8 лет назад
compat ea9daefe93 compat/os2threads: Check av_malloc() return code 9 лет назад
doc 0ca22536c7 Update for 2.7. 8 лет назад
libavcodec d94d786bf0 avcodec/ttaenc: Reallocate packet if its too small 8 лет назад
libavdevice 620197d1ff doc: avoid incorrect phrase 'allows to' 9 лет назад
libavfilter 526aca805f avfilter/vf_drawtext: Check return code of load_glyph() 8 лет назад
libavformat 2b6bc8e340 librtmp: Avoid an infiniloop setting connection arguments 8 лет назад
libavresample b66b1a103f Merge commit 'd68c05380cebf563915412182643a8be04ef890b' 9 лет назад
libavutil 3f69797e9b pgssubdec: fix subpicture output colorspace and range 8 лет назад
libpostproc c7b34fa733 postproc: fix unaligned access 8 лет назад
libswresample 95db0aa276 swresample/swresample: Fix integer overflow in seed calculation 8 лет назад
libswscale 751e525757 swscale/utils: Fix chrSrcHSubSample for GBRAP16 8 лет назад
presets d9a61ae31e presets: remove moldering iPod presets 10 лет назад
tests 7b1803a427 avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay 8 лет назад
tools acf4925f44 tools/graph2dot: use larger data types than int for array/string sizes 9 лет назад
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 9 лет назад
.gitignore 56b7aa2138 doc/examples: add directory listing example 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. 12 лет назад
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 11 лет назад
Changelog 0ca22536c7 Update for 2.7. 8 лет назад
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 лет назад
LICENSE.md eb16881199 LICENSE.md: add *_rect filters 9 лет назад
MAINTAINERS 010fd5deb6 MAINTAINERS: add myself as an OS/2 maintainer 8 лет назад
Makefile 4a7b50679d makefile: add Loongson-3 support 9 лет назад
README.md a5c9befbf4 README: add ffserver 9 лет назад
RELEASE 0ca22536c7 Update for 2.7. 8 лет назад
RELEASE_NOTES 90932a9e3c add RELEASE_NOTES, based on previous 9 лет назад
arch.mak da9a6f4a2b Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4' 9 лет назад
cmdutils.c 66f4b1e9c4 cmdutils: Fix sign error in display matrix auto-rotation code 9 лет назад
cmdutils.h 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 9 лет назад
cmdutils_common_opts.h 5f55819850 opts: add list device sources/sinks options 9 лет назад
cmdutils_opencl.c cf234552b8 OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 9 лет назад
common.mak 2e5605f6fa x86: Makefile: fix DBG parameter evaluation 9 лет назад
configure d4a7e89793 configure: bump copyright year to 2016 8 лет назад
ffmpeg.c b9a3e0af07 ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. 8 лет назад
ffmpeg.h 57e38043de ffmpeg: Do not copy the display matrix if rotation meta-data is manually added 9 лет назад
ffmpeg_dxva2.c 771537edcf ffmpeg_dxva2: call GetDesktopWindow() in place of GetShellWindow() 9 лет назад
ffmpeg_filter.c 800df6a849 ffmpeg_filter: use get_rotation() 9 лет назад
ffmpeg_opt.c a7fa1c9b2b ffmpeg_opt: Fix forcing fourccs 9 лет назад
ffmpeg_vda.c ce3a8c983f vda: unlock the pixel buffer base address. 9 лет назад
ffmpeg_vdpau.c a6ab9ed50d Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec' 9 лет назад
ffplay.c 0f6118c581 ffplay: use av_clip() instead of nested min & max 9 лет назад
ffprobe.c 09ec31ce3a ffprobe: print stream_index with frame data 9 лет назад
ffserver.c 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 лет назад
ffserver_config.c 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 лет назад
ffserver_config.h 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 лет назад
library.mak 459090181f library.mak: Workaround SDL redefining main and breaking fate tests on mingw 9 лет назад
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.