Mask Image to Video Frame similar as MV Master

2019-06-01 00:55发布

问题:

I am new to this video processing concept, i tried to use the video sample downloaded from the link of MV Master. And used ffmpeg to mask images in the video same as MV Master does in their app. I used VideoKit(link) to do that. Can any one help me out with this.

回答1:

i read all comments and got that ur looking for ffmpeg command that get 2 to 3 images a input and one alpha rgb video for effect which is used by MV Master app i have made ffmpeg command using ffmpeg documentation and got desired out put as MV Master App Do. cheack out below out put and let me know if your are looking for same will share code if u need

https://www25.zippyshare.com/v/JCMwOZnB/file.html

actually video you got from MV Master app is RGB + ALPHA Video which is used to create MV video effects. you got both video in one video . both video has black color so by using ffmpeg we have to pass black color code to ffmpeg command. ffmpeg will use that black color as transperent area and after that we have to overlay that video to image