Log in

View Full Version : DGIndex color conversion


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?

Cyberia
9th December 2004, 21:50
whoa whoa.

You cannot mux a movie? So the video is successfully encoded? Sounds like a problem with the DTS stream. Are you having DGIndex/DVD2AVI demux the DTS audio? If so, maybe there is a difference in how the two versions demux the DTS files? Compare them for us, please.

I wouldn't suspect a colorspace issue or an AviSynth issue if you can encode the video...

Cyb

freelock7
10th December 2004, 08:21
AC3 was fine.
Only .d2v from DGIndex had a different size compared to DVD2AVI1.77.3.
I patched DGIndex with the new Nic DGDecode.Dll.
http://nic.dnsalias.com/DGDecode.zip
I don't know if it can help.
Thanks for reply.

Guest
13th January 2005, 14:48
Is this fixed in DGMPGDec 1.0.13b5, or is it still something I need to fix?

freelock7
15th January 2005, 14:03
No possibility to turn back but I'm using the v.1013b5 since yesterday!
Bugs report will be added if something goes wrong.
Thanks for your great work!