View Single Post
Old 25th October 2018, 03:11   #27  |  Link
Vitality
Registered User
 
Join Date: Oct 2018
Posts: 54
Quote:
Originally Posted by manono View Post
Well, I tried to fix it using an IVTC and got nowhere. However, I was able to fix it using:

MPEG2Source("Test.d2v")
QTGMC()
Srestore(frate=23.976)


See if that works for you. You might be able to use a faster preset to make the encoding faster. I just used the default setting for QTGMC. QTGMC also has the added advantage of maybe fixing (or improving) the "vibrating" of which you wrote.
Code:
Import("J:\StaxRip-x64-1.7.0.0-stable\Apps\DeinterlaceTool.avsi")
Import("J:\StaxRip-x64-1.7.0.0-stable\Apps\Srestore.avsi")
QTGMC(Preset="Slower", FPSDivisor=2)
Srestore(frate=23.976)
Do you know why it's saying "GScriptCilp" doesn't exist? I tried to install GScript and GRunT but they are 32bit. StaxRip x86 doesn't exist.

Last edited by Vitality; 25th October 2018 at 03:30.
Vitality is offline   Reply With Quote