https://github.com/monyone/node-mp4-box-transform
https://github.com/monyone/node-mp4-box-transform
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/monyone/node-mp4-box-transform
- Owner: monyone
- License: mit
- Created: 2021-06-29T11:28:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T11:49:46.000Z (about 5 years ago)
- Last Synced: 2025-02-01T01:06:11.779Z (over 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-mp4-box-transform
A Simple Top Level Box transform
## Feature
* top level box to node.js transform
## Build
### Preparing
```bash
git clone https://github.com/monyone/node-mp4-box-transform
cd node-mp4-box-transform
yarn
```
### Compiling library
```bash
yarn run build
```