- Dec 29, 2017
- 52
- 23
Hello everyone,
I am trying to play two movies in renpy. Those Movies are very short(1.: about 0.4s, 2.: about 0,8s) and have a framerate of 30(the first one) and 50(the second one) frames.
I did it like this first:
doesn't work. Renpy doesn't want to play the movies, just skips them.
Tried it with .webm and .ogv... worked, but frames are skipped and everything looks extremely awful, animation is laggy.
Then I tried this:
doesn't work either, the same as before.
So I am just about to throw my computer out of the window... I already asked on
I am sitting here for 10 hours, searching the web, reading documentations, watching videos, reading posts here and on lemmasoft and it seems nobody has this problem expect me...
And yes, all the files are named correctly and I have turned sound in options.rpy on.
Sorry for my harsh language but I am quite pissed right now.
Anyways, I appreciate every help you guys hopefully can give me!
Thank you!
I am trying to play two movies in renpy. Those Movies are very short(1.: about 0.4s, 2.: about 0,8s) and have a framerate of 30(the first one) and 50(the second one) frames.
I did it like this first:
Code:
$ renpy.movie_cutscene("crash1.mp4")
show 13
"FUUUUUUUUUCK!!!!"
$ renpy.movie_cutscene("crash2.mp4")
Tried it with .webm and .ogv... worked, but frames are skipped and everything looks extremely awful, animation is laggy.
Then I tried this:
Code:
image Crash1 = Movie(play="crash1.mp4")
image Crash2 = Movie(play="crash2.mp4")
show Crash1
show 13
"FUUUUUUUUUCK!!!!"
show Crash2
So I am just about to throw my computer out of the window... I already asked on
You must be registered to see the links
but nobody knows anything either.I am sitting here for 10 hours, searching the web, reading documentations, watching videos, reading posts here and on lemmasoft and it seems nobody has this problem expect me...
And yes, all the files are named correctly and I have turned sound in options.rpy on.
Sorry for my harsh language but I am quite pissed right now.
Anyways, I appreciate every help you guys hopefully can give me!
Thank you!