07.02.2025, 21:01
When Hybrid call HAVC_read_video must provide also the parameters fpsnum, fpsden
My example was not perfect, the exact way to call HAVC_read_video is
the clip_ref can have different frame size or number of frames, but must have the same fps of clip to be colored, so it is necessary to pass clip.fps_num, fpsden=clip.fps_den
Thanks,
Dan
HolyWu is deeply involved in the development of torch.
I think that he is using his projects to test and develop new features for torch.
Unfortunately torch is not stable and is still under strong development.
Dan
My example was not perfect, the exact way to call HAVC_read_video is
clip_ref = HAVC_read_video(source=ScFrameDir, fpsnum=clip.fps_num, fpsden=clip.fps_den)
the clip_ref can have different frame size or number of frames, but must have the same fps of clip to be colored, so it is necessary to pass clip.fps_num, fpsden=clip.fps_den
Thanks,
Dan
(07.02.2025, 17:47)Selur Wrote: https://github.com/HolyWu/vs-rife/commit...063beae292
=> unbelievable
HolyWu is deeply involved in the development of torch.
I think that he is using his projects to test and develop new features for torch.
Unfortunately torch is not stable and is still under strong development.

Dan