fifteen
22nd May 2009, 04:46
Question 1: Say I have an RGB source that I want to encode to various formats: DVD, Bluray, Quicktime movie, etc.
Which matrix do I use when using ConvertToYV12()?? Would it be different for each format?
From Avisynth wiki:
Default "Rec601", scaled to TV range [16,235].
* "PC.601" : Use Rec.601 coefficients, keep full range [0,255].
* "Rec709" : Use Rec.709 coefficients, scaled to TV range.
* "PC.709" : Use Rec.709 coefficients, keep full range.
Question 2:If I have a Bluray file and I plan on encoding it to DVD do I need to do adjustment to the color matrix before encoding??? Or vice-versa?
If there is a site out there that explains in layman's terms the color matrices and when/where they need to be used, please post it, thanks.
Which matrix do I use when using ConvertToYV12()?? Would it be different for each format?
From Avisynth wiki:
Default "Rec601", scaled to TV range [16,235].
* "PC.601" : Use Rec.601 coefficients, keep full range [0,255].
* "Rec709" : Use Rec.709 coefficients, scaled to TV range.
* "PC.709" : Use Rec.709 coefficients, keep full range.
Question 2:If I have a Bluray file and I plan on encoding it to DVD do I need to do adjustment to the color matrix before encoding??? Or vice-versa?
If there is a site out there that explains in layman's terms the color matrices and when/where they need to be used, please post it, thanks.