aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

[QUESTION] Low frame quality returned by H264FrameDecoder #126

Closed mrgiba closed 7 months ago

mrgiba commented 3 years ago

Hello,

On my tests using the library to process the stream data and run an Object Detection algorithm, I noticed that some of frames returned by the H264FrameDecoder are pretty grainy, definitely affecting the overall results

For comparison, I extracted a clip from the stream and ffmpeg on the command line to extract the frames and the resulting quality was way better

Does anyone know how to better handle the issue ?

Thanks

stefankiesz commented 8 months ago

Hello, apologies for the late response, is this still an issue we can assist you with?

mrgiba commented 7 months ago

Nope, that was wrong usage of the library

This issue can be closed