Welcome to the Standard Transcription JSON (STJ) format! This guide will help you get started with using STJ files.
- Basic knowledge of JSON.
- Python 3.x or Node.js installed, depending on the tools you wish to use.
To validate an STJ file using the provided Python script:
python tools/python/stj_validator.py examples/simple.stj.json
To convert an STJ file to SRT:
python tools/python/stj_to_srt.py examples/simple.stj.json output.srt