remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.48k stars 1.02k forks source link

Deployed Studio: Render button that shows a CLI command #3473

Open musafiroon opened 8 months ago

musafiroon commented 8 months ago

Enable the render button in the bundled remotion studio to give a cli command that would render the composition on the user's device. (npx remotion render <location.href> ...args)

Feature Request 🛍️

The render button should be available (probably with a different name) on the bundled remotion studio. It should give a cli command based on the current props passed to the component by studio and the rendering configs . The user should be able to paste this into terminal and be able to get the rendered file

Use Case

JonnyBurger commented 8 months ago

💯 I had the same thought, a great idea! Thanks for filing this

JonnyBurger commented 7 months ago

We are first making an options system to map the UI settings to the CLI flag. We are migrating all the options, hopefully later it will be easier to generate the commands automatically!