Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Jul 1, 2023
1 parent 59a8d84 commit 2f7591f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,29 @@ ___
</details>


<details><summary> Need to verify your splice points? </summary>




* 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)


---

</details>

<details><summary>Custom charsets for UPIDS aka upids.charset</summary>

`Specify a charset for Upid data by setting threefive.upids.charset` [`issue #55`](https://github.com/futzu/scte35-threefive/issues/55)
Expand Down

0 comments on commit 2f7591f

Please sign in to comment.