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.

Software for measuring/correcting lip sync audio delay?
#3
I just remembered, maybe https://gitlab.com/EleonoreMizo/faveworm could be used:
core.std.LoadPlugin(path="%FILTERPATH%/SourceFilter/BestSource/BestSource.dll")
# bs.AudioSource(string source[, int track = -1, int adjustdelay = -1, int threads = 0, bint enable_drefs = False, bint use_absolute_path = False, float drc_scale = 0, int cachemode = 1, string cachepath, int cachesize = 100, bint showprogress = True, maxdecoders = 0])
# see: https://github.com/vapoursynth/bestsource
audio = core.bs.AudioSource(source="PATH TO YOUR INPUT", track = -1, adjustdelay = -2) # select first audio track to no adjustment

core.std.LoadPlugin(path="%FILTERPATH%/Support/faveworm.dll")
scope = core.fw.scope(clip=clip, audio=audio, mode=3, sweep=0.20, beam_size=1.5)
import misc

clip = misc.Overlay(clip, scope, opacity=0.5)
not really sure how atm. Smile
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Software for measuring/correcting lip sync audio delay? - by Selur - 21.11.2025, 23:20

Forum Jump:


Users browsing this thread: 1 Guest(s)