zeh / ffmpeg.app

A visual web interface to FFmpeg

Home Page:https://ffmpeg.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better gif conversion command

pscamodio opened this issue · comments

commented

Hi
Liking this webpage a lot.
Can I just suggest a little improvement on the video to gif conversion?
Maybe it could be another command to get better gifs out of the video, with a little higher resolution and less noise

-i ${input_video} -r 15 -vf "scale=1024:-1,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" {{{output_file:extension=gif}}}

The current conversion is nice if you have a small icon animation.
This other commend would work nice to create a small gif to show for example a mock-up or a simple screen capture.
And this is often the case when you convert from a video.

Thanks! This is helpful!

And you're right, I need to add a ton more options for GIF conversion. The current one forces a 200w resize, etc.

Once selectors (#1) is in place, more recipes like these should come next.