Skip to content

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

Notifications You must be signed in to change notification settings

FBoucher/aciffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aciffmpeg

A Container Instance of FFMPEG

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

A blog post that explains how I build it is coming soon.

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages