Better Converter

JSON (TED.com) to SRT Subtitle Online Converter 

Your JSON File


File max size 10MB

Subtitle JSON

 

SubJSON is a data model and object notation/interchange syntax for film and TV subtitles. It is offered freely for anyone to use or adapt under a Creative Commons Attribution-ShareAlike 4.0 International License.
 

The main document container is a simplistic header that provides metadata about the document, as well as information on visual presentation (templates, individual styles).

The timed overlay entries are stored as an array in the data attribute.

{
    "id": "33834784375375",
    "title": "The Shawshank Redemption",
    "format": "SubRip",
    "templates": {
        "default": "__CONTENT__",
        "italic": "<i>__CONTENT__<\/i>"
    },
    "styles": {
        "default": "font-style: 10px; line-height: 1; color: #FFF;"
    },
    "data": []
}

 

> source github.com