if the video have to much black color !

2 posters

Go down

if  the video have to much black color ! Empty if the video have to much black color !

Post by Vital32 Tue Jan 29, 2019 7:47 pm

is the are a filter like "sharpen complex" but only fix black color at video, not only manualy change brightnest and contrast at options is there are some filter like to do this?

Vital32

Posts : 14
Join date : 2012-06-24

Back to top Go down

if  the video have to much black color ! Empty Re: if the video have to much black color !

Post by Admin Wed Jan 30, 2019 1:51 pm

Exactly how do you want to modify the video? Just make the dark bits a little bit brighter? Are the colors correct and is white correct now?

I assume this is just for some specific videos? Because if all videos are too dark, you may have some problem that can be fixed. For example wrong settings in graphics driver.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

if  the video have to much black color ! Empty Re: if the video have to much black color !

Post by Vital32 Wed Jan 30, 2019 2:13 pm

yes only for some video, supposedly automatically correct the black color will make it brighter, as the filter automatically , thats all!

Vital32

Posts : 14
Join date : 2012-06-24

Back to top Go down

if  the video have to much black color ! Empty Re: if the video have to much black color !

Post by Admin Wed Jan 30, 2019 7:40 pm

You can write your own shaders. The .hlsl files in the MPC-HC folder are the current shaders. It is a text file.

Here is an example shader that makes the video a bit brighter:
Code:
sampler s0 : register(s0);

float4 main(float2 tex : TEXCOORD0) : COLOR
{
   float4 c0 = tex2D(s0, tex);
   return c0 + 0.1;
}

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

if  the video have to much black color ! Empty Re: if the video have to much black color !

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum