Closed YumengNevix closed 6 months ago
Additional info: My media3 library version is 1.3.0
@ychaparov You worked on a similar issue before?
I believe this issue is already fixed in the latest Transformer release, 1.3.1 with this commit https://github.com/androidx/media/commit/04ce83691e6d19e1c73cc4810e30c1505403eec1
Please reopen this issue if you see similar problems after updating!
I have a sentry report about an Export exception, the device is: SM-N960F(running Android 10), the stack trace is:
It seems that presentationTimeUs's value is negative, and it may cause this issue. Also, I find that another video transform library has this problem: https://github.com/linkedin/LiTr/pull/92
They choose to ignore frame which has negative presentationTimeUs value. Hope for your reply!