fboucher/aciffmpeg
Wrapper around ffmpeg to generate 5 seconds preview of the video as lightweight animated GIF
10K+
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
docker pull fboucher/aciffmpeg