videoextract-cli
v1.1.2
Published
A CLI tool to extract videos from JSON timeline files using Remotion
Readme
VideoExtract 🎬
A powerful CLI tool to extract videos from JSON timeline files using Remotion.
Installation
npm install -g videoextractUsage
videoextract extract timeline.jsonOptions
-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-videoJSON Format
{
"durationInFrames": 150,
"overlays": [
{
"type": "text",
"content": "Hello World!",
"from": 0,
"durationInFrames": 150,
"styles": { "fontSize": 48, "color": "#fff" }
}
]
}Requirements
- Node.js 16+
License
ISC
