https://github.com/fabe/electron-ffmpeg-starter
📹 Starting point for using using Electron with ffmpeg cross-platform.
https://github.com/fabe/electron-ffmpeg-starter
converter electron ffmpeg video-processing
Last synced: about 2 months ago
JSON representation
📹 Starting point for using using Electron with ffmpeg cross-platform.
- Host: GitHub
- URL: https://github.com/fabe/electron-ffmpeg-starter
- Owner: fabe
- License: mit
- Created: 2018-05-12T19:17:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T19:17:57.000Z (about 8 years ago)
- Last Synced: 2025-04-08T05:48:59.097Z (about 1 year ago)
- Topics: converter, electron, ffmpeg, video-processing
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-ffmpeg-starter
Starting point for using using Electron with `ffmpeg` cross-platform.
## Installation
```bash
git clone https://github.com/fabe/electron-ffmpeg-starter.git
cd electron-ffmpeg-starter
npm install
npm start
```
## Author
- Fabian Schultz ([@fschultz_](https://twitter.com/fschultz_))