Overlay a VP9 video with an alpha channel using alpha blending

0
0
No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i background-video.mp4 -c:v libvpx-vp9 -i overlay-vp9-video-with-alpha-channel.webm -filter_complex "[0:v][1:v]overlay" out.mp4