mpvkit / MPVKit

mpv library for iOS, macOS, tvOS applications
GNU Lesser General Public License v3.0
25 stars 9 forks source link

AppleTV AFR/Dynamic Range toggle? #5

Open cdguy opened 4 months ago

cdguy commented 4 months ago

Hello, how can I trigger automatically the Dynamic Range / Framerate Matching like the native player with MPV?

thank you!

cxfksword commented 4 months ago

libmpv does not support this feature, you need to implement it yourself.

You can observe the mpv dynamicrange/framerate property change event and switch it manually.

BradLeftley commented 2 months ago

@cdguy did you get anywhere with this?

cdguy commented 2 months ago

@cdguy did you get anywhere with this?

Unfortunately not… @BradLeftley