whenever I use handbrake to transcode from wmv to AVC/HEVC, the picture gets washed out. It's losing contrast or gamma or something.
Is there some way to better preserve color/tone?
[Attachment 66389 - Click to enlarge]
+ Reply to Thread
Results 1 to 16 of 16
-
-
I tried it with a random WMV file (VC1 and WMA1) and had no change of brightness, color, gamma, etc. Maye there's something odd about your WMV file? Maybe it's a playback issue?
-
That was my first thought but it wasn't that simple. The difference between his two images is more of a gamma change than a levels change.
This adjustment in AviSynth gives an almost perfect match:
Code:gamma = 0.82 RGBAdjust(rg=gamma, gg=gamma, bg=gamma)
-
No it's a pretty consistent issue with many files, but they're encoded with a more recent version. Maybe WMA1 is too ancient.
Player makes no difference.
Try the one in my screenshot (DLP_PART_2_768k): https://standaloneinstaller.com/blog/big-list-of-sample-videos-for-testers-124.html -
-
DLP_PART_2_768k.wmv is a wmv3 file
Actually both your screenshots are incorrect in terms of levels and color
Here is what is should look like. Left is correct. Notice the difference skin tones and "green shirt"
You might have multiple issues going on. Possibly a renderer issue, or gpu settings or drivers.
How are you viewing it and taking screenshots ? (what software, how is it configured)
[Attachment 66400 - Click to enlarge] -
-
The point is the fourcc identifier is usually what is used to distinguish between codecs. e.g. jagabo used wvc1 , which is a different type of WMV than wmv3
There is no difference before and after handbrake for me on the same source video, so it's likely a problem with your setup .
For example, are you using more than 1 player at the same time ? often this causes a different renderer to be used for each instance. Details matter. Which software and settings ?
The fact that both your screenshots are incorrect, and that your handbrake output is different when it should be the same - suggest that you have other setup problems .
If you want help answer the questions. Otherwise figure it out yourself
I can upload a WMV3 colorbars video for you to test and debug your configuration. These are known colors -
This is what I see, before and after encoding with Handbrake:
[Attachment 66401 - Click to enlarge]
The same as poisondeathray. That's using a rec.601 matrix. -
Turns out it is the player. In fact I get 4 different pictures, from 4 different players, with the same file. All have default video settings. No filters.
I'm really surprised. Why so much inconsistency? It almost looks like they are choosing arbitrary colors. Do we have no control at all with what our videos will look like to other people? -
standard 75% colorbars and tone , as "square pixel" 640x480, using wmv3
For example, "red" should be rendered in RGB as 191,0,0 using computer RGB . In this example it will be 191,0,1 because of 8bit precision and rounding errors .
It should look something like this in a media player if rendered properly. Usually a common culprit is the renderer choice, and quicktime will always be different
[Attachment 66405 - Click to enlarge] -
I re-encoded the same file several times with the same settings. Only changing the colorspace for each one.
Here they are opened in the same player (IINA). I can't see any color difference between them.
thanks for the file -
Different players do different things with levels and colors. Some rules of thumb: If your video is SD use limited range rec.601. If HD use limited range rec.709. Specify the color matrix and range in your encodings. That will give you the best probability of getting the right colors at playback. Some brain dead players will still screw up though.
-
Use the MPC-HC (or MPC-BE) player with the MPC image renderer installed (https://www.free-codecs.com/download/mpc_video_renderer.htm).
This is probably the only combination that always displays the image correctly.
Similar Threads
-
color space bt709 to bt2020, but the player display color is different
By KaGaWu in forum Newbie / General discussionsReplies: 5Last Post: 14th Feb 2023, 03:43 -
best software to do video hardware-accelerated encoding (h26x) on my 980ti?
By mrjayviper in forum Video ConversionReplies: 1Last Post: 15th Apr 2021, 01:45 -
Fade in/Fade out, remove beginning or ending, invert
By Shinnen in forum Newbie / General discussionsReplies: 3Last Post: 22nd Mar 2021, 18:38 -
Question about color SMPTE color bars test patterns
By Videogamer555 in forum DVB / IPTVReplies: 11Last Post: 23rd Jan 2021, 05:38 -
Help needed ASAP with color issue (Background same color as shirt talent)
By marciano999 in forum EditingReplies: 0Last Post: 13th Jul 2020, 10:40