https://github.com/little-core-labs/x264-static
Static binaries for the `x264(1)` command.
https://github.com/little-core-labs/x264-static
bin command compiled module node static x264
Last synced: 6 months ago
JSON representation
Static binaries for the `x264(1)` command.
- Host: GitHub
- URL: https://github.com/little-core-labs/x264-static
- Owner: little-core-labs
- License: mit
- Created: 2019-12-18T15:03:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T15:24:09.000Z (over 6 years ago)
- Last Synced: 2024-10-16T06:33:53.727Z (over 1 year ago)
- Topics: bin, command, compiled, module, node, static, x264
- Language: JavaScript
- Homepage:
- Size: 33.8 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
x264-static
===========
> Static binaries for the `x264` command.
## Installation
```sh
$ npm install x264-static
```
## Usage
```js
const x264 = require('x264-static')
console.log(x264.path)
// '/home/werle/repos/little-core-labs/x264-static/bin/linux/x64/x264'
```
## See Also
* https://github.com/little-core-labs/mkvmerge-static-linux
* https://github.com/eugeneware/ffmpeg-static
## License
MIT