Skip to content

Instantly share code, notes, and snippets.

@Ale-Code404
Created December 7, 2023 13:37
Show Gist options
  • Select an option

  • Save Ale-Code404/4a56dda04fe0d31942dea83dde23f4a6 to your computer and use it in GitHub Desktop.

Select an option

Save Ale-Code404/4a56dda04fe0d31942dea83dde23f4a6 to your computer and use it in GitHub Desktop.
Convert mp4 to gif with ffmpeg in Linux

Edit input, fps, width and output name

ffmpeg -i {input} -vf "fps={fps},scale={width}:-1" -loop 0 {output}.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment