Skip to content

Instantly share code, notes, and snippets.

@gyng
Created September 15, 2018 06:05
Show Gist options
  • Save gyng/092436072880537a63262fcbea8f7921 to your computer and use it in GitHub Desktop.
Save gyng/092436072880537a63262fcbea8f7921 to your computer and use it in GitHub Desktop.
Useful ffmpeg photoprocessing commands
# Combine photos into a vide
ffmpeg -start_number 9030 -i 'DSCF%4d.jpg' -b 8000k -r 60 out.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment