— Start here
Five minutes
to your first job.
01 / Install2 min
Install TRNSCODE
One curl command pulls the master and worker binaries. Runs on Linux, macOS, and Windows.
Read →02 / First job3 min
Submit a clip
Drop a file on the master, watch the chunks fan out across the fleet, get a verified output back.
Read →03 / Architecture6 min
How the fleet thinks
Master, worker, protocol. The smallest mental model that explains every behaviour.
Read →04 / CLI4 min
Command reference
Every flag, every subcommand, every status code. Bookmark-grade reference.
Read →quickstart.shcopy →
# 1. Install master + worker $ curl -sSL trnscode.sh | sh # 2. Bring up the master $ trnscode master up --port 7400 # 3. Join a worker (run on every box in the fleet) $ trnscode worker join --master http://10.0.0.10:7400 # 4. Submit your first job $ trnscode submit reel.mov --codec av1 --crf 28 → job_id: 4f2a · chunks: 412 · eta: 47s