Hello,

I've got a question related with ColorMatrix, CCE 2.70 and Rebuilder. I've seen that NaN and others (in other forum) recommended to use it to correct the colorimetry, but reading through the thread they talk about progressive DVD's.

My question is what should I do if I find an interlaced DVD. Until now, I've been adding just this, independently if the source was progressive or interlaced:

ColorMatrix(mode="Rec.601->Rec.709",hints=true).

I've done a search through this forum and manomo said to a user that is doing a conversion from a DV tape that he should add (interlaced=true).

So if the same apply with a dvd, then I should analyze first the dvd and if it is interlaced put this line?:

ColorMatrix(mode="Rec.601->Rec.709",hints=true,interlaced=true)

and if it is just progressive put this one as I did until now?:

ColorMatrix(mode="Rec.601->Rec.709",hints=true)

Thanks in advance.