Skip to content

Scouting4U/remotion-video-editor

Repository files navigation

VideoExtract 🎬

A powerful CLI tool to extract videos from JSON timeline files using Remotion.

Installation

npm install -g videoextract

Usage

videoextract extract timeline.json

Options

  • -o, --output <path> - Output directory (defaults to Downloads)
  • -n, --name <name> - Video filename (defaults to "video")

Examples

# Basic usage
videoextract extract timeline.json

# Custom output
videoextract extract timeline.json -o ./videos -n my-video

JSON Format

{
  "durationInFrames": 150,
  "overlays": [
    {
      "type": "text",
      "content": "Hello World!",
      "from": 0,
      "durationInFrames": 150,
      "styles": { "fontSize": 48, "color": "#fff" }
    }
  ]
}

Requirements

  • Node.js 16+

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors