From 2f7591fba2667e4edaa25fdd6c6e5f8206328aa7 Mon Sep 17 00:00:00 2001 From: Adrian <52701496+futzu@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:49:47 +0000 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 64018109..6c2765ce 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,29 @@ ___ +
Need to verify your splice points? + + + + +* Try [cue2vtt.py](https://github.com/futzu/scte35-threefive/blob/master/examples/stream/cue2vtt.py) in the examples. + + * cue2vtt.py creates webvtt subtitles out of SCTE-35 Cue data + +* use it like this + + ```rebol + pypy3 cue2vtt.py video.ts | mplayer video.ts -sub - +``` + + + ![image](https://github.com/futzu/scte35-threefive/assets/52701496/5b8dbea3-1d39-48c4-8fbe-de03a53cc1dd) + + +--- + +
+
Custom charsets for UPIDS aka upids.charset `Specify a charset for Upid data by setting threefive.upids.charset` [`issue #55`](https://github.com/futzu/scte35-threefive/issues/55)