An open API service indexing awesome lists of open source software.

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.

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