Skip to content
Skillv1.0.0

remotion-render

Best practices for rendering videos

by FabianRG1990(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from FabianRG1990/landing-pages-ws (remotion/.junie/skills/remotion-render/SKILL.md). Install upstream with npx skills add FabianRG1990/landing-pages-ws --skill remotion-render. Copyright stays with the author.

General rendering strategy

Render a video using:

npx remotion render

Full list of options: https://www.remotion.dev/docs/cli/render.md

Render a still using:

npx remotion still

Full list of options: https://www.remotion.dev/docs/cli/still.md

Transparent videos

See Transparent videos for rendering out a video with transparency.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/fabianrg1990-landing-pages-ws-remotion-render/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

fabianrg1990-landing-pages-ws-remotion-render.ocm.jsonjson
{
  "ocm": "1",
  "id": "fabianrg1990-landing-pages-ws-remotion-render",
  "kind": "skill",
  "name": "remotion-render",
  "description": "Best practices for rendering videos",
  "publisher": "FabianRG1990",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "remotion",
      "render",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Best practices for rendering videos"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/FabianRG1990/landing-pages-ws",
      "path": "remotion/.junie/skills/remotion-render/SKILL.md",
      "ref": "3ac0f39ea5a91ce20ef191a4561e51cb3796494e",
      "url": "https://github.com/FabianRG1990/landing-pages-ws/blob/3ac0f39ea5a91ce20ef191a4561e51cb3796494e/remotion/.junie/skills/remotion-render/SKILL.md",
      "key": "FabianRG1990/landing-pages-ws/remotion/.junie/skills/remotion-render/SKILL.md"
    }
  },
  "instructions": "## General rendering strategy\n\nRender a video using:\n\n```\nnpx remotion render\n```\n\nFull list of options: https://www.remotion.dev/docs/cli/render.md\n\nRender a still using:\n\n```\nnpx remotion still\n```\n\nFull list of options: https://www.remotion.dev/docs/cli/still.md\n\n## Transparent videos\n\nSee [Transparent videos](./transparent-videos.md) for rendering out a video with transparency.",
  "cost": {
    "context_tokens": 96
  }
}

Fetch it by URL: GET /api/v1/registry/fabianrg1990-landing-pages-ws-remotion-render/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

remotion-render - Skill - OpenSmartRoute