Skip to content

Instantly share code, notes, and snippets.

@mjhong0708
Created November 28, 2021 15:02
Show Gist options
  • Save mjhong0708/f9f355c812a582a817874a59d0100431 to your computer and use it in GitHub Desktop.
Save mjhong0708/f9f355c812a582a817874a59d0100431 to your computer and use it in GitHub Desktop.
Generate video from images with ffmpeg
# ffmpeg -framerate $frame_rate -i $filename_pattern $output_filename
# example)
ffmpeg -framerate 30 -i filename-%03d.jpg output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment