fboucher/aciffmpeg

By fboucher

Updated almost 3 years ago

Wrapper around ffmpeg to generate 5 seconds preview of the video as lightweight animated GIF

Image
0

10K+

Source

On GitHub: https://github.com/FBoucher/aciffmpeg

Example

To create a preview of any video you just need to map a volume and specify the file path and optionally mention if the video is vertical.

On Linux/ WSL the command would look like this:

docker run -v /mnt/c/dev/test:/video fboucher/aciffmpeg -i /video/sample.mp4 -v

And on PowerShell like that:

docker run -v c/dev/test:/video fboucher/aciffmpeg -i /video/sample.mp4 -v

Docker Pull Command

docker pull fboucher/aciffmpeg