Name Date Size

..25-Oct-20244 KiB

.gitattributesH A D25-Oct-202450

.gitignoreH A D25-Oct-2024296

.mailmapH A D25-Oct-20241.1 KiB

.travis.ymlH A D25-Oct-2024531

android_mac_config.shH A D25-Oct-20246.9 KiB

BUILD.gnH A D25-Oct-202477.5 KiB

bundle.jsonH A D25-Oct-20241.2 KiB

ChangelogH A D25-Oct-202479.3 KiB

compat/H25-Oct-20244 KiB

config_components.hH A D25-Oct-202467.1 KiB

configureH A D25-Oct-2024263 KiB

CONTRIBUTING.mdH A D25-Oct-2024418

COPYING.GPLv2H A D25-Oct-202417.7 KiB

COPYING.GPLv3H A D25-Oct-202434.3 KiB

COPYING.LGPLv2.1H A D25-Oct-202425.9 KiB

COPYING.LGPLv3H A D25-Oct-20247.5 KiB

CREDITSH A D25-Oct-2024277

doc/H25-Oct-20244 KiB

ffbuild/H25-Oct-20244 KiB

fftools/H25-Oct-20244 KiB

INSTALL.mdH A D25-Oct-2024596

ios_config.shH A D25-Oct-20246.7 KiB

libavcodec/H25-Oct-202460 KiB

libavdevice/H25-Oct-20244 KiB

libavfilter/H25-Oct-202420 KiB

libavformat/H25-Oct-202420 KiB

libavresample/H25-Oct-20244 KiB

libavutil/H25-Oct-202412 KiB

libpostproc/H25-Oct-20244 KiB

libswresample/H25-Oct-20244 KiB

libswscale/H25-Oct-20244 KiB

LICENSE.mdH A D25-Oct-20244.3 KiB

MAINTAINERSH A D25-Oct-202430.5 KiB

MakefileH A D25-Oct-20246.4 KiB

OAT.xmlH A D25-Oct-202410.3 KiB

ohos_config.shH A D25-Oct-20246.9 KiB

old-version/H25-Oct-20244 KiB

presets/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241.8 KiB

README.OpenSourceH A D25-Oct-2024411

RELEASEH A D25-Oct-20246

RELEASE_NOTESH A D25-Oct-20241.1 KiB

tests/H25-Oct-20244 KiB

tools/H25-Oct-20244 KiB

README.md

1FFmpeg README
2=============
3
4FFmpeg is a collection of libraries and tools to process multimedia content
5such as audio, video, subtitles and related metadata.
6
7## Libraries
8
9* `libavcodec` provides implementation of a wider range of codecs.
10* `libavformat` implements streaming protocols, container formats and basic I/O access.
11* `libavutil` includes hashers, decompressors and miscellaneous utility functions.
12* `libavfilter` provides means to alter decoded audio and video through a directed graph of connected filters.
13* `libavdevice` provides an abstraction to access capture and playback devices.
14* `libswresample` implements audio mixing and resampling routines.
15* `libswscale` implements color conversion and scaling routines.
16
17## Tools
18
19* [ffmpeg](https://ffmpeg.org/ffmpeg.html) is a command line toolbox to
20  manipulate, convert and stream multimedia content.
21* [ffplay](https://ffmpeg.org/ffplay.html) is a minimalistic multimedia player.
22* [ffprobe](https://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect
23  multimedia content.
24* Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`.
25
26## Documentation
27
28The offline documentation is available in the **doc/** directory.
29
30The online documentation is available in the main [website](https://ffmpeg.org)
31and in the [wiki](https://trac.ffmpeg.org).
32
33### Examples
34
35Coding examples are available in the **doc/examples** directory.
36
37## License
38
39FFmpeg codebase is mainly LGPL-licensed with optional components licensed under
40GPL. Please refer to the LICENSE file for detailed information.
41
42## Contributing
43
44Patches should be submitted to the ffmpeg-devel mailing list using
45`git format-patch` or `git send-email`. Github pull requests should be
46avoided because they are not part of our review process and will be ignored.
47

README.OpenSource

1[
2    {
3        "Name": "FFmpeg",
4        "License": "LGPL V2.1",
5        "License File": "COPYING.LGPLv2.1",
6        "Version Number": "5.1.4",
7        "Upstream URL": "http://www.ffmpeg.org/",
8        "Description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created."
9    }
10]