Hi,
This is the source file (from old VHS):
https://www.mediafire.com/?s6qfkqqqlaii05r
I’ve tried:
And it removes some ghosting. However some of it still remains. For example:Code:MPEG2Source("d:\iso\there auto be a law\auto.d2v") QTGMC( Preset="Placebo")
http://s30.postimg.org/lvpxh3vpt/auto.jpg
How can I remove that?
I've experimented with SRestore() and AssumeFPS() but i coudnt find solution.
Regards.
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by necr084; 30th Nov 2014 at 06:11.
-
This appears to work:
Code:Mpeg2Source("auto.d2v", CPU2="ooooxx", Info=3) QTGMC(preset="fast") SRestore(frate=25)
-
Thank you!
However I got another problem when I used your script. It is a problem with colors:
http://s8.postimg.org/ja9vwpvj9/auto_colors.jpg
I am using Helix YUV codecs. Are they causing the problem with colors? I think I coudnt open avs files in VirtualDubMod without them.
UPDATE:
Color problem solved. I was using old version of DGindex!Last edited by necr084; 30th Nov 2014 at 08:14.
-
I'm not seeing that problem here:
Use VirtualDub instead of VirtualDubMod (the latter is very outdated). VirtualDub supports YV12 without the need for external codecs.
If you still have problems, what's your entire script?