Quantcast
Channel: Using ffmpeg, how can I convert an MP4, crop and resize to GIF? - Super User
Browsing latest articles
Browse All 2 View Live

Answer by llogan for Using ffmpeg, how can I convert an MP4, crop and resize...

Here's a simple method that will work for 1280x720 inputs.Generate palette:ffmpeg -i input.mp4 -filter_complex "fps=10,scale=-1:640,crop=ih:ih,setsar=1,palettegen" palette.pngCreate GIF:ffmpeg -i...

View Article



Using ffmpeg, how can I convert an MP4, crop and resize to GIF?

I would like ffmpeg to grab a 1280x720 MP4 video file, crop to square size ratio, resize it to 640x640The following two commands work for me with great GIF quality bu it's just missing the correct...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images