![]() |
increase panning smoothness - 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: increase panning smoothness (/thread-3978.html) Pages:
1
2
|
RE: increase panning smoothness - dsiomnainc - 23.01.2025 I'm crying! Thank you for your help! It all worked. You're a saint!!! RE: increase panning smoothness - dsiomnainc - 01.02.2025 Is it possible to somehow link this ccvfi script with FillDuplicateFrames? Currently FillDuplicateFrames can only use SVP or RIFE, which give bad results compared to this ccvfi script. p.s. FillDuplicateFrames has an incorrect description, it is from ReplaceBlackFrames. RE: increase panning smoothness - Selur - 01.02.2025 Quote: Is it possible to somehow link this ccvfi script with FillDuplicateFrames?Sure, by expanding the script. Quote:FillDuplicateFrames has an incorrect description, it is from ReplaceBlackFrames.What's wrong with: ''' RE: increase panning smoothness - dsiomnainc - 01.02.2025 I meant this description: ![]() I tried to do it like this, but it doesn't work ![]() ![]() RE: increase panning smoothness - Selur - 01.02.2025 Ah, will fix the tool-tip. I thought that: https://pastebin.com/ZH6aPUE2 with: # requires colorformat RGBH It fails with: File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\ccvfi\vs\vfi.py", line 44, in inference_vfi ![]() (FillDuplicateFrames interpolates between 2 frames,...) Cu Selur RE: increase panning smoothness - dsiomnainc - 01.02.2025 Quote:(FillDuplicateFrames interpolates between 2 frames,...) But ccvfi also interpolates between two frames, right? Quote:in_frame_count: int = 2 But the output should be three frames, two original and one new, right? RE: increase panning smoothness - Selur - 01.02.2025 No clue, how ccvfi works internally. Might be that it looks at more than 2 frames. Number of output frames depends on the target fps, which here is the same as the target frame rate. => I don't know enough about ccvfi to adjust FillDuplicateFrames for it (assuming it's possible). Cu Selur RE: increase panning smoothness - dsiomnainc - 02.02.2025 It seems that everything is really complicated. I conducted a small experiment, ccvfi really refused to work on three frames, it starts working starting from a certain number of frames. And the algorithm of its work is not so simple. Sample: https://gofile.me/7kQw9/YRjllVqtn Is it possible then to add the RIFE model selection to the interface in FillDuplicateFrames? It is not very convenient to select while editing the script. RE: increase panning smoothness - Selur - 02.02.2025 I probably can add a model selection, but be warned that this might cause problems, see: https://github.com/styler00dollar/VapourSynth-RIFE-ncnn-Vulkan/issues/16 => so I'll limit the model selection (and RIFE version). Cu Selur Ps.: uploaded a new dev with RIFE model selection for FillDuplicateFrames. |