Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
musafiroon opened this issue Feb 13, 2024 · 2 comments
Open

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

musafiroon opened this issue Feb 13, 2024 · 2 comments

Comments

@musafiroon
Copy link
Contributor

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

  • Would help rendering compositions which had large set of props. (Otherwise, I'd have to get the json (of props) and save it and then pass it into cli)
  • The remotion studio provides a super simple UI to configure rendering.
@JonnyBurger
Copy link
Member

πŸ’― I had the same thought, a great idea! Thanks for filing this

@JonnyBurger
Copy link
Member

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!

@JonnyBurger JonnyBurger changed the title Bundled Studio: Get render command to execute in cli Deployed Studio: Render button that shows a CLI command Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants