mpvkit / MPVKit

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

AppleTV AFR/Dynamic Range toggle? #5

Open cdguy opened 7 months ago

cdguy commented 7 months ago

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

thank you!

cxfksword commented 7 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 5 months ago

@cdguy did you get anywhere with this?

cdguy commented 5 months ago

@cdguy did you get anywhere with this?

Unfortunately not… @BradLeftley