node-matroska icon indicating copy to clipboard operation
node-matroska copied to clipboard

Matroska library written for nodejs

Results 7 node-matroska issues
Sort by recently updated
recently updated
newest added

For me 2.2.4 fails with `Error: Invalid ebmlName 'TimecodeScale'` when i require it. Tried to change TimecodeScale > TimestampScale but then it fails with another `Error: Invalid ebmlName` TimecodeScale existed...

while upgrading my app, and using ts-ebml in order to extract the record time from buffer, I got the wrong time. not 100% sure what went wrong, but it's definitely...

Hi everyone, I'm getting some unknown schema id, something not even defined in the official doc, below few examples, can someone explain to me what are these and how can...

Hi, Since the last version of chrome (92.0.4515.107) the webm file generated with MediaRecording API use [Matroska Element](https://www.matroska.org/technical/elements.html) 0x55b0 to 0x55bd. These element are not in schema.js and that cause...

Is there a way to get keyframes with this module?

I tried to parse the webm file created by [MediaRecorder API](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API) with this library, but throw `Uncaught Error: INVALID VINT value too big (length>7 bs=1)` error. in Specifications, > There...

As mentioned in https://github.com/oeuillot/node-matroska/issues/10#issuecomment-1569439734, this is an hastily-written example for autogenerating a schema from the spec at the [source of truth, `ebml_matroska.xml`](https://raw.githubusercontent.com/ietf-wg-cellar/matroska-specification/master/ebml_matroska.xml).