WangBin
WangBin
try the latest build, and `player.setProperty("avsync.audio", "0");`
我不清楚,能用就行,ffmpeg和命令行一样
what about not decode to surfaceview? if decode to surfaceview, subtitle will not be rendered, you have to draw subtitle yourself
decode to surfaceview can support hdr, but not dolby vision. dolby vision requires decoder support, for example using decoder `AMediaCodec:dv=1`, but not all systems support it(and it seems broken in...
Can you share your example so I can test the freeze?
dolby vision profile 5 or 8? decode to surfaceview can't display dolby vision on my phone. my example can toggle hdr10, and i render dolby vision as hdr10. i need...
i don't think dv can be turned on if decode to surfaceview but without additional settings. no effect on my phone. can you show me mpv and mdk log? AMediaVodec:dv=1...
> Are you using [AMediaFormat](https://github.com/wang-bin/AND/blob/master/ndk/media/NdkMediaFormat.hpp) in your internal mdk code ? yes
subtitle position is a problem. one may overlaps with another.
I can provide some properties so you can customize the position and others.