I've used different codecs in different containers, last one I did was VP9 in an MKV Container. WebM, OGV, AVI, tried all those, used a silenced OGG audio track in the video; everything I could find in the forum and elsewhere. So as a last resort, I've come here to see if you guys can help me out.
I've tried different ways of playing the file, but this was the last one I attempted to use.
Code: Select all
image movie = Movie(size=(1920, 1080), xalign=0.5, yalign=0.5)Code: Select all
label splashscreen:
scene black
show movie
with dissolve
play movie "movies/HizorGames.mkv"Code: Select all
$ renpy.movie_cutscene("Hizorgames.mkv")Original AVI File:
https://drive.google.com/open?id=11LcSx ... LWL3HvjIGS
Current MKV File:
https://drive.google.com/open?id=1f0oC4 ... dVJpuRxmX9
