Skip to content

Commit

Permalink
docs: Add missing -o options in raw2bmx command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Aug 30, 2024
1 parent 0cfc510 commit 024a271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/timed_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ The `raw2bmx` utility can be used to embed Timed Text XML and ancillary font or
*Example 1*: Creates an OP1a file including a timed text track alongside video and audio tracks. The manifest file, `manifest.txt`, references the Timed Text XML file and ancillary resource files.

```bash
raw2bmx -t op1a -y 10:00:00:00 --avci video.h264 --wave audio.wav --tt manifest.txt
raw2bmx -t op1a -o output.mxf -y 10:00:00:00 --avci video.h264 --wave audio.wav --tt manifest.txt
```

*Example 2*: Creates a (mono-essence) IMF Timed Text Track File. An edit rate (`-f`) and duration (`--dur`) are required in this case as they are not parsed from the Timed Text XML file (assuming they are specified in there).

```bash
raw2bmx -t imf -f 25 --dur 100 --tt manifest.txt
raw2bmx -t imf -o {Type}_{fp_uuid}.mxf -f 25 --dur 100 --tt manifest.txt
```

### Manifest File Format
Expand Down

0 comments on commit 024a271

Please sign in to comment.