Skip to content

Instantly share code, notes, and snippets.

@tzermias
Last active April 27, 2020 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzermias/48e5c0d2b94b576a2404085690cf03c1 to your computer and use it in GitHub Desktop.
Save tzermias/48e5c0d2b94b576a2404085690cf03c1 to your computer and use it in GitHub Desktop.
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