Dustin

Results 6 issues of Dustin

I believe this is URB_OPEN_STATIC_STREAMS Hex Dump: 0000 1b 00 20 7a 7d e0 0c a6 ff ff 00 00 00 00 **35** 00 0010 00 01 00 08 00...

Fixes to audio stream timing and seeking. Fixes: - Tracks the non-key frame stream(s) chunk position relative to the key frame stream chunk position. This is tracked as a "foreign"...

https://github.com/israel-fl/bitmap2video/blob/f51c404aed29e5f7043144a2ddc738f51b589d21/library/src/main/java/com/homesoft/encoder/Muxer.kt#L82 So, I'm not sure how this is working. Generally you want to interleave audio and video together. It looks like you are dumping all the video and then dumping...

https://github.com/israel-fl/bitmap2video/blob/f51c404aed29e5f7043144a2ddc738f51b589d21/app/src/main/java/com/homesoft/bitmap2video/MainActivity.kt#L134 This is probably OK, but it seems a little scary. If this Thread hangs it will sit out there indefinitely. Usually an Executor or ThreadPool. At the minimum, I...

https://github.com/israel-fl/bitmap2video/blob/f51c404aed29e5f7043144a2ddc738f51b589d21/library/src/main/java/com/homesoft/encoder/FrameBuilder.kt#L97 Looks like you are creating and locking Canvas in a loop. Probably just call it at the top and bail out if it's null since you can't do anything...

I am about to push another library with HEIF (HEIC/AVIF) support. I would be happy to port my code. A few questions: - Are you taking contributions? - Are there...