Created
March 18, 2021 09:47
-
-
Save Stylesproline/d5028464353ad72f441f177c9ae54e6c 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.exe -f lavfi -i color=c=#DD0000:s=1920x1080 -loop 1 -i <input.jpg> -s "1920x1080" -t 5 -filter_complex "[1:v]scale=1920:-2[fg], [0:v][fg]overlay=y=-'t*((h-1080)/5)':eof_action=endall" -y <output.mp4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
image to video.mp4