Skip to content

Commit

Permalink
Update latest-cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 16, 2024
1 parent f5b257d commit 6e3e1bc
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions latest-cli.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# The threefive cli tool
# threefive
### the cli
* [decode](#decode) __Decode SCTE-35.__ _this is the default action._
* [encode](#encode) __Encode SCTE-35__ _and convert SCTE-35 formats._
* [hls](#hls) __HLS SCTE-35 Decoding and Encoding.__
Expand Down Expand Up @@ -68,24 +69,28 @@ ___
# `hls`
* SCTE-35 Decoding and Encoding for HLS

#### HLS decode SCTE-35:
#### HLS SCTE-35 Decoding:
```asm
threefive hls https://example.com/master.m3u8
```
* _read the help for advanced HLS SCTE-35 decoding._
```asm
threefive hls help
```
#### HLS encode SCTE-35:
#### HLS SCTE-35 Encoding:
```asm
threefive hls -i https://example.com/master.m3u8 -s sidecar.txt -o output_dir
```
* _read the help for advanced HLS SCTE-35 encoding._
``` asm
threefive hls encode help
```
___
# `xml`
* Xml output:

#### Base64
* xml format
* xml splice info section format
```asm
threefive xml '/DAsAAAAAAAAAP/wBQb+7YaD1QAWAhRDVUVJAADc8X+/DAVPVkxZSSIAAJ6Gk2Q='
```
Expand All @@ -94,7 +99,7 @@ ___
threefive xml binary '/DAsAAAAAAAAAP/wBQb+7YaD1QAWAhRDVUVJAADc8X+/DAVPVkxZSSIAAJ6Gk2Q='
```
#### MPEGTS
* xml format
* xml splice info section format
```asm
threefive xml https://example.com/video.ts
```
Expand Down

0 comments on commit 6e3e1bc

Please sign in to comment.