Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T02:35:55.000Z (over 3 years ago)
- Last Synced: 2024-10-03T23:56:11.469Z (3 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.**
[![npm version](https://img.shields.io/npm/v/parse-ffplay-output.svg)](https://www.npmjs.com/package/parse-ffplay-output)
[![build status](https://api.travis-ci.org/derhuerst/parse-ffplay-output.svg?branch=master)](https://travis-ci.org/derhuerst/parse-ffplay-output)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/parse-ffplay-output.svg)
[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](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).