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

feat: headless rendering #1055

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aarthificial
Copy link
Contributor

@aarthificial aarthificial commented May 17, 2024

Usage: motion-canvas-renderer [options] <path>  

Arguments:
  path                            path to the project

Options:
  -p, --project <name>            name of the project to render
  -o, --output <path>             path to the output directory
  --product <name>                browser to use (default: "firefox")
  --debug                         enable debug mode
  --background <color>            background color
  --range <from>:<to>             time range in seconds
  --size <width>:<height>         size of the project in pixels
  --fps <number>                  frames per second
  --scale <number>                resolution scale
  --exporter <name>               name of the exporter
  --exportOptions <key=value...>  key-value pairs of export options
  --variables <key=value...>      key-value pairs of project variables
  --variablesJSON <json>          JSON string with project variables
  --variablesFile <json>          Path to a JSON file with project variables
  -h, --help                      display help for command

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

Successfully merging this pull request may close these issues.

None yet

1 participant