Selur's Little Message Board
[BUG] A bug in RIFE Page - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [BUG] A bug in RIFE Page (/thread-4374.html)



A bug in RIFE Page - xxyk - 22.04.2026

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".
   


RE: A bug in RIFE Page - Selur - 22.04.2026

Thanks for the info, looking at it. Smile


RE: A bug in RIFE Page - Selur - 22.04.2026

Should be fixed now. Smile
(uploaded new dev)

Cu Selur


RE: A bug in RIFE Page - xxyk - 30.04.2026

SickThe parameters lost...
   


RE: A bug in RIFE Page - Selur - 30.04.2026

will look at it in an hour or so and report back


RE: A bug in RIFE Page - Selur - 30.04.2026

This is the correct behavior, since the default is:
factor_num: int = 2, factor_den: int = 1,
source: https://github.com/HolyWu/vs-rife/blob/784a6d0b87bcd1d2e20586f41d7c652c6632b438/vsrife/__init__.py#L81
there is no need to set factor_num and factor_den for those values.

Cu Selur