An open API service indexing awesome lists of open source software.

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]

Awesome Lists containing this project

README

          

# cornwall
Electron-based PixiJS Video Recording Environment

![](out.gif)

## 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