Selur's Little Message Board

Full Version: A bug in RIFE Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This bug occurs in dev versions since 2026.3.21(except release version).
Here should be "factor_num=2, factor_den=1" or "fps_num=48000, fps_den=1001".
[attachment=3559]
Thanks for the info, looking at it. Smile
Should be fixed now. Smile
(uploaded new dev)

Cu Selur
SickThe parameters lost...
[attachment=3584]
will look at it in an hour or so and report back
This is the correct behavior, since the default is:
Code:
factor_num: int = 2,
factor_den: int = 1,
source: https://github.com/HolyWu/vs-rife/blob/7...t__.py#L81
there is no need to set factor_num and factor_den for those values.

Cu Selur