|
|
2 天之前 | |
|---|---|---|
| .forgejo | 3 天之前 | |
| compat | 1 月之前 | |
| doc | 2 天之前 | |
| ffbuild | 3 周之前 | |
| fftools | 1 周之前 | |
| libavcodec | 17 小時之前 | |
| libavdevice | 1 周之前 | |
| libavfilter | 2 天之前 | |
| libavformat | 10 小時之前 | |
| libavutil | 2 天之前 | |
| libswresample | 1 周之前 | |
| libswscale | 7 小時之前 | |
| presets | 11 年之前 | |
| tests | 10 小時之前 | |
| tools | 1 月之前 | |
| .gitattributes | 8 月之前 | |
| .gitignore | 2 周之前 | |
| .mailmap | 3 月之前 | |
| CONTRIBUTING.md | 9 年之前 | |
| COPYING.GPLv2 | 16 年之前 | |
| COPYING.GPLv3 | 16 年之前 | |
| COPYING.LGPLv2.1 | 3 月之前 | |
| COPYING.LGPLv3 | 16 年之前 | |
| CREDITS | 2 年之前 | |
| Changelog | 3 周之前 | |
| FUNDING.json | 5 月之前 | |
| INSTALL.md | 3 月之前 | |
| LICENSE.md | 6 月之前 | |
| MAINTAINERS | 3 周之前 | |
| Makefile | 1 天之前 | |
| README.md | 4 年之前 | |
| RELEASE | 3 月之前 | |
| configure | 4 天之前 |
FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
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 means to alter decoded audio and video through a directed graph of connected 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.aviocat, ismindex and qt-faststart.The offline documentation is available in the doc/ directory.
The online documentation is available in the main website and in the wiki.
Coding examples are available in the doc/examples directory.
FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.
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.