Bitmp4 icon indicating copy to clipboard operation
Bitmp4 copied to clipboard

Convert bitmaps to video

Results 6 Bitmp4 issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/dbof10/Bitmp4/assets/49601443/f7fa8ccf-533c-43dd-90a1-8051e4d372f8) - encoderInputBuffer.put(audioArray);thorw exception - ![image](https://github.com/dbof10/Bitmp4/assets/49601443/b3027ac5-99e3-4c5f-bbee-1a049851c7e3)

Hello. I am not sure what I am doing wrong here. The below method is what I use to get the bitmap from a custom SurfaceView class: ``` private fun...

I get a fatal error when trying to run this: ``` val encoder=MP4Encoder().apply{ setFrameDelay(50) setOutputFilePath(getVideoFile(baseDir).path) // Comes from File(baseDir.getExternalFilesDir(null) + "/XXXX.mp4") val firstbmp: Bitmap = ... // (A 68x68 bitmap)...

This issue relates to #7 I tried your advise and updated https://github.com/dbof10/Bitmp4/blob/master/lib-bitmp4/src/main/java/com/ctech/bitmp4/MP4Encoder.java#L64 but it didn't really affect the output. Is there any other line of code I need to update...

As the title says. It seems this library doesn't have either of these. Storing so many bitmaps and only then encode - this is a recipe for memory issues, and...