Skip to content

Instantly share code, notes, and snippets.

@masterdezign
Created March 20, 2020 10:52
Show Gist options
  • Save masterdezign/c74bf9f420c747c6fabc510f37e11b59 to your computer and use it in GitHub Desktop.
Save masterdezign/c74bf9f420c747c6fabc510f37e11b59 to your computer and use it in GitHub Desktop.
A video from images
# Concatenate images
ffmpeg -framerate 5 -pattern_type glob -i "*.jpg" output.mp4
# Compress
ffmpeg -i output.mp4 -vcodec libx265 -acodec aac -crf 23 output_compressed.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment