I found out the colormatrix values must be scrambled or the makers of the DVDs don't care.
I know I left out the red to luma influence, because I love the bright shining red. It's more like I end up with anime colors.
Following defaults, it ends up yellow-ish which I dislike. Some progressive idol DVDs look as if they were encoded with the 709 family.
After deinterlacing I do
ConvertToRGB32(matrix="PC.709",interlaced=false,chromaresample="lanczos4")
GeneralConvolution(0, C50g5r4) #which refers to a kernel library
ConvertToYV12(matrix="PC.709",interlaced=false,chromaresample="lanczos4")
I know it's not what help files suggest, but looks best here. Also I go from 0-255, not TV range.
Tablet use, not a big screen.
This project came because when a DVD has issues, most x264 uploads look even much poorer, and the reaction is, that some time later the raw ISO gets uploaded. This is the opportunity to try some artifact removal and get better rainbow colors instead of sepia on brownish on greenish.
I have no issue with most blueray rips and youtube music videos, they look great or ok, so it's not my monitor. In fact with my tampering I get closer to a blueray color appeal.
I know I left out the red to luma influence, because I love the bright shining red. It's more like I end up with anime colors.
Following defaults, it ends up yellow-ish which I dislike. Some progressive idol DVDs look as if they were encoded with the 709 family.
After deinterlacing I do
ConvertToRGB32(matrix="PC.709",interlaced=false,chromaresample="lanczos4")
GeneralConvolution(0, C50g5r4) #which refers to a kernel library
ConvertToYV12(matrix="PC.709",interlaced=false,chromaresample="lanczos4")
I know it's not what help files suggest, but looks best here. Also I go from 0-255, not TV range.
Tablet use, not a big screen.
This project came because when a DVD has issues, most x264 uploads look even much poorer, and the reaction is, that some time later the raw ISO gets uploaded. This is the opportunity to try some artifact removal and get better rainbow colors instead of sepia on brownish on greenish.
I have no issue with most blueray rips and youtube music videos, they look great or ok, so it's not my monitor. In fact with my tampering I get closer to a blueray color appeal.
Last edited: