data/tool/ubuntu/ffmpeg/ffmpeg-3.1
luozhikun 09a1681920 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
..
compat feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
doc feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libavcodec feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libavdevice feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libavfilter feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libavformat feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libavresample feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libavutil feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libpostproc feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libswresample feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
libswscale feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
presets feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
tests feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
tools feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
.gitattributes feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
.travis.yml feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
COPYING.GPLv2 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
COPYING.GPLv3 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
COPYING.LGPLv2.1 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
COPYING.LGPLv3 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
CREDITS feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
Changelog feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
INSTALL.md feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
LICENSE.md feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
MAINTAINERS feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
Makefile feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
README.md feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
RELEASE feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
RELEASE_NOTES feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
VERSION feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
arch.mak feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
cmdutils.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
cmdutils.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
cmdutils_common_opts.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
cmdutils_opencl.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
common.mak feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
config.fate feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
config.log feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
configure feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_cuvid.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_dxva2.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_filter.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_opt.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_qsv.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_vaapi.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_vdpau.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffmpeg_videotoolbox.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffplay.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffprobe.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffserver.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffserver_config.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ffserver_config.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
library.mak feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
version.sh feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00

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.