unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.15k stars 238 forks source link

Why is the color different in FFme's MediaElement compared to WPF's default MediaElement? #664

Open Yoojs2 opened 3 weeks ago

Yoojs2 commented 3 weeks ago

Issue Categories

I am using the library well.

However, there is an issue.

There is a slight color difference when using WPF's MediaElement and FFme's MediaElement.

FFme's MediaElement displays colors more intensely.

Is there a way to match the color representation of FFme's MediaElement to be similar to that of WPF's MediaElement?

I would appreciate any guidance or suggestions you can provide. Thank you.

Dong-Min-Yoon commented 3 weeks ago

anybody help!

mariodivece commented 2 weeks ago

You are looking for video equalizer filtering. Check out the code and figure out how it works. Choose the brightness, saturation and contrast that works for you. Here's the search link. Video Equalizer

Yoojs2 commented 2 weeks ago

The video filter works well, but using FFme for fast frame seeking is disadvantageous. Therefore, I want to change the decoding codec through DecoderParams or set the color space during the decoding stage, but it does not work.

I will post the issue of DecoderParams not working as a new question.

Thank you for your response.