For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started (Server)

Tin Man Server is a professional command-line tool for batch processing, metadata extraction, creating thumbnails, copying media with SHA256 verification and report generation designed to support high-volume video production and post-production workflows.

Compatible with both Windows and macOS, Tin Man Server is licensed to handle a wide range of professional formats, including Apple ProRes & ProRes RAW, Avid DNxHD/HR, ARRIRAW, Blackmagic RAW, Canon RAW, Panasonic AVC-Ultra, RED RAW, and Sony RAW & XAVC.

Installation & Access

After installing Tin Man, the Server CLI is available at:

macOS:

"/Applications/Calibrated Tin Man.app/Contents/Server/tinman-server"

Windows:

"C:\Program Files\Calibrated\Tin Man\tinman-server.exe"

The installer automatically configures command-line access:

  • Windows: Adds C:\Program Files\Calibrated\Tin Man to your system PATH

  • macOS: Creates a symlink in /usr/local/bin

After installation, you can use tinman-server directly from any Command Prompt on Windows or Terminal on macOS.

Quick Start

View all available commands and options:

tinman-server --help
tinman-server --version

RAW Colorspace & GPU Options

These general options come before your input files and apply to the whole operation. The RAW colorspace flags set the output colorspace for all RAW files; the GPU flags control compute and encoding:

Additional RAW colorspace flags: --raw2020, --rawHLG, --rawPQ, --rawACES.

Extract Metadata

Generate comprehensive metadata reports in multiple formats:

Custom Report Configuration

Generate Thumbnails (currently free)

Extract thumbnail images with extensive control:

Export & Transcode

Export and transcode media files using system presets or custom configurations:

Copy Files with Verification (currently free)

Copy media files with checksum verification:

Multi-Threading

Process files faster with concurrent operations (1-5 threads - default 1):

Chaining Commands

Execute multiple operations in a single command:

Progress Output

By default, Tin Man Server outputs JSON-formatted progress suitable for parsing by automation tools:

The JSON progress output includes file processing status, progress percentage, errors and warnings, operation results, and timing metrics.

Input Methods

Claude Cowork Plugin

Tin Man Server includes a Claude Cowork plugin for macOS and Windows, allowing you to run all Tin Man Server operations through natural language in Claude AI. Install the plugin from the GitHub repository.

Other MCP Clients

To connect Tin Man Server to any MCP-compatible client, add the following entry to your client's MCP configuration file.

Windows:

macOS:

Support

For complete command reference and all available options:

For questions or workflow consultation: support@calibratedsoftware.com

Download Tin Man: https://www.calibratedsoftware.com/tin-man/trial/

Last updated