CutConvert
C
CutConvert
/timecode_calculate

SMPTE timecode calculator

Parse an SMPTE timecode at a frame rate (including 29.97/59.94 drop-frame) and report its frame count and real elapsed seconds; optionally re-express it at anot

liveverifiedunknown~5s typical
mcpprobedcutconvert
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-cutconvert-converter /timecode_calculate for me.

Input

FieldTypeDescription
timecode*stringTimecode like "01:00:02:12" (use ";" before frames for drop-frame).
rate*string (23.976 | 24 | 25 | 29.97df | 29.97 | 30)Frame rate the timecode is expressed in.
to_ratestring (23.976 | 24 | 25 | 29.97df | 29.97 | 30)Optional target frame rate to convert to.
modestring (time | frames)When converting rates: "time" keeps the same real-world moment (conform, default); "frames

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-cutconvert-converter","endpoint":"/timecode_calculate","input":{"timecode":"...","rate":"23.976"}}'
cli
npx cracked-ai run -p mcp-com-cutconvert-converter -e /timecode_calculate -i '{"timecode":"...","rate":"23.976"}'
mcp
run_tool({ provider: "mcp-com-cutconvert-converter", endpoint: "/timecode_calculate", input: {"timecode":"...","rate":"23.976"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.