json-to-srt¶
Command-line utility that converts JSONL transcription files (from audio-transcribe) into standard SRT subtitle output. Reads from stdin by default and writes to stdout unless an output path is provided.
Usage¶
If INPUT_FILE is omitted, the tool reads JSONL input from stdin. Use -o/--output to write the SRT result to a file.
Options¶
-o, --output PATH— Optional output file path (default: stdout).