File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ tt convert -i <input .scc file> -o <output .ttml file>
7474 * ` "imsc_writer": JSON object ` : IMSC Writer configuration options (see below)
7575 * ` "stl_reader": JSON object ` : STL Reader configuration options (see below)
7676 * ` "vtt_writer": JSON object ` : WebVTT Writer configuration options (see below)
77+ * ` "srt_writer": JSON object ` : SRT Writer configuration options (see below)
78+ * ` "scc_reader": JSON object ` : SCC Reader configuration options (see below)
7779
7880Example:
7981
@@ -207,6 +209,17 @@ Default: `false`
207209
208210Default: ` true `
209211
212+ ### SCC Reader configuration
213+
214+ #### text_align
215+
216+ ` "text_align" : "auto" | "left" | "center" | "right" `
217+
218+ Specifies the text alignment. ` "auto" ` means the reader will use heuristics to determine
219+ text alignment.
220+
221+ Default: ` "auto" `
222+
210223### Library
211224
212225The overall architecture of the library is as follows:
@@ -281,7 +294,7 @@ Automated testing is provided by the script at `scripts/ci.sh`
281294
282295#### Local
283296
284- Run ` ./scripts/ci.sh `
297+ Run ` PYTHONPATH=src/main/python ./scripts/ci.sh`
285298
286299#### GitHub actions
287300
You can’t perform that action at this time.
0 commit comments