Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monyone/node-mp4-box-transform
https://github.com/monyone/node-mp4-box-transform
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T11:49:46.000Z (over 3 years ago)
- Last Synced: 2024-10-16T10:44:56.459Z (3 months 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
```