Skip to content

Instantly share code, notes, and snippets.

@Stylesproline
Created March 18, 2021 09:47
Show Gist options
  • Save Stylesproline/d5028464353ad72f441f177c9ae54e6c to your computer and use it in GitHub Desktop.
Save Stylesproline/d5028464353ad72f441f177c9ae54e6c to your computer and use it in GitHub Desktop.
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>
@Stylesproline
Copy link
Author

image to video.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment