Created
March 19, 2019 21:08
-
-
Save gregkepler/d75ca71fcc9e7ab013af6fdf3d50b430 to your computer and use it in GitHub Desktop.
ffmpeg transparent png background color
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 -f lavfi -i color=c=black:s=1280x720 -i "C:\path\to\image.png" -shortest -filter_complex "[0:v][1:v]overlay=shortest=1,format=yuv420p[out]" -map "[out]" "C:path\to\output\out.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment