gif

  • 2023
  • 09. May 2023 FFmpeg - Convert MP4 video to GIF
  • FFmpeg command to convert an MP4 video to a GIF file: ffmpeg -i input.mp4 \ -filter_complex \ "[0:v] fps=10,scale=320:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" \ output.gif This