ColorMatrix("Rec.709->Rec.601")
propshow.trim(0,10)
return last
If I remove the ColorMatrix, the propShow function works correctly. If I restore the ColorMatrix function, the propShow function doesn't work (nothing appears on the screen, as if the line wasn't there).
Is this a bug or is it just me?