Command-Line Power for Video Recompression

Automate batch recompression, GPU-accelerated encoding, and professional workflows from your terminal or CI/CD pipeline.

Download Free Trial

$79 one-time. No subscription. CLI included with every license.

Quick Start

1 Install
2 Run
3 Automate

Download VideoRecompress Studio. The CLI is included — add the install directory to your PATH.

8 Commands

CommandWhat It Does
videorecompress analyzeShow video file info: codec, resolution, duration, bitrate, audio streams
videorecompress recompressRecompress a single video with codec, CRF, hardware acceleration, watermark, and trim options
videorecompress batchBatch recompress an entire directory with parallel workers and preset selection
videorecompress presetsList all 7 built-in presets with codec, CRF, and estimated savings
videorecompress profileLoad or save recompression settings from a JSON profile
videorecompress watchWatch a folder and automatically recompress new videos as they arrive
videorecompress statusCheck license and registration status
videorecompress serveStart the MCP server for AI agent integration (stdio transport)

Usage Examples

# Analyze a video file
videorecompress analyze video.mp4 --json

# Recompress with H.265 at quality 20
videorecompress recompress video.mp4 --codec h265 --crf 20

# Batch recompress a folder with preset
videorecompress batch ./videos --preset youtube_raw --workers 3

# Watch folder for new videos
videorecompress watch ./incoming --preset phone_archive -o ./compressed

# Estimate savings before encoding
videorecompress recompress video.mp4 --estimate --json

# GPU-accelerated recompression
videorecompress recompress video.mp4 --codec h265 --hw-accel auto

7 Built-In Presets

Ready-to-use presets for common workflows. Use with --preset name on any command.

PresetCodec & QualityEstimated Savings
phone_archiveH.265, CRF 2340–50%
youtube_rawH.265, CRF 2030–40%
security_archiveH.265, CRF 2850–60%
wedding_archiveH.265, CRF 1825–35%
max_savingsAV1, CRF 3555–70%
quick_h264H.264, CRF 2320–30%
web_optimizedVP9, CRF 3045–55%

MCP Server — AI Agent Integration

Run videorecompress serve to start a Model Context Protocol server on stdio. AI agents like Claude can then analyze, recompress, and batch-process videos through natural language.

MCP ToolDescription
analyze_videoAnalyze a video file — returns codec, resolution, duration, bitrate, audio and subtitle streams
recompress_videoRecompress a single video with full option set (codec, CRF, hardware acceleration, trim, watermark)
batch_recompressBatch recompress a directory with worker pools and preset selection
list_presetsList all 7 built-in presets with metadata and estimated savings
estimate_savingsEstimate file size reduction for a video without encoding
// claude_desktop_config.json
{
  "mcpServers": {
    "videorecompress": {
      "command": "videorecompress",
      "args": ["serve"]
    }
  }
}

MCP server works during trial. All 5 tools available. Trial adds a subtle watermark after 10 files.

Claude Code Agent Skills

Install the VideoRecompress skill to let Claude Code use your CLI directly. Claude will know all commands, presets, and options — just describe what you want in plain English.

# Install the skill
claude skill install github:brunojanvier77/ContentaSoft/skills/contenta-video

Once installed, ask Claude: "Recompress all GoPro videos in D:\Videos using the phone_archive preset"

Licensing

FeatureTrialRegistered ($79)
analyze, recompress, batch, presetsWatermark after 10 filesFull access
watch, profileWatermark after 10 filesFull access
MCP Server (videorecompress serve)Watermark after 10 filesFull access
statusFull accessFull access

Download VideoRecompress Studio

30-day free trial. CLI and MCP server included. No credit card required.

Download Free Trial