https://github.com/derhuerst/parse-ffplay-output
[unfinished] – Parse the output of ffplay.
https://github.com/derhuerst/parse-ffplay-output
ffmpeg ffplay
Last synced: about 2 months ago
JSON representation
[unfinished] – Parse the output of ffplay.
- Host: GitHub
- URL: https://github.com/derhuerst/parse-ffplay-output
- Owner: derhuerst
- License: isc
- Created: 2018-04-06T02:13:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T02:35:55.000Z (almost 5 years ago)
- Last Synced: 2025-08-30T05:28:07.378Z (10 months ago)
- Topics: ffmpeg, ffplay
- Language: JavaScript
- Homepage: https://github.com/derhuerst/parse-ffplay-output#parse-ffplay-output
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# parse-ffplay-output
**Parse the output of ffplay.**
[](https://www.npmjs.com/package/parse-ffplay-output)
[](https://travis-ci.org/derhuerst/parse-ffplay-output)

[](https://gitter.im/derhuerst)
[](https://patreon.com/derhuerst)
## Installing
```shell
npm install parse-ffplay-output
```
## Usage
See [the example code](example.js).
## Contributing
If you have a question or have difficulties using `parse-ffplay-output`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/parse-ffplay-output/issues).