Wrapper around ffmpeg to generate 5 seconds preview of the video as lightweight animated GIF
50K+
On GitHub: https://github.com/FBoucher/aciffmpeg
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
Content type
Image
Digest
Size
29.8 MB
Last updated
over 4 years ago
docker pull fboucher/aciffmpeg