Exactly what I was looking for - prerendered cutscene with audio to open level and play level cutscene from Sequencer. Thanks!
@tistougames4 ай бұрын
This is the best video on putting a video in my game, I come back to this everytime. Thank you so much for this.
@BR1.618Ай бұрын
For the sound use the node "Add Media Sound Component", at the details > Media > Media Player > choose the media player that you've made.
@manuelafernandes32839 ай бұрын
that was really good, however, it didn´t worked for me. Maybe because my video is way too big and therefore, so the audio.
@sc4rEcs Жыл бұрын
idk why but it doesnt work
@LeoflashlolАй бұрын
you found out why?
@sc4rEcsАй бұрын
@@Leoflashlolno
@LeoflashlolАй бұрын
@@sc4rEcsI found out why. My video is anyhow not working every other one works. I did one of it in the app handbrake.
@HyewonAn-q7r11 күн бұрын
@@Leoflashlol electra video
@AdulAhmad689 ай бұрын
I want to be able to play multiple videos onto the same "image" however I cannot figure out a way to get the video dimensions so I can resize the image. In this tutorial you just set the image to 1920x1080 which are the dimensions of the video, but I want it to set dynamically...
@nicki_lowka5 ай бұрын
Thank you! This worked! Just to note: in Unreal Engine 5.4.2 there is no "Start Movie" node option, so i just connected the "Event Construct" to the entire string of nodes you had connected to a "Custom Event" you created and it worked fine. Do a video on how to loop the video so it doesn't just abruptly end.
@shakilanowersamrat5 ай бұрын
Do loop the video open the Media Player file located in the Movie_Files, then in the Details panel you will find a loop enable or disable button. You are welcome.
@hideoriT5 ай бұрын
@@shakilanowersamrat Thank you.
@neoblazealex3 ай бұрын
@@shakilanowersamrat Thanks for the tip :)
@BR1.618Ай бұрын
"Start Movie" is referenced to the custom event that he made. You needed to add the name of your custom event.
@m.e.10409 ай бұрын
For me it's not working. It's the same result like in the other tut for UE4. The screen stays white. Electra Plugin is enabled. What could be the Problem?
@Inwardcrowd22106 ай бұрын
Any solution yet ?
@Utopia2023Game22 ай бұрын
Actually the Compelete Video Thank U Man
@SoheilFalahi4 ай бұрын
Thanks. after I added the media player under the blueprint Details>Media it worked.
@shakilanowersamrat5 ай бұрын
Do loop the video, open the Media Player file located in the Movie_Files, then in the Details panel you will find a loop enable or disable button. You are welcome.
@cinematic_kenny Жыл бұрын
Thanks for this! You deserve more subs!
@kholoudhzaem859611 ай бұрын
Thanks a lot for the tutorial, do you happen to know how to do this in AR project? I'm using handheld AR template from UE5
@taoxu5993 ай бұрын
Thanks for the video, I found that using Duration to get the time and using Delay to determine if the video has finished playing was a little inaccurate, so I used the MediaPlayer's OnPlaybackSuspended delegate to get this and it looks like it seems just work🤔
@johnnyque768411 ай бұрын
How do you do this if you want a transparent background for MP4 format? I know that you have to have 2 videos for MP4 to do this (RGB and Alpha). But how do you implement this in UE?
@paper_shreds10 ай бұрын
idk if it works but it should: open the movie material that you created, import your alpha-mp4 and add it to the material as a texture sample (just copy the 1st texture sample and select your alpha-mp4 in the details panel). then you can put it into the "opacity mask" node and you just have to set the material blend mode to masked. easier way would be to use a movie format that supports alpha so you dont need a seperate alpha movie. then just put the A output from the texture sample into the opacity mask, set blend mode to masked, and that's it.
@ic0lourful11 ай бұрын
I am trying to incorporate this into a VR game, but the view on the screen and the headset looks distorted and is different in both eyes. I think it is something to do with the size and placement of the widget. Do you know how to fix this?
@SoftStoneGames11 ай бұрын
You can’t just add widgets into a vr environment. I suggest to look up tutorials on how to accomplish this, then add the video the way I did.
@lucora_5 ай бұрын
sa n'a pas marcher pour moi, et aussi pourquoi UE se font chier alors que juste un object "vidéo" dans le truc pour faire les UI résouderais le problème
@NekUnity3 ай бұрын
de fouuu
@vik34792 ай бұрын
je dois t'avouer que ça serrait mieux surtout que leur système actuel est vachement malfoutu
@larabatech1200 Жыл бұрын
nice tutorial it worked for me , thank you !!!
@hampela7439 Жыл бұрын
Hey, what node would i use after last delay to just hide the widget, i want to stay on the level where the video is playing, i tried several, but did not managed to find one working, video plays and after it finishes im left with black square on my screen aka widget but i can move in the background, thank you.
@SoftStoneGames Жыл бұрын
You can use the “Remove from Parent” node.
@hampela7439 Жыл бұрын
@@SoftStoneGames that was one of those that ive tried, it still stays black screen after video ends, i must ve missed something somewhere, ill check today and try again, if u have other suggestions please let me know, thanks again.
@hampela7439 Жыл бұрын
@@SoftStoneGames yup ! as i thought, i checked and found out i forgot to connect two nodes , haha , now it works nicely, thank you for help anyway !
@HernandoGaviria-s2x7 күн бұрын
dont work in the build
@JAYDEGARROW Жыл бұрын
why is my video always laggy in game?
@SoftStoneGames Жыл бұрын
Can be a number of problems. First things that comes to mind is either your hardware can’t handle it or there is too much going on in the background (ticks)
@warnado50076 ай бұрын
Im just getting a white screen
@afiqhzsq45298 ай бұрын
For those who still got the white screen issue, go to your new created material, and change the texture sample with the media player's texture (MT_Movie_01 file in this video). Cheers