{
  "_comment": "Every editorial judgment call lives here. Locking the instruction = freezing this file.",
  "silence": {
    "utterance_gap_s": 1.5,
    "max_internal_pause_s": 0.55,
    "keep_beat_pause_s": 0.3,
    "max_internal_silence_s": 0.6
  },
  "padding": {
    "lead_in_s": 0.12,
    "lead_out_s": 0.18,
    "fade_s": 0.02
  },
  "boundary_refine": {
    "search_window_s": 0.2,
    "rms_frame_ms": 10,
    "silence_floor_pct": 20
  },
  "fillers": {
    "standalone": [
      "um",
      "uh",
      "erm",
      "ah",
      "eh",
      "hmm",
      "mm"
    ],
    "leading_discourse": [
      "so",
      "like",
      "well",
      "okay",
      "ok",
      "right",
      "now",
      "and",
      "but"
    ],
    "strip_leading_discourse": true,
    "strip_internal_like": true,
    "bloopers": [
      "oh shit",
      "oh crap",
      "oh fuck",
      "shit",
      "fuck",
      "damn it",
      "goddamn"
    ]
  },
  "false_start": {
    "abandon_markers": [
      "let me start over",
      "let me try that again",
      "start over",
      "i had it a second ago",
      "i had a second",
      "one more time",
      "take two",
      "sorry",
      "scratch that"
    ],
    "trailing_ellipsis_is_abandoned": true,
    "min_fragment_words": 3
  },
  "retake": {
    "similarity_threshold": 0.72,
    "max_cluster_span_s": 400,
    "selection": "audio_assisted",
    "tiebreak": "last_clean",
    "prefer_contiguous_pass": true,
    "dedupe_final": true
  },
  "render": {
    "vcodec": "libx264",
    "crf": 18,
    "preset": "medium",
    "acodec": "aac",
    "abitrate": "192k",
    "loudnorm": "I=-16:TP=-1.5:LRA=11"
  }
}