From 5c33414b1874fe65f5723d2f9beb0883910aa505 Mon Sep 17 00:00:00 2001 From: Adrian <52701496+futzu@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:24:01 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3042bead..64197377 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,8 @@
⚡ `Parses` __SCTE-36__ from `files`, `http(s)`, `Multicast`, `UDP` and even `stdin` _( you can pipe to it)_.
⚡ `Parses` __SCTE-35__ from streams converted to `bin data` ( _type 0x06_ ) by `ffmpeg`. -# Latest Version is `2`.`4`.`19` -### Heads Up, the new specification has field changes. -> Most of you shouldn't have a problem, I think I've handled most of the potential issues. -> If you see something crazy, don't freak out, just open an issue, and we'll get it resolved. -* v2.4.15 fix for `encode.mk_splice insert` -* v2.4.17 fix for `private descriptor` encoding -* v2.4.19 - * new `threefive.Stream` methods +# Latest Version is `2`.`4`.`21` +* v2.4.19 * new `threefive.Stream` methods * `threefive.Stream.pts()` returns dict of `{program:pts}` for current pts. * `threefive.Stream.show_pts()` prints realtime `program -> pts` * threefive `cli` tool now accepts `show` and `pts` keywords