Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Request: Movie Paths #1

Open
thejustinwalsh opened this issue Feb 24, 2016 · 7 comments
Open

Documentation Request: Movie Paths #1

thejustinwalsh opened this issue Feb 24, 2016 · 7 comments

Comments

@thejustinwalsh
Copy link

What is expected to be in this field? For example I tried the following...

  • /Game/Movies/MyMovie.avi
  • /Game/Movies/MyMovie.MyMovie
  • /Game/Movies/MyMovie.uasset
  • /Game/Movies/MyMovie
  • MyMovie.avi
  • MyMovie.MyMovie
  • MyMovie.uasset
  • MyMovie

None of those seemed to be satisfactory for actually playing the movie. However, If I Open the Media Player asset that UE creates in the /Content/Movies directory the movie plays just fine within that editor window.

Additionally, what happens if you provide multiple movies in the Movie Paths Array?

Aside from that snafu, love the loading screen plugin so far! Thanks!

@nickdarnell
Copy link
Member

Hmm, not sure actually. Just mapped a setting to it, haven't actually tried it with a movie. Will look into it though, thanks.

@nickdarnell
Copy link
Member

btw - what platform are you trying it on? Also - the movies wont play on the loading screen in the editor if I recall, i don't think any loading screens are triggered in PIE.

@thejustinwalsh
Copy link
Author

Testing on WIn64. It is correct that they will not run in PIE, Standalone Window or a client only build shows the loading screens (at least image base ones). When I start the game I see a black screen with a loading chevron for the duration of the first level loading up, instead of a movie.

@Kenomica
Copy link

Kenomica commented May 14, 2016

I've found that the movie path just needs the name of a file (without the file type) - but it HAS to be in your Content/Movies folder.

So in your example, you would just put : "MyMovie"

Also, anything above 720p, 30fps does not work.

@nickdarnell
Copy link
Member

As a note - I found out the movie portion of the loading screen system actually predates the media framework stuff, which is why it's a lot more funky. Would recommend sticking to static image loading screens for now to avoid a host of problems.

@AngelTs
Copy link

AngelTs commented Jul 29, 2016

This plugin is great!
In UE 4.12.5 after cook and pack movie work ok!

@flufy3d
Copy link

flufy3d commented Dec 20, 2016

for example.
if you have a video
path: Content/Movies/text.mp4

you only should input the "text" is enough.

the movie must put in Movies folder

nickdarnell pushed a commit that referenced this issue Jan 7, 2019
Added PlaybackType to FLoadingScreenDescription so movies can loop in…
DW-Sebastien pushed a commit to Darewise/LoadingScreen that referenced this issue Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants