freelock7
9th December 2004, 07:59
I'm using for a long time DGIndex with DGDecode.dll with no problem.
But last day, I cannot mux a movie with Ifoedit (a lot of timestamp DTS errors <data arrive too late>).
I wondered if the DGIndex could be the problem. So I used DVD2AVI1.77.3 with MPEG2Dec3v110 to encode the movie and it worked!
AVS script (with Helix codec):
LoadPlugin("C:\Program Files\AviSynth 2.5\DGIndex\DGDecode.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
mpeg2source("C:\Documents and Settings\Pierre\Mes documents\file1.d2v",cpu=4,idct=2)
asharp(2,3,1,hqbf=true)
tweak(bright=1,sat=0.9)
converttorgb32()
RGBAdjust(1, 1, 1.2, 1)
converttoyv12()
A simple color conversion can be the source of the problem?
-DGIndex don't have the <Colorspace:YUV4.2.2> option.
Or is it DGdecode?
But last day, I cannot mux a movie with Ifoedit (a lot of timestamp DTS errors <data arrive too late>).
I wondered if the DGIndex could be the problem. So I used DVD2AVI1.77.3 with MPEG2Dec3v110 to encode the movie and it worked!
AVS script (with Helix codec):
LoadPlugin("C:\Program Files\AviSynth 2.5\DGIndex\DGDecode.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
mpeg2source("C:\Documents and Settings\Pierre\Mes documents\file1.d2v",cpu=4,idct=2)
asharp(2,3,1,hqbf=true)
tweak(bright=1,sat=0.9)
converttorgb32()
RGBAdjust(1, 1, 1.2, 1)
converttoyv12()
A simple color conversion can be the source of the problem?
-DGIndex don't have the <Colorspace:YUV4.2.2> option.
Or is it DGdecode?