ubuntu-buildroot/output/build/ffmpeg-4.4.4
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
compat 1 2024-04-01 23:19:46 +08:00
doc 1 2024-04-01 23:19:46 +08:00
ffbuild 1 2024-04-01 23:19:46 +08:00
fftools 1 2024-04-01 23:19:46 +08:00
libavcodec 1 2024-04-01 23:19:46 +08:00
libavdevice 1 2024-04-01 23:19:46 +08:00
libavfilter 1 2024-04-01 23:19:46 +08:00
libavformat 1 2024-04-01 23:19:46 +08:00
libavresample 1 2024-04-01 23:19:46 +08:00
libavutil 1 2024-04-01 23:19:46 +08:00
libpostproc 1 2024-04-01 23:19:46 +08:00
libswresample 1 2024-04-01 23:19:46 +08:00
libswscale 1 2024-04-01 23:19:46 +08:00
presets 1 2024-04-01 23:19:46 +08:00
tests 1 2024-04-01 23:19:46 +08:00
tools 1 2024-04-01 23:19:46 +08:00
.applied_patches_list 1 2024-04-01 23:19:46 +08:00
.files-list-host.txt 1 2024-04-01 23:19:46 +08:00
.files-list-images.txt 1 2024-04-01 23:19:46 +08:00
.files-list-staging.txt 1 2024-04-01 23:19:46 +08:00
.files-list.txt 1 2024-04-01 23:19:46 +08:00
.mailmap 1 2024-04-01 23:19:46 +08:00
.stamp_built 1 2024-04-01 23:19:46 +08:00
.stamp_configured 1 2024-04-01 23:19:46 +08:00
.stamp_downloaded 1 2024-04-01 23:19:46 +08:00
.stamp_extracted 1 2024-04-01 23:19:46 +08:00
.stamp_installed 1 2024-04-01 23:19:46 +08:00
.stamp_patched 1 2024-04-01 23:19:46 +08:00
.stamp_staging_installed 1 2024-04-01 23:19:46 +08:00
.stamp_target_installed 1 2024-04-01 23:19:46 +08:00
.travis.yml 1 2024-04-01 23:19:46 +08:00
.version 1 2024-04-01 23:19:46 +08:00
CONTRIBUTING.md 1 2024-04-01 23:19:46 +08:00
COPYING.GPLv2 1 2024-04-01 23:19:46 +08:00
COPYING.GPLv3 1 2024-04-01 23:19:46 +08:00
COPYING.LGPLv2.1 1 2024-04-01 23:19:46 +08:00
COPYING.LGPLv3 1 2024-04-01 23:19:46 +08:00
CREDITS 1 2024-04-01 23:19:46 +08:00
Changelog 1 2024-04-01 23:19:46 +08:00
INSTALL.md 1 2024-04-01 23:19:46 +08:00
LICENSE.md 1 2024-04-01 23:19:46 +08:00
MAINTAINERS 1 2024-04-01 23:19:46 +08:00
Makefile 1 2024-04-01 23:19:46 +08:00
README.md 1 2024-04-01 23:19:46 +08:00
RELEASE 1 2024-04-01 23:19:46 +08:00
RELEASE_NOTES 1 2024-04-01 23:19:46 +08:00
VERSION 1 2024-04-01 23:19:46 +08:00
config.h 1 2024-04-01 23:19:46 +08:00
configure 1 2024-04-01 23:19:46 +08:00
ffmpeg 1 2024-04-01 23:19:46 +08:00
ffmpeg_g 1 2024-04-01 23:19:46 +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.
  • 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.