You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a codec algorithm implemented inside exoplayer library? I need to access the decoded frames along with metadata like "syntax elements" for H264.
[REQUIRED] Searched documentation and issues
I have already gone through the exoplayer official documentation. But scarce information is available.
[REQUIRED] Question
I need to access the "Syntax elements" and decoded frames and perform further processing on the frames before display.
The text was updated successfully, but these errors were encountered:
GaureeshAnvekar
changed the title
How does the decoding take place inside exoplayer? Is there a codec algorithm implemented inside exoplayer library? I need to access the decoded frames along with metadata like syntax elements for H264.
How does the decoding take place inside exoplayer? Is there a codec algorithm implemented inside exoplayer library? I need to access the decoded frames along with metadata like "syntax elements" for H264.
Jul 5, 2019
Just a note about accessing syntax elements: although this is not really something we intend to support, you may find the utility methods in NalUnitUtil and/or ParsableNalUnitBitArray useful for writing your own code to parse the compressed (input) H.264 bitstream. If you specifically want something from the SPS/PPS then there are methods for getting some limited information from them in NalUnitUtil.
ojw28
changed the title
How does the decoding take place inside exoplayer? Is there a codec algorithm implemented inside exoplayer library? I need to access the decoded frames along with metadata like "syntax elements" for H264.
How does the decoding take place inside exoplayer?
Jul 8, 2019
Is there a codec algorithm implemented inside exoplayer library? I need to access the decoded frames along with metadata like "syntax elements" for H264.
[REQUIRED] Searched documentation and issues
I have already gone through the exoplayer official documentation. But scarce information is available.
[REQUIRED] Question
I need to access the "Syntax elements" and decoded frames and perform further processing on the frames before display.
The text was updated successfully, but these errors were encountered: