Skip to content

Instantly share code, notes, and snippets.

@kohnakagawa
Last active August 29, 2015 13:59
Show Gist options
  • Save kohnakagawa/10652114 to your computer and use it in GitHub Desktop.
Save kohnakagawa/10652114 to your computer and use it in GitHub Desktop.
#!/bin/bash
flame_rate=10
output_file="out"
number_of_digit=3
ffmpeg -r ${flame_rate} -i "time%0"${number_of_digit}"d.jpeg" -qscale 0 ${output_file}".mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment