Releases: gkozlenko/node-video-lib
Releases · gkozlenko/node-video-lib
v2.3.1
v2.3.0
Version 2.3.0
Basic implementation of empty edits
Add an ability to support empty edits at the beginning of audio and video tracks. If a track is started with a delay, it's reflected in the edts
and elst
atoms. This is a basic implementation of these atoms support in MP4 parser and builder classes.
MDHD atom improvement
- Take into account version 1 in the build method.
- Cover this atom with unit tests.
v2.2.3
Version 2.2.3
Fix a bug in the MP4 Builder
HDLR atom:
- Use the correct atom size
- Use the correct position for the component name
- Correctly parse the component name
FTYP atom:
- Set minor version to
0x200
Video sample atom:
- Get rid of the useless encoder name
Clean dev dependencies
Replace unnecessary dev dependencies with self-written code:
- tempy
- lodash
- faker
Improvements
- Replace deprecated Buffer.slice by Buffer.subarray
- Require all atom classes statically instead of require them dynamically