Startup movie not working

I’ve created an MP4 video that I want to show at startup of the game. To my knowledge the video has been rendered as H.264 but I don’t know how to make sure.
In the project settings under movies, I’ve added the video and ticked the box to wait for the movie to complete.
But when I package the game and load it, the video doesn’t play and the game just brings up the menu instantly as if the video isn’t even saved.
I’ve checked, it’s located in the game data and the game is too bare to have any blueprints that might interfere with the startup procedure.

Could anyone help me with this?

Hey Mr Robville-

I have a couple of questions that may help narrow the issue you’re having. Is the video saved in the content folder for the project? Are you able to create/package a fresh project and use the video there? Are you able to use a video in a different format and package the project?

Hello ,
Thank you for responding. Yes the video is located within the content folder under “movies”. I’ve deleted the previous package and created a completely new one, still no luck. UE4 only accepts .MP4 files so unfortunately I cannot use another filetype.
In the meantime, is there a video somewhere that is known to work? I could try to use that one temporarily to see if it’s my video file causing the problem.

Edit, I’ve found a random MP4 video on my and used it as a startup movie, and it works! However, even though the box “Wait for movies to complete” is checked, it still skips the video after about 2 seconds.

Hey Mr Robville-

This issue has been previously reported as UE-4666 and is currently under investigation by engineers. Please be patient as this is resolved and should be included in a future update of the engine.

Thanks and have a great day

I have found a solution, at least mine got working…

-Download Freemake Video Converter
(IMPORTANT: While installing Freemake Video Converter, always do CUSTOM choice and deselect all the ■■■■ it wants to install)

After you installed it, convert the video to MP4 by using the following custom settings(See photo)

PS: Yes, I took a picture of my screen because freemake is invisible to PrintScreen :\

I think there is an alternative solution, I posted it here: Startup movie not working - #5 by PhoeniX-Storms - Platform & Builds - Unreal Engine Forums
Scroll down untill you see a post with a photo instead of a screenshot :stuck_out_tongue:
I hope this helps.

I’m using UE 4.7.2, and this is not yet working.
I’ve set a mp4 video (H264 - avc1 - 30 fps) - the UE4 logo video actually! - with a resolution of 1920x1080 (planar 4:2:0 YUV) with an audio stream (AAC, stereo, 44100 Hz), and it’s never appearing when my game is launched.
I’ve added this video via the project settings, and it has well copied the file to the “Content/Movies” directory.
Any idea what is wrong?

Hey swantiez-

The resolution you’re using is currently unsupported. If you set the resolution to 1280x720 then it should show up in standalone and a packaged game.