Skip to content

Vagrant virtual machine ready for converting mpeg mvoies to gifs

License

Notifications You must be signed in to change notification settings

Starefossen/mpeg-to-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPEG to GIF

vagrant up; vagrant ssh
ffmpeg -ss 00:00:00.000 -i input.mov -pix_fmt rgb24 -r 10 -s 320x240 -t 00:00:10.000 output.gif
convert -layers Optimize output.gif output_optimized.gif

About

Vagrant virtual machine ready for converting mpeg mvoies to gifs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages