I’m having a very odd issue that I can seem to find anyone else having a similar problem.
When I package my game the startup movie starts to randomly flicker. If I open the video within the editor, it works fine. I have the video in 4K, but I have tried 1080 and 720 resolutions with the video and even tried using Bink, all have the same issue. I though it may have been a issue with my video card, but I tried playing the packaged game on different computers and they all still have the issue.
Hey there @CapAmerica and @Amine2427! What video codecs are being used for the Startup Movies? Bink usually corrects this issue when I’ve rarely seen it, so that’s a bit of a tough one!
I my case it is now fixed. Mine issue was occuring because i was using a custom loading screen which occurs every time (even on startup) and causes flicker to the existing playing movies by unreal.
Sorry for taking a bit to reply back, I was on a family vacation.
Anyway, I tried the video you attached and I’m still having the issues.
I’m using the Startup Movie option in the project settings for the video. I also have the first map that is loaded blank and just have a splash screen image that is created with a widget, I’m also running some code that load user’s settings (like full screen or window mode) at that time. I did try disabling the widget and it seemed to lessen the flicker a bit, but it was still there.
I put together a fresh project and the issue did not occur.
So, I did some more trouble shooting, deactivating widgets and code with no luck, finally I took a look at the plug-ins that were enabled and started comparing it to the fresh project, and when I disabled ‘Pre-Load Screen Movie Player’ everything started working perfectly. Not sure why this was turned enabled or why it was giving so much trouble.