Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exoticknight/ConvertFlow
an elegant app for converting image sequence to video, based on Electron and vue
https://github.com/exoticknight/ConvertFlow
electron ffmpeg vue
Last synced: 3 months ago
JSON representation
an elegant app for converting image sequence to video, based on Electron and vue
- Host: GitHub
- URL: https://github.com/exoticknight/ConvertFlow
- Owner: exoticknight
- License: mit
- Created: 2016-11-08T08:54:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T11:30:17.000Z (almost 8 years ago)
- Last Synced: 2024-07-15T12:53:59.321Z (4 months ago)
- Topics: electron, ffmpeg, vue
- Language: Vue
- Homepage:
- Size: 2.38 MB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConvertFlow
an elegant app for converting image sequence to video, based on [Electron](https://github.com/electron/electron) and [vue](https://github.com/vuejs/vue)## Build Setup
``` bash
cd app
npm install
npm run dev
```NOTE that app needs FFMPEG static builds, which are not provided in repo. You can download it from [here](https://ffmpeg.org/download.html) and copy 'ffmpeg.exe', 'ffprobe.exe' into app/vender.
## Snapshot
![1][1]
![2][2]
![3][3]
![4][4]
![5][5][1]: https://i.imgur.com/t071K2c.png
[2]: https://i.imgur.com/KlTmvUX.png
[3]: https://i.imgur.com/h3RCyrs.png
[4]: https://i.imgur.com/PlR3h3P.png
[5]: https://i.imgur.com/mNynrk9.png