https://github.com/dilatorily/ffplay-static
ffplay static binaries for Windows, macOS and Linux
https://github.com/dilatorily/ffplay-static
ffmpeg macos windows
Last synced: 2 months ago
JSON representation
ffplay static binaries for Windows, macOS and Linux
- Host: GitHub
- URL: https://github.com/dilatorily/ffplay-static
- Owner: Dilatorily
- License: gpl-3.0
- Created: 2017-02-23T15:34:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T16:18:37.000Z (over 9 years ago)
- Last Synced: 2025-07-21T01:28:26.166Z (12 months ago)
- Topics: ffmpeg, macos, windows
- Language: JavaScript
- Size: 41.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffplay-static
ffplay static binaries for Windows and macOS
## Installation
Use NPM to install this module:
```bash
$ npm install --save ffplay-static
```
## Usage
This module supports Windows ([32-bit](https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2.2-win32-static.zip) and [64-bit](https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.2.2-win64-static.zip)) and macOS ([64-bit](https://evermeet.cx/pub/ffplay/ffplay-3.2.2.7z)).
```javascript
var ffplay = require('ffplay-static');
console.log('ffplay'); // /path/to/ffplay
```
## Static Binaries
The static binaries are downloaded from the official FFmpeg website.
- [Windows](https://ffmpeg.zeranoe.com/builds/)
- [macOS](https://evermeet.cx/ffmpeg/)
## [License](LICENSE)
This repository is open source and distributed under the GPL-3.0 License.