This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

increase panning smoothness
#8
Had a few minutes before I'm off to work. Smile
Here's how I used it:
  • Installed Hybrid with torch-addon as a base.
  • Opened a Windows Command Prompt inside Hybrid/64bit/Vapoursynth
  • Installed ccfvi through:
    python -m pip install ccvfi
  • Started Hybrid, opened a new custom section (somewhere below deinterlacing) and used the following code:
    # requires colorformt RGBH

    from ccvfi import AutoModel, BaseModelInterface, ConfigType

    model: BaseModelInterface = AutoModel.from_pretrained(
        pretrained_model_name=ConfigType.DRBA_IFNet,
    )
    clip = model.inference_video(clip, tar_fps=60)

    # framerate 60
    (first line is to let Hybrid know that this section requires RGBH, last line it to let Hybrid know that this section changed the frame rate to 60fps)
  • normally use Hybrid.

Cu Selur

Ps.: Not sure whether I'll add this to Hybrid, since I'm not sure how common this problem is and whether it is worth the effort to add it. I just checked whether it worked, didn't do any comparisons or similar whether it was better than using RIFE with different models or similar. Smile
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
increase panning smoothness - by dsiomnainc - Yesterday, 21:02
RE: increase panning smoothness - by Selur - 3 hours ago

Forum Jump:


Users browsing this thread: 3 Guest(s)