Skip to content

CLI Commands

mixi-cut generate

Generate a timecode WAV file.

bash
mixi-cut generate [OPTIONS]
OptionDefaultDescription
--preset---Use a named preset
--duration900Signal duration in seconds
--output, -omixi_timecode_v2.wavOutput file path
--loopfalsePhase-continuous loop mode
--riaafalseApply RIAA pre-emphasis

mixi-cut verify

Verify a timecode WAV before cutting.

bash
mixi-cut verify FILE [--strict]

Runs 6 checks: DC offset, quadrature phase, carrier frequency, position encoding, channel balance, and lead-in silence.

mixi-cut decode

Decode a timecode WAV using the reference decoder.

bash
mixi-cut decode FILE

Outputs speed, lock quality, and position for each block.

mixi-cut bench

Run the benchmark suite.

bash
mixi-cut bench [--test CATEGORY] [--pdf] [--compare]

14 categories with 1000 Monte Carlo simulations each.

mixi-cut info

Show version and protocol information.

bash
mixi-cut info

Released under the MIT License.