Red being brightened? >> Debt Management >> Money Forum

Money Forum

Money Forum



SearchSearch   Users   Registration   Entrance
Today: 04.08.2025 - 04:39:32
Pages:  1  

Red being brightened?

Advertising


MessageAuthor

I'm suffering an issue where my main encoder Procoder 2 brightens reds during encoding leaving other colours untouched. The same happens with CCE, however, TMPGEnc does not suffer from this. Source (Below): Procoder: CCE: TMPGEnc: As you can see there's a noticeable difference. I've tried 601 correction in Procoder source video filters, however, this did not resolve the issue. Can anyone help me? My source colour format is YUY2.

---------------------

bigrhett

money-user




Statistics:
Messages: 124
Registration: 12.10.2003
26.06.24 - 23:45:37
Message # 1
RE: Red being brightened?

sounds like a colour matrix problem. if you're using avisynth, you may be able to fix it there with the colormatrix filter. TMPGenc doesn't suffer this because it only accepts RGB24 input, then converts it to yv12 for encoding (an unnecessary conversion really, but looking at those images i can see how it could be useful in foolproofing the encoder). strange that 601 correction in procoder did nothing... i've not used it, but it looks like a step in the right direction. maybe try all the options it has (if any). is the source of this a DVB capture? i believe DVB and HDTV use mpeg-1 colour coefficients, rather than the MPEG-2 ones you get on DVD.

---------------------
back harder then ever

Crazyb

money-user




Statistics:
Messages: 296
Registration: 11.26.2003
26.06.24 - 23:49:15
Message # 2
RE: Red being brightened?

I ran into the same problem and Mug Funky is most likely right. When encoding with TMPGenc I don't make any changes to my avisynth script but when I encode with mencoder, HC or QuEnc I change the color matrix using (Last.IsRGB()) ? Last.ConvertToYV12(matrix="Rec709") : Last.ColorMatrix(mode="Rec.601->Rec.709") ConvertToYV12 is a native avisynth function. Colormatrix is a plugin by wilbert that you can find at

---------------------

SHhhhh

money-user




Statistics:
Messages: 432
Registration: 10.12.2003
26.06.24 - 23:58:10
Message # 3
RE: Red being brightened?

Thanks for your help.

---------------------

nydog

money-user




Statistics:
Messages: 982
Registration: 06.07.2001
27.06.24 - 00:04:38
Message # 4
RE: Red being brightened?
Integrating multiple ASIO drivers together. : Previous topicNext topic: add "new project tab" to main toolbar
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants