There are two instances of vlc one superimposed on the other.
How do I apply a transparent mask (.png) to the second vlc player?
I tried to do:
Code: Select all
player2.LoadMediaWithOptions(@"C:\foreground_video.mp4", new String[] { "--alphamask-mask=mask.png" });
An example with more details, is here: https://github.com/higankanshi/Meta.Vlc/issues/264
Visual studio 2013 - WPF Application
Any ideas?
Thanks in advance.