cxfksword / MPVKit

mpv library for iOS, macOS, tvOS applications
GNU General Public License v3.0
71 stars 19 forks source link

The iOS HDR rendering seems incorrect #14

Closed blindwrite closed 3 months ago

blindwrite commented 3 months ago

Hello, I downloaded and ran this project on iOS, and it seems that the HDR rendering is not as I expected. Did I make any mistake?

The rendering I expected IMG_1138

The actual rendering IMG_1137

The test video file https://github.com/blindwrite/FileHolder/raw/video_samples/Life_of_Pi_HDR_Sample.mp4

cxfksword commented 3 months ago

The default HDR tone-mapping of mpv will preserve more details but looks more darker. If you don't like this style, you can modify the tone-mapping options to try another style.

blindwrite commented 3 months ago

Yes, I later found out it was related to tone mapping, but I forgot to close the issue. Thank you.