Skip to content

Instantly share code, notes, and snippets.

@Stichoza
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save Stichoza/5c79f65251f4d05156ff to your computer and use it in GitHub Desktop.

Select an option

Save Stichoza/5c79f65251f4d05156ff to your computer and use it in GitHub Desktop.
FMPEG - Convert image sequence to video
ffmpeg -r 25 -qscale 2 -i DSCN%04d.JPG output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment