Skip to content

Instantly share code, notes, and snippets.

@joequery
Last active August 29, 2015 13:57
Show Gist options
  • Save joequery/9778704 to your computer and use it in GitHub Desktop.
Save joequery/9778704 to your computer and use it in GitHub Desktop.
FFmpeg - video of image fading out
# ffmpeg -loop 1 -i logo.png -filter_complex "[0:v]fade=out:st=2.5:d=1.5[ov]" -map "[ov]" -c:a copy -c:v libx264 -t 5 out.mp4; ffmpeg -f lavfi -i aevalsrc=0 -i out.mp4 -vcodec copy -acodec aac -map 0:0 -map 1:0 -shortest -strict experimental -y out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment