Hi, i have tv show files in 1080p and some of them looks normal on my (non HDR) screen, some super washed out gray. Im Medianfo i see difference - ALL washed out vids have these 3 lines in video statistics: 1) Color primaries : BT.709 2) Transfer characteristics: BT.709 3) Matrix coefficients: BT.709 - all with this BT.709. Normal looking vids doesnt have this info in medianfo at all.
I heard that BT.709 have something to do with HDR. How to change player (Media Player Classic or any other player) options to remove that washed out gray color?
+ Reply to Thread
Results 1 to 20 of 20
-
-
i tried - its the same. Can it be converted to remove these wrong colors?
Last edited by Gio21stri; 17th Dec 2020 at 00:53.
-
Upload a sample and we will see. 10 seconds showing the problem is enough
-
Videos weren't tonemapped at encoding (BT.709 is SDR). You can manually apply a HDR2SDR hlsl tonemapping shader in mpc-hc.
-
-
Here is 20 seconds
https://drive.google.com/file/d/1rDw8c41hfhv5kF9e2Z-kClVry7I0G0Oj/view?usp=sharing
I tried to change contrast in avidemux - "video - mpeg4 avc -colors -contrast", but There is enormous pixels on black clothes (like guys costumes in the video) on render result. All other scenes is normal, not pixelated -
That doesn't look like an HDR to SDR conversion without tone mapping. See this sample for how it typically looks.
Possibly a wrong color space was used somewhere resulting in incorrect colors but it's hard to tell with your clip,
everything looks beige, there is no natural light or neutral tones to judge the color. -
Does the video look about like this on your computer?
[Attachment 56346 - Click to enlarge] -
problem is - im trying to compress this 13 gb episode - using handbrake with quality on 19 and decomb bob filter - everything looks normal and detailed (but with same washed out colors) - so after fixing contrast in avidemux , file looks like this (watch horrible pixelated costumes) https://drive.google.com/file/d/18dTRJNwGZSpbvnQNNonVVntFaDOutAdl/view?usp=sharing
i dont understand is it avidemux makes file so pixelated or its handbrake compression? (cause its impossible to watch this file on any player wthout washed out colors) -
So you're re-encoding twice, at 1/3 the bitrate, twice the frame rate, and surprised you get some posterization? Maybe you were hoping for something like this (single encoding, x264 slow, crf18)?
Last edited by jagabo; 20th Dec 2020 at 11:03.
-
Original file is also wrongly flagged as "full range" while the content is not really full range. Maybe that's also part of a problem.
-
-
Ok it seems to impossible to compress this file without ugly looking results somewere one way or another:
1) i tried Handbrake - It looks pixelated as hell on black (like above)
2) I tried Avidemux - i choose mpeg4 avc output - filters - interlacing - libavdec. File is compressed, details is ok, contrast - ok, pixelation on blacks is gone - but video is not smooth like original at all - movements looks like there is frames missing from every second - best example in ending titles -titles flickering while scrolling - here is excerpt of that render - https://drive.google.com/file/d/1RIL2MV5fbUJgRSyrdQJ-n-RJUAo7DG4K/view?usp=sharing
Here is original ending titles from that 13 gb file - looks smooth (in handbrake render too) https://drive.google.com/file/d/1SrlqOcT1tcD2TIMdeSJb7d8fYZ1zEo8e/view?usp=sharing
Any ideas? maybe there is some compressing tool that can do 2 things at once - good deinterlacing and no pixelisation?Last edited by Gio21stri; 20th Dec 2020 at 14:37.
-
AviSynth + x264 CLI
AviSynth script:
Code:LWLibavVideoSource("Drake Original.mkv") AssumeFPS(30000,1001) Yadif(mode=1)
Code:x264-64bit.exe --preset=slow --crf=18 --keyint=60 --sar=1:1 --colormatrix=bt709 --stitchable --output "output.mkv" input.avs"
-
Here's your "Drake Original.mkv" with the header patched to reflect limited range.
-
Ok i dont know how to do it and dont wanna spend weeks to learn it, BUT anyway - i need this video compressed, not just contrast fixed. so there will be again second rendering
-
-
Once you create the simple script (as shown by jagabo above) you can open it in any host program
that accepts .avs scripts.
Open the script in Virtualdub2
set video/compression (eg. x264 8-bit)
File/save video
Similar Threads
-
Only some videos washed out, others appear fine?
By D34DL1N3R in forum Software PlayingReplies: 1Last Post: 2nd Aug 2020, 12:06 -
Stuttering/choppy playback of high bitrate videos
By aussie43 in forum Newbie / General discussionsReplies: 4Last Post: 19th Jan 2020, 21:41 -
For same bitrate which looks better between 720p and 1080p
By iKron in forum Newbie / General discussionsReplies: 34Last Post: 18th Dec 2019, 11:52 -
Descaling from 4K to 1080p at max bitrate 40Mbps?
By Sakamuyo in forum Video ConversionReplies: 3Last Post: 22nd Jul 2016, 13:01 -
What Should Be The Bitrate For 720p 1080p & 4k
By DJboutit in forum Video ConversionReplies: 2Last Post: 19th Dec 2015, 18:11