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.

QTGMC VapourSynth bob option
#1
Hello,
I am looking for the command line option that corresponds to the "Bob" option for QTGMC VapourSynth in Hybrid.

import havsfunc as haf
clip = haf.QTGMC(clip, Preset='Slower', TFF=True)
clip = <insert the bob option here>
Reply
#2
QTGMC by default bobs so there is no additional script line for it.
Hybrid adds:
# make sure content is perceived as frame based
clip = core.std.SetFieldBased(clip, 0)
clip = clip[::2]
to only use half of the created frames, which makes it in a normal deinterlacer.

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)