View Single Post
Old 24th May 2019, 11:12   #9  |  Link
sebastiang
Registered User
 
Join Date: Jan 2019
Posts: 13
Quote:
Originally Posted by sebastiang View Post
Thank you for help, but when I use your script I can still see noticeable ghosting:



Sample with this scene: https://mega.nz/#!yQoR3AaZ!EbbopgJDD...GNSfd-u6hCx4cI

Is it possible to get rid of it totally?
It wasn't DGIndexNVs fault, it was me being stupid (deinterlacing after resizing... )

I'm currently messing with QTGMC, but I'm getting low fps and I don't know if I should tune QTGMC or just wait. Is there much difference between QTGMC presets for SD content?

My script: (don't know if I choose right MT parameters, I'm getting 100% CPU usage on my i7 2600)
Code:
SetMTMode(5, 8)
SetMemoryMax(1024)
LoadPlugin("E:\DVBT\Megui\tools\dgindexnv\DGDecodeNV.dll")
DGSource("I:\tmp\DVBT\vip\S03E18 - TV6-21052019-1054_cut.dgi")
SetMTMode(2)
QTGMC(Preset="Slower", EdiThreads=4)
SRestore()
crop(4, 10, 0, 0)
Spline36Resize(640,462) # Spline36 (Neutral)
With x264 settings:
Code:
x264.exe "script.avs" --level 4.1 --preset veryslow --tune film --crf 21.0 --vbv-bufsize 78125 --vbv-maxrate 62500 -o asd.264
I'm getting ~12fps, with:
Code:
x264.exe "script.avs" --level 4.1 --preset ultrafast --tune film --crf 21.0 --vbv-bufsize 78125 --vbv-maxrate 62500 -o asd.264
~19fps, so I guess QTGMC is the bottleneck. With same x264 settings, but QTGMC preset Slow I get ~30fps.

Is there something else I could tweak to get more fps? Maybe MT parameters? Thanks for help.

EDIT:
I don't know why, but I get much less ghosting when using Yadifmod2(mode=1, order=1)+SRestore, than QTGMC+SRestore, for example:
Frame after frame: (QTGMC)







Frame after frame: (Yadifmod2)






What am I doing wrong?

Last edited by sebastiang; 24th May 2019 at 16:11.
sebastiang is offline   Reply With Quote