Skip to content

Commit

Permalink
update & fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hooke007 committed Dec 29, 2024
1 parent 05ae96a commit 3ee6c2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions k7sfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### 文档: https://github.com/hooke007/MPV_lazy/wiki/3_K7sfunc
##################################################

__version__ = "0.6.3"
__version__ = "0.6.4"

__all__ = [
"FMT_CHANGE", "FMT_CTRL", "FPS_CHANGE", "FPS_CTRL",
Expand Down Expand Up @@ -1567,7 +1567,7 @@ def RIFE_NV(
scale_model = 1

tile_size = 32 ## https://github.com/AmusementClub/vs-mlrt/blob/2adfbab790eebe51c62c886400b0662570dfe3e9/scripts/vsmlrt.py#L1014-L1023
if model = 4251 :
if model == 4251 :
tile_size = 128
elif model in [426, 4262] :
tile_size = 64
Expand Down
6 changes: 3 additions & 3 deletions portable_config/scripts/uosc/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ local config_defaults = {
error = serialize_rgba('ff616e').color,
},
opacity = {
timeline = 0.9,
timeline = 0.5,
position = 1,
chapters = 0.8,
slider = 0.9,
slider = 0.8,
slider_gauge = 1,
controls = 0,
speed = 0.6,
menu = 0.9,
menu = 0.8,
submenu = 0.6,
border = 1,
title = 1,
Expand Down

0 comments on commit 3ee6c2f

Please sign in to comment.