ttconv
ttconv copied to clipboard
Subtitle conversion. Converts STL, SRT, TTML and SCC into TTML, WebVTT and SRT.
This error appears when trying to convert a TTML subtitle to SRT: ``` # tt convert -i subtitle.ttml -o subtitle.srt Input file is subtitle.ttml Output file is subtitle.srt A tt...
The SCC reader uses heuristics to detect line alignment. When there is ambiguity, e.g. 32 character line, the reader defaults to left-aligned, which is incorrect if the rest of the...
Hello, Team! The demo on https://ttconv.sandflow.com/ does not contain the latest version of the code, since I can not handle .stl files. Is it the case, or am I missing...
Specification at [WC3](https://www.w3.org/TR/webvtt1). Sample files: [WebVTT.zip](https://github.com/sandflow/ttconv/files/9742857/WebVTT.zip)
Specification available at [Apple](https://www.apple.com/euro/itunes/lp-and-extras/docs/iTunes_Package_Film_Specification5.0.pdf). Sample files: [iTunes Timed Text.zip](https://github.com/sandflow/ttconv/files/8483410/iTunes.Timed.Text.zip)
Also known as Spruce Technologies, the specification is available [here](https://web.archive.org/web/20091028173024/http://geocities.com/McPoodle43/DVDMaestro/stl_format.html). Sample files: [DVD Studio Pro.zip](https://github.com/sandflow/ttconv/files/9742866/DVD.Studio.Pro.zip)
Hello, The TTCONV documentation references [IMSC1.1 Text Profile](https://www.w3.org/TR/ttml-imsc1.1/#text-profile) as one of the three supported output formats (the others being SRT and WebVTT). However, when using `--otype: TTML` there is no...
IMSC writer should emit only the text contents of a `span` element if the `span` element is anonymous span, i.e. it contains a single `text` element and does not include...
In IMSC, "c" units are only permitted on the `ebutts:linePadding` property. Instead TTML writer should allow the user to specify that `rh` and `rw` units are used.
Hello, I am attempting to specify "time_format" as "clock_time_with_frames", but TTCONV is returning an error indicating that this is an invalid time expression format: Command: `tt convert -i /Users/justinbaden/Desktop/TTCONV\ Test/TEST.scc...