Sign inSign up

fboucher/aciffmpeg

By fboucher

Updated over 4 years ago

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

Image
0

50K+

fboucher/aciffmpeg repository overview

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

Tag summary

Content type

Image

Digest

Size

29.8 MB

Last updated

over 4 years ago

docker pull fboucher/aciffmpeg