hwang icon indicating copy to clipboard operation
hwang copied to clipboard

Fast sparse video decode

Results 8 hwang issues
Sort by recently updated
recently updated
newest added

Issue seems to be that when ffmpeg returns an error, this is sending Hwang's decoder automata into an infinite loop. Backtrace from Scanner's decode thread: ``` #0 pthread_cond_wait@@GLIBC_2.3.2 () at...

I tried to make the complete installation with my virtual environment activated, and no luck. how do I do that correctly?

Scanner pipeline converts the video to HSV and then computes a Histogram over the frame. HSV conversion is a Python op, Histogram computation is the op that ships in stdlib...

bug

The tutorial shows how to deploy Hwang to AWS Lambda.

Hi Alex, I am Haotian. When I used this lib to retrieve the frame at the end of the video, I met the error of 'list index out of range'....

"Hwang is a library for performing fast decode of frames from h.264 encoded video (most mp4s). " I think it would be useful to add a paragraph about what the...

enhancement