Please help, displaying animation in renpy zoomed in

BoyGeorge

Newbie
Nov 12, 2019
78
72
i just use the code in renpy documentations but the animation showing is zoomed in.
i just used VideoExport plugin for Studio Neo.


image test = Movie(play="animations/test.webm", mask="animations/test.webm")


and do you guys recommend a good video editor/converter for mp4 to webm? one that is very applicable for renpy? thanks

note: please dont mind the quality yet haha i just used an online converter for testing

1610475875431.png
 
  • Like
Reactions: rgnar62

79flavors

Well-Known Member
Respected User
Jun 14, 2018
1,583
2,224
My answer is always going to be . WebM uses either the VP8 or VP9 codecs.

You can just select the Preset -> Matroska -> VP9 MKV 1080p 30.
Then on the Summary tab, change the overall format to WebM.
Then tweak the settings on the Video tab to suit your needs (perhaps lower FPS or quality/bitrate).
... I would tend to use video Constant Quality = 20 or 21 for most movies. Though porn game video might be fine with a lower quality of 24 or 25.

There are many graphics converters out there, this is my preferred one.

That that said, I'd probably leave the movie as a H264 encoded MP4 with AAC audio. The overall filesize will be marginally larger compared with VP8/VP9, but it's much lower CPU usage (because it's such an old set of codecs) - which can be helpful with low power devices like smartphones or tablets.
 
Last edited: