Hello,
If i import my Mp4 Video it´s only a File Media Source but i will a Media Player how cna i change this?
To attach the video file i was converting it to (.wmv)
Ok, but how can i change this Media Source FIle to a Media Texture?
steps: imort wmv video, right click → create media texture
- YouTube - i like this tutorial
It´s not work if i import a wmv video or a mp4 video it´s automaticly a Media Source FIle and not a Media Player
Right-click in the Content Browser and go to Media → Media Player
How do you import video into Media Player. There is no source option.
You open the media source via Blueprint. Follow the tutorial.
I too am having issues. Apologies but none of these answers are helpful. I have exported from premiere pro my video as an mp4, wmv, avi, and I think some others. They will all import ONLY as file media source
Unlike all of the videos. Additionally, I found in the advanced assets under media, the new media player thing, but it basically lets me select my video in the media player, and play it. That is it, it never actually is able to become that video file. It needs imported as such or something I just cannot figure it out
also I am not sure what it means to open the file media source in blueprints b/c it has none, and little options. Also there is no blueprint class I can find relating to media player.
Run into the same issue,here is what worked for me, import the video as file media source, create a media player, check video and audio outputs, now this is wher could get tricky
Wherever you want to play the video be a widget or static mesh, create the pertinent material right clicking the video output and give create material
The in wherever blueprint you want to play the video, create a media player variable, then from that variable drag “OPEN SOURCE” and select the media source you imported
After that then follows whatever you want to do with the video
Hope it helps
Please read the Media Player How-To for a step by step tutorial.