Skip to content

Instantly share code, notes, and snippets.

@alexanderdombroski
Created July 29, 2025 16:20
Show Gist options
  • Save alexanderdombroski/074afca464801ba5bb886e6bbec6adb3 to your computer and use it in GitHub Desktop.
Save alexanderdombroski/074afca464801ba5bb886e6bbec6adb3 to your computer and use it in GitHub Desktop.
Super long commands it doesn't make sense to remember

Commands

mov->gif
ffmpeg -i input.mov -vf "fps=10,scale=480:-1:flags=lanczos" -y output.gif

mov->gif (x2 speed)
ffmpeg -i input.mov -vf "setpts=0.5*PTS,fps=10,scale=480:-1:flags=lanczos" -y output.gif

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