2023-12-10 15:15:11 +00:00
|
|
|
Librempeg README
|
2014-05-27 18:14:48 +00:00
|
|
|
=============
|
2001-07-22 14:37:44 +00:00
|
|
|
|
2023-12-10 15:15:11 +00:00
|
|
|
Librempeg is a collection of libraries and tools to process multimedia content
|
2014-08-12 17:34:47 +00:00
|
|
|
such as audio, video, subtitles and related metadata.
|
2001-07-22 14:37:44 +00:00
|
|
|
|
2014-08-12 17:34:47 +00:00
|
|
|
## Libraries
|
2014-05-27 18:14:48 +00:00
|
|
|
|
2014-08-12 17:34:47 +00:00
|
|
|
* `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.
|
2021-10-08 04:14:34 +00:00
|
|
|
* `libavfilter` provides means to alter decoded audio and video through a directed graph of connected filters.
|
2014-08-12 17:34:47 +00:00
|
|
|
* `libavdevice` provides an abstraction to access capture and playback devices.
|
2014-08-17 19:07:05 +00:00
|
|
|
* `libswresample` implements audio mixing and resampling routines.
|
2014-08-12 17:34:47 +00:00
|
|
|
* `libswscale` implements color conversion and scaling routines.
|
2001-07-22 14:37:44 +00:00
|
|
|
|
2014-08-12 17:34:47 +00:00
|
|
|
## Tools
|
2001-07-22 14:37:44 +00:00
|
|
|
|
2023-12-10 15:15:11 +00:00
|
|
|
* `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.
|
2014-08-12 17:34:47 +00:00
|
|
|
* Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`.
|
2012-04-06 08:23:26 +00:00
|
|
|
|
2014-08-12 17:34:47 +00:00
|
|
|
## Documentation
|
2012-04-06 08:23:26 +00:00
|
|
|
|
2014-08-12 17:34:47 +00:00
|
|
|
The offline documentation is available in the **doc/** directory.
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
2014-11-03 08:20:27 +00:00
|
|
|
Coding examples are available in the **doc/examples** directory.
|
2014-08-12 17:34:47 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2023-12-10 15:15:11 +00:00
|
|
|
Librempeg codebase is mainly LGPL-licensed with optional components licensed under
|
2014-08-12 17:34:47 +00:00
|
|
|
GPL. Please refer to the LICENSE file for detailed information.
|
2015-09-14 21:24:22 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2023-12-10 15:15:11 +00:00
|
|
|
Contributing can be done via Github pull requests.
|