- Aug 28, 2018
- 1,896
- 2,875
I have built my game in the latest version of Ren'py and I am having a situation where I put videos in, but the game won't play them. Sometimes (a minimum of the time) it will, with no code changes. I found a way to get around this was to create a new project and move everything over, which sometimes (rarely) works, but mostly does not work. All of this is with the same code. The current code I am using is this:
I have tried all kinds of iterations of this, but no love. I have hit Control-D and listed the contents of the folders, and the movies are in the images file, and the game is seeing them. Has anyone run into this problem? It is becoming a huge nuisance because I am trying to release a new version, but I can't get the one movie in my VN to play.
I have tried all of the approaches in this post:
but none of them are working. Does anyone else have experience with this, and what did you do to overcome it?
FYI, I am using webm movies encoded with the V9 codec. These same movies are working in my current alpha release bookmarked below. So, I don't believe it is anything wrong with the movies, and the code hasn't changed either. Suggestions?
Code:
$ renpy.movie_cutscene("images/CDWR_15fps.webm", delay=None, loops=-1)
I have tried all of the approaches in this post:
You must be registered to see the links
but none of them are working. Does anyone else have experience with this, and what did you do to overcome it?
FYI, I am using webm movies encoded with the V9 codec. These same movies are working in my current alpha release bookmarked below. So, I don't believe it is anything wrong with the movies, and the code hasn't changed either. Suggestions?