mp4-box-encoding icon indicating copy to clipboard operation
mp4-box-encoding copied to clipboard

mp4 header reading and writing using the abstract-encoding interface

Results 4 mp4-box-encoding issues
Sort by recently updated
recently updated
newest added

I was gona try to convert this to ESM but all the `exports[xxxx]encode.bytes = x` made it a bit weird. So i just converted most of the code to use...

Fix error: TypeError: Cannot set property 'length' of undefined

Hi, Great library :) Here are some changes I had to implement in order to be able to correctly decode and re-encode some mp4 files I was generating from ffmpeg:...

Could this possible be converted to dealing with only typed arrays & DataView and none of Node's Buffer stuff? This would make it more cross browser / node friendlier since...