Create animated GIF and WebP from videos using FFmpeg
1–10 of 54 posts
Re: Create animated GIF and WebP from videos using FFmpeg
#2Re: Create animated GIF and WebP from videos using FFmpeg
#3I switched to ffmpegging my gifs a year ago and haven't looked back. It's a bit annoying to begin with but now so much easier than using some 3rd rate program or having to upload everything to EZGif. It's worth the pain!
I've also added some shell functions[0] to my dotfiles to make it a bit easier to use when switching between several different machines.
[0] https://gist.github.com/devadvance/03d3c8f57b3e0254fb989e946...
Re: Create animated GIF and WebP from videos using FFmpeg
#4A bit overkill but, a gui to hand-hold old folks like me would handy. Perhaps an addin for blender could work - since it's video handling chops are growing bigger every day?
> I'm an engineering manager at Google Stadia
That's gotta be an interesting gig!
Re: Create animated GIF and WebP from videos using FFmpeg
#5Re: Create animated GIF and WebP from videos using FFmpeg
#6Handy guide, thx! A bit overkill but, a gui to hand-hold old folks like me would handy. Perhaps an addin for blender could work - since it's video handling chops are growing bigger every day? > I'm an engineering manager at Google Stadia That's gotta be an interesting gig!
Re: Create animated GIF and WebP from videos using FFmpeg
#7This is how I convert videos to 720p web-playable videos (if it's not already web-playable):
https://github.com/nicbou/homeserver/blob/22c0a160f9df5f4c34...
This is how I create hover previews like on modern streaming sites:
https://github.com/nicbou/timeline/blob/9d9340930ed0213dffdd...
Re: Create animated GIF and WebP from videos using FFmpeg
#8Re: Create animated GIF and WebP from videos using FFmpeg
#9Perhaps it's time to start a collection of ffmpeg commands for every situation, similar to bro pages [1]. I feel like I have to look at my old projects every time I need to use it. It took me a lot of trial and error to write an all-purpose ffmpeg command. This is how I convert videos to 720p web-playable videos (if it's not already web-playable): https://github.com/nicbou/homeserver/blob/22c0a160f9df5f4c34... This i…
https://github.com/HotpotDesign/FFMpeg-Online
could we list and credit your commands?
Re: Create animated GIF and WebP from videos using FFmpeg
#10I use something similar in MetaMeme for Android