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.

[HELP] Vapoursynth, Frame, Stabilize not working
#2
Shaking usually is characterized as short jitters to the sides/up/down, the movement in your clip is probably to slow to be counted as such a jitter.
Hybrid atm. only supports range values for 'Stab' of a maximum of 10 frames, looking at the clip that is way to small for your clip.

Even using something like range 100 and min/max 120:
# stabilizing using Stab
clip = lostfunc.Stab(clp=clip,range=100,mirror=0,dxmax=120,dymax=120)
# cropping the video to 480x456
clip = core.std.CropRel(clip=clip, left=120, right=120, top=12, bottom=12)

doesn't work, propably since the clip doesn't have much details that could be used as reference points.
-> I agree that 'Stab' the stabilize filter which Hybrid used can't handle your video.
Sadly I also don't know of any filter for Avisynth or Vapoursynth which could 'deshake' your content.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Vapoursynth, Frame, Stabilize not working - by Selur - 30.05.2022, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)