The info panel has
R:
G:
B:
A: 0
as details...
I'm not an expert but it tells me it's probably rendered well and that vlc is not supporting alpha giving me the impresion of non transparent video, rather then not supported format ...
And sadly slider revolution also.. found some article similar to mine.. about slider revolution and alpha saying this is a solution :
You could add to the html5 video layer the opacity (tested in google chrome, and seems to working well) like
.tp-caption .html5vid {
-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
Thanks a lot,
Cheers from your Team @ ThemePunch
I tried adding that but it ain't working so I guess my days as an animation createor are slowly dieing since I think this is a problem I might not be able to overcome and slider support is pay to ask ...
Thanks for giving me directions on what to look up, I appriciate it.