Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 768 Bytes

getting-started.md

File metadata and controls

34 lines (20 loc) · 768 Bytes

Getting Started with STJ

Welcome to the Standard Transcription JSON (STJ) format! This guide will help you get started with using STJ files.

Prerequisites

  • Basic knowledge of JSON.
  • Python 3.x or Node.js installed, depending on the tools you wish to use.

Validating an STJ File

To validate an STJ file using the provided Python script:

python tools/python/stj_validator.py examples/simple.stj.json

Converting STJ to SRT

To convert an STJ file to SRT:

python tools/python/stj_to_srt.py examples/simple.stj.json output.srt

Further Reading

Contribution Guidelines

STJ Specification

API Reference

Best Practices