-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain videos appear more saturated than in normal media player apps #6402
Comments
|
That does not seem to be relevant as far as I can see. In fact, I see zero difference between o!f and a media player on the existing test sample video |
Investigations show that since the video is marked with I'm still not entirely sure why this video in particular is faulty in o!f while its metadata almost exactly matches the sample video |
Just change it to use rec709 if unspecified and call it a day. But where are you seeing the "video is marked with"? Are you saying that this differs from the other test video? Your description is unclear. |
The other test video also has unspecified colorspace, and using the rec709 matrix for unspecified makes the test video look wrong (yellow/cyan/green colours looks more dimmed). Test video with master's matrix coefficients: Test video with the BT709 matrix coefficients (above proposal): |
The results are actually a bit weird, IINA is incorrect while bare mpv is correct; Furthermore, I was randomly searching through VLC's code and I stumbled across this: Then I compared it with QuickTime Player's behaviour by scaling the sample video to specific resolutions with ffmpeg while keeping the colorspace tag as |
On the right is o!f and on the left is QuickTime Player:
Video: https://discord.com/channels/90072389919997952/892258907135836212/1297071581230530611 (to be replaced with a sharable video later).
The text was updated successfully, but these errors were encountered: