UNPKG

ffmpeg-generator

Version:

Generate multi-resolution FFmpeg HLS commands from any .mp4 file via a smart CLI. Auto-detects streams, builds playlists, and speeds up your video pipeline.

45 lines (44 loc) 749 B
{ "name": "ffmpeg-generator", "type": "module", "version": "1.2.3", "files": [ "index.js" ], "main": "index.js", "keywords": [ "ffmpeg", "ffmpeg-cli", "video", "video-processing", "ffmpeg-generator", "hls", "hls-streaming", "video-transcoder", "video-encoding", "ffmpeg-wrapper", "ffmpeg-hls", "media", "streaming", "cli", "command-line", "node-cli", "transcoding", "ffmpeg-automation", "ffmpeg-node", "video-quality" ], "author": "", "license": "MIT", "description": "", "dependencies": { "commander": "^14.0.0", "inquirer": "^12.6.3" }, "bin": { "ffgen": "./index.js" }, "publishConfig": { "access": "public" } }