A powerful CLI tool to extract videos from JSON timeline files using Remotion.
npm install -g videoextractvideoextract extract timeline.json-o, --output <path>- Output directory (defaults to Downloads)-n, --name <name>- Video filename (defaults to "video")
# Basic usage
videoextract extract timeline.json
# Custom output
videoextract extract timeline.json -o ./videos -n my-video{
"durationInFrames": 150,
"overlays": [
{
"type": "text",
"content": "Hello World!",
"from": 0,
"durationInFrames": 150,
"styles": { "fontSize": 48, "color": "#fff" }
}
]
}- Node.js 16+
ISC