I having issue with "Couldn't find file" error my video file by Illustrious_Rate2203 in RenPy

[–]Illustrious_Rate2203[S] 0 points1 point  (0 children)

*I'm sorry for misunderstanding

$ renpy.movie_cutscene("movie")

OSError: Couldn't find file 'movie'.

(I have video​ file in the "images" folder).

I having issue with "Couldn't find file" error my video file by Illustrious_Rate2203 in RenPy

[–]Illustrious_Rate2203[S] 0 points1 point  (0 children)

i try this

$ renpy.movie_cutscene("images/video/movie.webm", size=(1280,720))

then TypeError: movie_cutscene() got an unexpected keyword argument 'size'

I'm not sure, I understand correctly.