If you don't know what Proxima is, it's a distributed proxy encoding application for DaVinci Resolve. If that sounds good to you, check it out!
Note:
This is currently a (slow) work in progress. It's not highest on the agenda to complete compared to some of the other todos I have for Proxima, let alone my other projects. If there's interest, I'll reevaluate my priorities - especially if others are keen to get involved and contribute!
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.