Log in

View Full Version : motion vector interpolation


markfilipak
28th September 2021, 04:24
Are the calling parameters for these:

vapoursynth.core.svp1.Super()
vapoursynth.core.svp1.Analyse()
vapoursynth.core.svp2.SmoothFps()

identical to the calling parameters for these:

SVSuper() https://www.svp-team.com/wiki/Manual:SVPflow
SVAnalyse() https://www.svp-team.com/wiki/Manual:SVPflow
SVSmoothFps() https://www.svp-team.com/wiki/Manual:SVPflow

If not, are the vapoursynth svp1 & svp2 namespace functions documented? Where?
If so, is there any other place where the functions are documented/discussed. I ask because I find the svp-team docs to be somewhat vague and would appreciate a different perspective.

Also:
What is your opinion of the Super()-Analyse()-SmoothFps() workflow?
What are some other workflows I should consider?
Apparently, no one uses the motion vectors stored in the source frames. Do you know why?

Note: I'm not streaming and don't need/don't want motion vector interpolation in real time.

Thanks for guidance,
Mark.

Milardo
29th September 2021, 22:43
Are the calling parameters for these:

vapoursynth.core.svp1.Super()
vapoursynth.core.svp1.Analyse()
vapoursynth.core.svp2.SmoothFps()

identical to the calling parameters for these:

SVSuper() https://www.svp-team.com/wiki/Manual:SVPflow
SVAnalyse() https://www.svp-team.com/wiki/Manual:SVPflow
SVSmoothFps() https://www.svp-team.com/wiki/Manual:SVPflow

If not, are the vapoursynth svp1 & svp2 namespace functions documented? Where?
If so, is there any other place where the functions are documented/discussed. I ask because I find the svp-team docs to be somewhat vague and would appreciate a different perspective.

Also:
What is your opinion of the Super()-Analyse()-SmoothFps() workflow?
What are some other workflows I should consider?
Apparently, no one uses the motion vectors stored in the source frames. Do you know why?

Note: I'm not streaming and don't need/don't want motion vector interpolation in real time.

Thanks for guidance,
Mark.


Hi, although not complete: this site gives a bit of explanation and sample scriipts auto generated:

https://bare7a.github.io/SVP-Flow-Script-Generator/advanced-generator.html

ChaosKing
29th September 2021, 23:36
Why not simply ask the creator of SVP? https://www.svp-team.com/forum/viewforum.php?id=7

Selur
30th September 2021, 16:06
There's no SVConvert in Vapoursynth, but the mentioned parameters are the same as SV.. ones.