Log in

View Full Version : problem with DGDecode ?!


fatxy
5th October 2004, 12:04
dunno exactly whats wrong here but i have a problem using the dgindex/dgdecode combination (dgmpgdec1012a)

2 comparison pics:

http://people.freenet.de/fatxy/pics/DGDecode.jpg
using dgindex loaded via avs in vdub

http://people.freenet.de/fatxy/pics/vfapi.jpg
using dgindex loaded via vfapi in vdub

vfapi way shows very thin interlaced lines dgdecode somehow strange ones, dunno why :confused:

if you have any idea what the problem could be please let me know

mfg

fatxy

Logiqx
5th October 2004, 13:32
That looks like a chroma upsampling error to me. Does the following line help if added to the bottom of your AviSynth script?

YV12toYUY2(interlaced=true)

fatxy
6th October 2004, 11:32
yup looks ok now

thanks for the tip :)