![]() |
ColorMatrix
Hi,
I saw the word "colormatrix" sometimes in some posts (Inc, Boulder...) but nobody never focused on it. I just found a thread in the Portuguese forum where someone did comparisons (thanks to him). In short words : Original Without Colormatrix With Colormatrix Open the three picture in three windows (or in three tabs under firefox) ans switch from one to the other. For me, colormatrix is definitely needed in all scripts using DVD sources :!: What do you think ? |
I cant access the pics linked above, also not when opeing in a separate window via dropdown mouse options.
But maybe cause on a MAC right now using IE. :? :) If I did understand right, in regular the color coefficients wont be handled the right way and colormatrix fixes that. |
Quote:
Quote:
|
Not working here either Phil
Both in IE or Firefox. Greg |
Quote:
By the way, the question is : what do you think about colormatrix. So I'm asking that to peoples that already tried it, and they don't need to see the picture to give the result of their tests. EDIT: I hosted them on ImageShack (Original, without and with colormatrix, in that order) http://www.digitalfaq.com/archives/error.gif http://www.digitalfaq.com/archives/error.gif http://www.digitalfaq.com/archives/error.gif |
@Phil
I'm impressed that you didn't know about that, because of that was a old discussion between Giovane (ginoboy) and Jorge (jorel). Giovane uses the filter since this age ... :D If I'm remembered jorel discussed the color issue very long time ago (when me and ginoboy weren't kvcd.net members) here and in Doom9 board and then Wilbert did the first version of Colormatrix ... BTW, it's a very useful filter ... :D See you, |
Quote:
|
Thanks Phil,
I just wanted to have a look at the samples you were talking about since I am unable to perform my own tests right this minute as I am at work. I will test tonight and post my findings. For those of you that don't know where to find the colormatrix plug-in. You can download it from here: http://www.geocities.com/wilbertdijk...Matrix_v19.zip Here is a post over a D9 that will further your reading. http://forum.doom9.org/showthread.php?s=&threadid=82217 Greg |
There is certainly something that needs to be explained :roll:
I use Avisynth, I have compared my VOB sources with my scripts and they are all perfect matches :roll: Maybe I'm doing something wrong but I wouldn't know what... |
You don't need the filter in every encode. It depends on the source (i.e. what coefficients have been used) and the encoder you use (i.e. what coefficients it expects).
|
Quote:
Or do you mean that you need it for DVD but nor for avi sources for instance ? |
The latest DGIndex/dgdecode.dll -combination includes an info=1 parameter in MPEG2Source which can be used to determine what the coeffs are for the original file.
CCE expects MPEG2 coeffs and TMPGEnc/QuEnc MPEG1 if I remember correctly. All MPEG4 stuff are encoded with MPEG1 coeffs. If the original VOBs contain MPEG2 coeffs and you use CCE to encode to MPEG2, you don't need ColorMatrix. If you encode MPEG4 or a VOB with MPEG1 coeffs to MPEG2 with CCE, use ColorMatrix(mode="rec.601->rec.709"). And so on.. The docs explain more, basically it's just adjusting the parameters depending on what the input is and what the encoder expects. |
Quote:
I think I will do faster with a quick test with/without colormatrix before to launch the real encode :D Note: now we know why tmpgenc sometimes washes the colors and why for intance Rui can't compare directly it to what he obtains with HC ! |
Quote:
Besides, you can use the hints parameter but it's a bit slow. There's also an option to use the d2v file for getting the parameters to ColorMatrix, it's faster. |
Quote:
|
Quote:
And Colormatrix isn't so old it seems to me. Quote:
Note: I have doubt it can be faster than doing a test because it depends on the encoder as you say and there is no way avisynth can know what is expected by the encoder you plan to use :D |
Quote:
Quote:
So if it works like it should, it would simply be MPEG2Source("path\clip.d2v") ColorMatrix(d2v="path\clip.d2v",mode="rec.601->rec.709") for CCE. If the coeffs in the input file are rec.709, no conversion is done - if the d2v parameter works like hints. This must be checked, otherwise it's pretty much useless. Quote:
|
Okay, now that I am fully in the subject I understand more the docs I read before without giving attention :
D2V_Format_v08.txt : Quote:
Quote:
|
And it would be even faster if the plugin just read the very first line and used the value that's entered there. At least according to the fact that it crashes if the information changes during the d2v file, it reads every one of them.
|
:?: Would this work the same with a D2V from a MPEG2 capture (PVR-250)?
Some of my encodes appear darker than original captures and I would like to try this. I use D2V - AVS - TMPGenc |
Site design, images and content © 2002-2023 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2023 Jelsoft Enterprises Ltd.