简体   繁体   中英

Mask Image to Video Frame similar as MV Master

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM