VideoForge is packaged as a downloadable Windows application that opens a local browser interface and performs video rendering on the user's own machine. KnightLogics.com acts as the product showcase and download entry point rather than the compute host.
User Flow
- Download installer: Get the Windows setup executable from GitHub Releases
- Install once: Run the installer to place the app and shortcuts on the local machine
- Launch locally: Start the installed app and open the browser UI on the user's own computer
- Render on user hardware: FFmpeg processing runs locally instead of on Knight Logics infrastructure
Packaging Summary
- Browser UI served locally by Flask + Waitress
- Media processing: FFmpeg
- Asset generation: Pillow
- Inno Setup installer for self-contained Windows installation
- Release distributed through GitHub Releases