Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)