Hello everyone! I have an app for education for hearing people/Deaf people learn gestures in each country. I have 90 videos in Unreal 5.3.2 and export android videos appear but they are black! You see photos all black.
So… I wonder if there is a limit to videos like Unreal, memory, scenarios, maps, etc?
Of course, I've already tested another project, 1 video and exporting android and it works and a gesture appears. And also create a folder in the content "Movies" and file!
So I need to know this to solve the problem because black videos and Unreal things have limits!
I’m waiting for this topic to be able to resolve this.
Thanks
The only solution I’ve found for UE5 is using videos from UE4.
Create a project in UE4 with a media player/texture.
Make sure your video runs.
Publish the app for android.
I don’t know if the packaging has to succeed or not. If the rest of the steps do not work, you might need to use a lower jdk/ndk/sdk level for UE4.
Go into the finder or explorer location and copy all of the .uasset and video files.
Paste them into a Movies folder in your UE5 project.
When you package it and run it on android, the video and sound should be fine.
The biggest drawback of this method is that it is hard to edit the widgets and other files. Some do not appear in the UE5 editor. You’ll have to edit them in your UE4 project and copy the files in again.
Sorry for taking so long to respond because I forgot to tell you, I already decided that I was starting the Unreal Engine because it has a lot of configured problems and things link:How to return unreal engine 5 to it's default settings..
And thanks for the tip on how to work unreal engine videos @Ceosol!