From 90d6fd087b132a16ce156ba623556b0ee382c005 Mon Sep 17 00:00:00 2001 From: Adrian of Doom <52701496+futzu@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:12:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbf1a8ce..deb984f7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ SCTE-35 parser, SCTE-35 decoder, SCTE-35 encoder, SCTE-35 injector and SCTE-35 c ## Latest version is v2.4.90 * pre-release * [New cli format](https://github.com/futzu/threefive/blob/master/newcli.md) -* Added a __HLS SCTE-35 Parser__ to the __threefive cli.__. +* Added a [__HLS SCTE-35 Parser__](https://github.com/futzu/threefive/blob/master/hlsparse.md) to the __threefive cli.__. * Added a __HLS SCTE-35 Encoder__ to the __threefive cli.__. * MPEGTS Packet Injection added to the __threefive cli.__. * [Sidecar files explained](https://github.com/futzu/SCTE35_threefive/blob/master/sidecar.md) @@ -68,6 +68,7 @@ a@slow:~/threefive$ +# Cli * [__The New Cli__](https://github.com/futzu/threefive/blob/master/newcli.md) * [__Decode SCTE-35__](https://github.com/futzu/threefive/blob/master/newcli.md#decode-scte-35) @@ -79,6 +80,7 @@ a@slow:~/threefive$ * [__Encode SCTE-35 HLS__](https://github.com/futzu/threefive/blob/master/newcli.md#hls-encode-scte-35) * [__MPEGTS__](https://github.com/futzu/threefive/blob/master/newcli.md#mpegts) (proy,pts,sidecar,sixfix,show,xml) +# lib * [__Parse SCTE-35 programmatically__](https://github.com/futzu/scte35parser-threefive/blob/master/prog.md) with __threefive__ (write some code) * New! [threefive: more OO than you know](https://github.com/futzu/threefive/blob/master/oo.md)