https://github.com/fantasyui-com/cornwall
Electron-based PixiJS Video Recording Environment. [Application, Electron, Video]
https://github.com/fantasyui-com/cornwall
Last synced: 9 days ago
JSON representation
Electron-based PixiJS Video Recording Environment. [Application, Electron, Video]
- Host: GitHub
- URL: https://github.com/fantasyui-com/cornwall
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2018-01-13T19:27:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:31:11.000Z (over 3 years ago)
- Last Synced: 2025-02-11T23:07:52.407Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 666 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cornwall
Electron-based PixiJS Video Recording Environment

## Notes
You will need ffmpeg to convert frames to video, for example:
ffmpeg -i img%03d.png -c:v libx264 -pix_fmt yuv420p out.mp4