Fade in on open a media player file

Hi,
i’m trying to open a media player file on a key pressure in BP, it works, but it opens with a sort of glitch effect, is there a way to make a FadeIn of the video?

Thanks

Luca

what if the video itself starts with a fadein?

That’s the way that i’ve used 'till now to manage the problem, but now i’m in a situation where i can’t manage the video, so would be cool to have a method that works indipendently by the content.

Glitch is happening because it was not fully loaded.
I’ve just bumped into the same problem.

Create variable Media player video type, add it to the graph, from there pull Open source (pick your video inside it) >Pause>Set Material (It needs to be your video, it converts it by default when you assign it to any SM)>Play

This should resolve it.

Best!