Follow these steps to start automating your video content creation.
The recommended way to install VideoCut-CLI is via pipx to ensure an isolated environment.
pipx install videocut-cliAfter installation, run the doctor command to verify system dependencies (like FFmpeg).
videocut doctorVideoCut-CLI automatically handles restrictions and organizes your files.
# Full download (Video + Metadata)
videocut download "https://youtube.com/shorts/FwlIyiMeNAw"
# Audio only (MP3)
videocut download "URL" --extract-audio
# Metadata only (No video, fast research)
videocut download "URL" --metadata-onlyAdd your brand identity to any local video file.
# Add a text watermark
videocut edit ./video.mp4 --text "@MyAccount" --position bottom_right
# Add an image logo
videocut edit ./video.mp4 --image ./logo.png- AI Auto-Crop: Transform 16:9 videos to 9:16 portrait.
- Voice Dubbing: Translate your video audio using AI.
- Batch Processing: Download and edit hundreds of links at once.
💡 Tip: Type videocut --help or videocut download --help for a full list of options.