Skip to content

Commit

Permalink
Update documentation with command options
Browse files Browse the repository at this point in the history
  • Loading branch information
hurdlea committed Jun 25, 2020
1 parent 7002b23 commit d002f0c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ The goal of this project is to convert an EBU STL (Tech 3264) binary file and pr

Outptut formats supported:
- TTML text captions using regions for vertical placement and in-line text colour styling with spans
- WebVTT with vertical placement and colur support using cue::color styling
- WebVTT with vertical placement and colour support using cue::color styling

```
STL2TTML Options:
-f | -file STL file to process
-o | -offset number of seconds to add to the STL timing
-t | -ttml Create TTML file
-v | -vtt Create VTT file
-ns | -no-vtt-styling Disable all VTT Styling
```

# References
- https://tech.ebu.ch/docs/tech/tech3264.pdf
- https://tech.ebu.ch/docs/tech/tech3360.pdf
Expand Down

0 comments on commit d002f0c

Please sign in to comment.