-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yuv420p10 pixel format decoding failed #87
Comments
Can you share a sample of the video file? |
10bit_decoding_failed_example.mp4This file is mentioned in the screenshot. The same exception is thrown when I play other yuv420p10 pixel format videos. |
In addition, the yuv420p10 pixel format source under hevc encoding can be decoded normally, and the above problems should only occur on with the AVC decoder. |
Unfortunately the vast majority of Android devices don't handle 10 bit AVC. Android's MediaPlayer won't play that so neither ExoPlayer as it uses only platform decoders (at least for AVC). |
Can someone explain the following error message thrown? com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(2, null, null, video/avc, avc1.640029, -1, null, [1080, 2400, 24.186872], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES detailed: Decoder init failed: c2.qti.avc.decoder, |
When playing a movie in yuv420p10 pixel format, an exception is thrown:
There is some more detailed information below:
The text was updated successfully, but these errors were encountered: