Skip to main content

FFmpeg Command Generator

- Generate FFmpeg commands for video processing
Configuration
Configure your FFmpeg command options

GIF Settings

Balanced quality and size

Generated Command
Copy or download your FFmpeg command
ffmpeg -i input.mp4 -filter_complex "[0:v]fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse=dither=sierra2_4a" -loop 0 output.gif
Note: Make sure FFmpeg is installed on your system. Run the command in your terminal or use the downloaded script file.