You Know
24th February 2008, 12:28
Hi, i'm try to modify a DVD menu.
The m2v file is NTSC in BT.470-2 B,G* (DGIndex info) color space.
My project is destinated to DVD so in DGIndex i had set Video->YUV <-> RGB->TV Scale.
http://img213.imageshack.us/img213/3575/dgindexjx7.png
the initial version of avs script:
MPEG2Source("E:\TEMP\AIKA\01\VTS_01\Menu\m01_v002c001.d2v", idct=4)
this is the output in Virtual Dub mod exporting Shift+1 function.
http://img141.imageshack.us/img141/7362/vdm1ct1.png
mhm the image appeare more brilliant. Matching the red color is different.
The color information is rights
http://img141.imageshack.us/img141/1993/vdm2ge5.th.png (http://img141.imageshack.us/my.php?image=vdm2ge5.png)
Maybe a implicit conversion into MPEG2Source plugin and it not understand the correct output format?
Ok now explit format to the same of input Rec709 TV Scale
MPEG2Source("E:\TEMP\AIKA\01\VTS_01\Menu\m01_v002c001.d2v", idct=4)
ConvertToRGB24(matrix="Rec709")
http://img89.imageshack.us/img89/9413/vdmrec709ns1.png
to lighted, so i try all standard
ConvertToRGB24(matrix="PC.709")
http://img218.imageshack.us/img218/818/vdmpc709qf3.th.png (http://img218.imageshack.us/my.php?image=vdmpc709qf3.png)
ConvertToRGB24(matrix="PC.601")
http://img218.imageshack.us/img218/3650/vdmpc601ed1.th.png (http://img218.imageshack.us/my.php?image=vdmpc601ed1.png)
last is not the same but most similar (Red is RGB(161,41,41) vs RGB(161,41,42))
Anyone can explain me why 601 PC Scale is the correct conversion?
Any conversion using ColorMatrix plugin got me be wrong result
MPEG2Source("E:\TEMP\AIKA\01\VTS_01\Menu\m01_v002c001.d2v", idct=4, info=3)
ColorMatrix(mode="Rec.601->Rec.709", hints=true, clamp=true)
#ColorMatrix(mode="Rec.601->Rec.709", hints=true, clamp=false)
#ColorMatrix(mode="Rec.709->Rec.601", hints=true, clamp=false)
#ColorMatrix(mode="Rec.709->Rec.601", hints=true, clamp=true)
Maybe a DGIndex GUI render problem, a DGDecode.dll problem, ConvertToxxx problem or my problem?
The m2v file is NTSC in BT.470-2 B,G* (DGIndex info) color space.
My project is destinated to DVD so in DGIndex i had set Video->YUV <-> RGB->TV Scale.
http://img213.imageshack.us/img213/3575/dgindexjx7.png
the initial version of avs script:
MPEG2Source("E:\TEMP\AIKA\01\VTS_01\Menu\m01_v002c001.d2v", idct=4)
this is the output in Virtual Dub mod exporting Shift+1 function.
http://img141.imageshack.us/img141/7362/vdm1ct1.png
mhm the image appeare more brilliant. Matching the red color is different.
The color information is rights
http://img141.imageshack.us/img141/1993/vdm2ge5.th.png (http://img141.imageshack.us/my.php?image=vdm2ge5.png)
Maybe a implicit conversion into MPEG2Source plugin and it not understand the correct output format?
Ok now explit format to the same of input Rec709 TV Scale
MPEG2Source("E:\TEMP\AIKA\01\VTS_01\Menu\m01_v002c001.d2v", idct=4)
ConvertToRGB24(matrix="Rec709")
http://img89.imageshack.us/img89/9413/vdmrec709ns1.png
to lighted, so i try all standard
ConvertToRGB24(matrix="PC.709")
http://img218.imageshack.us/img218/818/vdmpc709qf3.th.png (http://img218.imageshack.us/my.php?image=vdmpc709qf3.png)
ConvertToRGB24(matrix="PC.601")
http://img218.imageshack.us/img218/3650/vdmpc601ed1.th.png (http://img218.imageshack.us/my.php?image=vdmpc601ed1.png)
last is not the same but most similar (Red is RGB(161,41,41) vs RGB(161,41,42))
Anyone can explain me why 601 PC Scale is the correct conversion?
Any conversion using ColorMatrix plugin got me be wrong result
MPEG2Source("E:\TEMP\AIKA\01\VTS_01\Menu\m01_v002c001.d2v", idct=4, info=3)
ColorMatrix(mode="Rec.601->Rec.709", hints=true, clamp=true)
#ColorMatrix(mode="Rec.601->Rec.709", hints=true, clamp=false)
#ColorMatrix(mode="Rec.709->Rec.601", hints=true, clamp=false)
#ColorMatrix(mode="Rec.709->Rec.601", hints=true, clamp=true)
Maybe a DGIndex GUI render problem, a DGDecode.dll problem, ConvertToxxx problem or my problem?