diff --git a/examples/README.md b/examples/README.md index f362ef39..fbfc6b2f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,8 @@ ### threefive Examples * `Segmentation Upids` + * [Custom threefive cli tool with a modified mpu upid for the "Addressable TV" spec](https://github.com/futzu/threefive/blob/master/examples/upid/threefiveadfr) + * [Custom Handling MPU Upid data](https://github.com/futzu/threefive/blob/master/examples/upid/custom_upid_handling.py) * [Upids with Custom Output](https://github.com/futzu/threefive/blob/master/examples/upid/upid_custom_output.py) * [Multiple Segmentation Descriptors](https://github.com/futzu/threefive/blob/master/examples/upid/multi_upid.py)