Skip to content

Instantly share code, notes, and snippets.

@jpalardy
Created November 30, 2021 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpalardy/e659ab54acbc96a863bac7e437cabd12 to your computer and use it in GitHub Desktop.
Save jpalardy/e659ab54acbc96a863bac7e437cabd12 to your computer and use it in GitHub Desktop.

show info:

ffmpeg -i input.file

extract audio

ffmpeg -i intut.file -vn -acodec copy output.file

convert to GIF

ffmpeg -i input.file -vf "scale=320:-1, fps=5" output.file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment