Selur's Little Message Board
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)



increase panning smoothness - dsiomnainc - 22.01.2025

Good day!
Tell me, is it possible to somehow increase the smoothness of camera movement (panning) of a video, but at the same time not change the movement within the frame itself, that is, duplicate the frame and only draw the edges when moving?


RE: increase panning smoothness - Selur - 22.01.2025

Not sure, I really get what you want to do. Don't really know what you have and what you are aiming for.
Do you have a panning shot or do you want to create one? (Ken Burns? Do you want to create something like https://forum.doom9.org/showthread.php?p=1954945#post1954945 ?)
If you also need something like content aware filling (outpainting), you will probably not get far.

You probably will have to write a script for yourself or use another tool than Hybrid.

Cu Selur


RE: increase panning smoothness - dsiomnainc - 22.01.2025

I have an anime, when the camera moves the picture strobes. It is very noticeable. 
I would like to increase the smoothness of the camera movement. But so that the content of the frame does not change.

Conventionally speaking, get from two frames
[Image: _258ab8791c56d61c91e1f50a4942f09b.jpeg][Image: _1161e853279667276e687618b44c65dd.jpeg]
Three frames, with different camera positions, but with the same content
[Image: _bad111206472e37eed916ae1ad95d1c6.jpeg][Image: _115522dc2f9d732efcc59cfb09fa89bd.jpeg][Image: _741ddac88d5a509cd69cbc679b77a3c3.jpeg]
So that there are no attempts to finish the frame itself, like here for example
[Image: _a434cdfd09ed0aaaca43291099f71c51.jpeg]


RE: increase panning smoothness - Selur - 22.01.2025

Sounds like https://github.com/routineLife1/DRBA might be what you need.
For Vapoursynth this can be used through: https://github.com/TensoRaws/ccvfi

Cu Selur


RE: increase panning smoothness - dsiomnainc - 22.01.2025

Thanks for your reply, I'll try it!


RE: increase panning smoothness - dsiomnainc - 22.01.2025

As I understand ccvfi can be connected via VapourSynbth inside Hybrid? 
Or am I wrong. If it is possible, can you tell me how to do it?


RE: increase panning smoothness - Selur - 23.01.2025

Hybrid has no option direct support or add-on for ccvfi.
One could install the torch add-on, then install ccvfi and then could use it through a custom section. (I did that before to do some testing. If I find some time after work, I'll write how I used it.)

Cu Selur