From 30bca42ef4a32763917d9298c39a35c07d14e519 Mon Sep 17 00:00:00 2001 From: Masahiko Matsuura Date: Sat, 15 Aug 2026 16:17:37 +0900 Subject: [PATCH] Add mpeg-ts-analyzer to Video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51417dfc444..17efefd584f 100644 --- a/README.md +++ b/README.md @@ -3214,6 +3214,7 @@ _Libraries for manipulating video._ - [libvlc-go](https://github.com/adrg/libvlc-go) - Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player). - [manifestor](https://github.com/alanzng/manifestor) - Zero-dependency library for parsing, filtering, transforming, and building HLS and DASH manifests. - [mp4ff](https://github.com/Eyevinn/mp4ff) - Library and tools for working with MP4 files containing video, audio, subtitles, or metadata. +- [mpeg-ts-analyzer](https://github.com/small-teton/mpeg-ts-analyzer) - Analyzer for MPEG-2 Transport Streams that checks PCR timing compliance and dumps low-level TS, PSI, and PES structures. - [v4l](https://github.com/korandiz/v4l) - Video capture library for Linux, written in Go. **[⬆ back to top](#contents)**