Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mboljen/ffmpeg-tools
Various wrappers for manipulating video files with ffmpeg
https://github.com/mboljen/ffmpeg-tools
ffmpeg-wrapper video
Last synced: about 2 months ago
JSON representation
Various wrappers for manipulating video files with ffmpeg
- Host: GitHub
- URL: https://github.com/mboljen/ffmpeg-tools
- Owner: mboljen
- License: mit
- Created: 2023-03-19T11:26:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T19:38:49.000Z (5 months ago)
- Last Synced: 2024-08-22T21:46:14.868Z (5 months ago)
- Topics: ffmpeg-wrapper, video
- Language: Shell
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ffmpeg-tools
This collection provides the following wrappers for **FFmpeg**:
+ [ffmpeg-audioshift](share/doc/ffmpeg-audioshift.md)
+ [ffmpeg-concat](share/doc/ffmpeg-concat.md)
+ [ffmpeg-convert](share/doc/ffmpeg-convert.md)
+ [ffmpeg-cropdetect](share/doc/ffmpeg-cropdetect.md)
+ [ffmpeg-fadeinout](share/doc/ffmpeg-fadeinout.md)
+ [ffmpeg-gamma](share/doc/ffmpeg-gamma.md)
+ [ffmpeg-splitaudio](share/doc/ffmpeg-splitaudio.md)
+ [ffmpeg-watermark](share/doc/ffmpeg-watermark.md)## Requirements
A recent version of **FFmpeg** is required.
## Installation
Use the following command to install this software:
```console
$ make
$ make install
```The default `PREFIX` is set to `/usr/local`. In order to successfully complete the installation, you need to have write permissions for the installation location.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## See also
+ [ffmpeg](https://ffmpeg.org/) - A complete, cross-platform solution to record, convert and stream audio and video
## License
[MIT](https://choosealicense.com/licenses/mit/)