![]() |
[BUG] In Hybrid, colours are sometimes highlighted in red tones - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] In Hybrid, colours are sometimes highlighted in red tones (/thread-3790.html) |
In Hybrid, colours are sometimes highlighted in red tones - renarchi - 27.07.2024 When I used Hybrid for resize and vapoursynth and encoding, I noticed that sometimes the colours changed to red tones. (this does not always happen, but it is an annoying problem) For example, in the image I shared in the attachment, I only used resize (right side is original) RE: In Hybrid, colours are sometimes highlighted in red tones - Selur - 27.07.2024 Read the sticky, provide proper details and a debug output. Wild guess some problem with TV vs PC scale (wrong flagged source or output) or using some machine learning model which assumes some specific color matrix or luma scaling. + Does the Vapoursynth Preview show the correct colors? Cu Selur RE: In Hybrid, colours are sometimes highlighted in red tones - renarchi - 27.07.2024 1- I couldn't find whatever it is you call sticky 2- I use Rx 580 and Ryzen 5 1600 3- Although what I did in the attachment is 3840x2160 ----> 960x540, I also tried 3840x2160 ----> 1920x1080 resolution to test again but the result was the same. 4- Yes, in the Vapoursynth preview the colours look correct and as they should be Edit: I have no idea whether the ‘Sticky’ you mentioned is the Log panel or not, but I wanted to share my log in the Log panel with you RE: In Hybrid, colours are sometimes highlighted in red tones - Selur - 27.07.2024 sticky: https://forum.selur.net/thread-3.html Quote: Yes, in the Vapoursynth preview the colours look correct and as they should be.Okay, then the VUI color matrix of the output is probably set wrongly. (or some oder VUI signaling,...) RE: In Hybrid, colours are sometimes highlighted in red tones - renarchi - 27.07.2024 Is there any way to fix this with Hybrid RE: In Hybrid, colours are sometimes highlighted in red tones - Selur - 27.07.2024 Yes, you can adjust the values in the encoder configuration. Read the sticky and provide proper details, so I know what you are doing. You might also want to read up on what VUI signaling is if that is unclear. Also. Please, do not post the normal log, it's just annoying. Since the first line in that log view is: This log is only intended for user information. It should not be part of a bug/problem report!! I'm kind of disappointed whenever someone posts from this log. Cu Selur RE: In Hybrid, colours are sometimes highlighted in red tones - renarchi - 27.07.2024 Sorry, I didn't know there was a Debug setting, I guess I'm sharing the right thing with you now. Quote:VideoI'm sorry again and thank you! RE: In Hybrid, colours are sometimes highlighted in red tones - Selur - 27.07.2024 Doing the following: 1. enable Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth 2. enable Filtering->Vapoursynth->Color->Matrix->ColorMatrix (this way Hybrid should adjust the target color matrix to Rec. 709 when downscaling to HD resolution) 3. check that "x265->Signaling->VideoUsability Information->Matrix" is set to "bt709" should fix your problem. Cu Selur RE: In Hybrid, colours are sometimes highlighted in red tones - renarchi - 27.07.2024 its worked thanks mate, btw can you add vmtoon to avisynth? |