View Single Post
Old 31st May 2019, 11:47   #13  |  Link
sebastiang
Registered User
 
Join Date: Jan 2019
Posts: 13
I want to give QTGMC a try, but I can't get rid of ghosts. Why am I getting them in the encode, even though I don't see any when I preview my script in AvsPmod? Example, same frame: (screeshots from AvsPmod)
Code:
SetMTMode(5, 8)
SetMemoryMax(1324)
LoadPlugin("E:\DVBT\Megui\tools\dgindexnv\DGDecodeNV.dll")
DGSource("I:\tmp\DVBT\vip\TV6-29052019-1054_cut.dgi")
AssumeTFF()
SetMTMode(2)
QTGMC()
AssumeTFF()
SRestore()
crop(6, 10, 0, 0)
Spline36Resize(640,464)

Code:
LoadPlugin("E:\DVBT\Megui\tools\dgindexnv\DGDecodeNV.dll")
DGSource("I:\tmp\DVBT\vip\encode.dgi")


What am I doing wrong?
sebastiang is offline   Reply With Quote