Last active
August 29, 2015 13:57
-
-
Save joequery/9778704 to your computer and use it in GitHub Desktop.
FFmpeg - video of image fading out
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 -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