Skip to content

Commit

Permalink
fix (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyi2000 authored Nov 7, 2024
1 parent b2289f4 commit 445d07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portable_config/vs/MEMC_SVP_PRO.vpy
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Lk_Fmt = False

ret = k7f.FPS_CTRL(clip, fps_in=container_fps, fps_ret=True)
clip = k7f.FMT_CTRL(clip, h_max=H_Pre, fmt_pix=1 if Lk_Fmt else 0)
clip = k7f.SVP_PRO(clip, fps_in=container_fps, fps_num=Fps_Num, fps_den=Fps_Den, abs=Abs, nvof=Nvof, gpu=0)
clip = k7f.SVP_PRO(clip, fps_in=container_fps, fps_num=Fps_Num, fps_den=Fps_Den, abs=Abs, nvof=Nvof, gpu=Gpu)

clip.set_output()
clip.set_output()

0 comments on commit 445d07c

Please sign in to comment.