Created
March 20, 2020 10:52
-
-
Save masterdezign/c74bf9f420c747c6fabc510f37e11b59 to your computer and use it in GitHub Desktop.
A video from images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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