Last active
April 27, 2020 18:27
-
-
Save tzermias/48e5c0d2b94b576a2404085690cf03c1 to your computer and use it in GitHub Desktop.
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
ffmpeg -r 12 \ | |
-pattern_type glob -i 'photos/*.jpg' \ | |
-i audio.mp3 \ | |
-filter:v 'tblend,fade=t=in:s=0:d=2,fade=out:675:24' \ | |
-filter:a 'afade=in:ss=0:d=2,afade=t=out:st=56:d=3' \ | |
-vcodec libx264 -acodec mp3 panorama.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment