{"id":13907643,"url":"https://github.com/Eyevinn/mp2ts-tools","last_synced_at":"2025-07-18T06:30:34.533Z","repository":{"id":217287967,"uuid":"742744979","full_name":"Eyevinn/mp2ts-tools","owner":"Eyevinn","description":"Tools for MPEG-2 TS","archived":false,"fork":false,"pushed_at":"2024-02-26T09:57:47.000Z","size":2186,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T20:43:29.767Z","etag":null,"topics":["avc","h264","h265","hevc","mpeg-ts","nalu","pps","sei","sps","timing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eyevinn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T08:32:12.000Z","updated_at":"2025-01-27T15:49:35.000Z","dependencies_parsed_at":"2024-01-15T14:37:15.828Z","dependency_job_id":"bc87eb7b-e52d-4b50-bc24-b0f34709414e","html_url":"https://github.com/Eyevinn/mp2ts-tools","commit_stats":null,"previous_names":["eyevinn/mp2ts-tools"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Eyevinn/mp2ts-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fmp2ts-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fmp2ts-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fmp2ts-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fmp2ts-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyevinn","download_url":"https://codeload.github.com/Eyevinn/mp2ts-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fmp2ts-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265710530,"owners_count":23815373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avc","h264","h265","hevc","mpeg-ts","nalu","pps","sei","sps","timing"],"created_at":"2024-08-06T23:02:03.900Z","updated_at":"2025-07-18T06:30:34.095Z","avatar_url":"https://github.com/Eyevinn.png","language":"Go","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"![Test](https://github.com/Eyevinn/mp2ts-tools/workflows/Go/badge.svg)\n[![golangci-lint](https://github.com/Eyevinn/mp2ts-tools/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/Eyevinn/mp2ts-tools/actions/workflows/golangci-lint.yml)\n[![GoDoc](https://godoc.org/github.com/Eyevinn/mp2ts-tools?status.svg)](http://godoc.org/github.com/Eyevinn/mp2ts-tools)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Eyevinn/mp2ts-tools)](https://goreportcard.com/report/github.com/Eyevinn/mp2ts-tools)\n[![license](https://img.shields.io/github/license/Eyevinn/mp2ts-tools.svg)](https://github.com/Eyevinn/mp2ts-tools/blob/master/LICENSE)\n\n# mp2ts-tools - A collection of tools for MPEG-2 TS\n\nMPEG-2 Transport Stream is a very wide spread format for transporting media.\n\nThis repo provides some tools to facilitate analysis and extraction of\ndata from MPEG-2 TS streams.\n\n## mp2ts-info\n\n`mp2ts-info` is a tool that parses a TS file, or a stream on stdin, and prints\ninformation about the video streams in JSON format.\n\n## mp2ts-pslister\n\n`mp2ts-pslister` is a tool that shows information about SPS, PPS (and VPS for HEVC) in a TS file.\n\n## mp2ts-nallister\n\n`mp2ts-nallister` is a tool that shows information about PTS/DTS, PicTiming SEI, and NAL units.\n\n## How to run\n\nYou can download and install any tool directly using\n\n```sh\n\u003e go install github.com/Eyevinn/mp2ts-tools/cmd/mp2ts-info@latest\n```\n\nIf you have the source code you should be able to run a tool like\n\n```sh\n\u003e cd cmd/mp2ts-info\n\u003e go mod tidy\n\u003e go run . h\n```\n\nAlternatively, you can use the Makefile to build the tools\nor make a coverage check. The Makefile will set the version depending\non the Git commit used.\n\n## Commits and ChangeLog\n\nThis project aims to follow Semantic Versioning and\n[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).\nThere is a manual [ChangeLog](CHANGELOG.md).\n\n## License\n\nMIT, see [LICENSE](LICENSE).\n\n## Support\n\nJoin our [community on Slack](http://slack.streamingtech.se) where you can post any questions regarding any of our open source projects. Eyevinn's consulting business can also offer you:\n\n* Further development of this component\n* Customization and integration of this component into your platform\n* Support and maintenance agreement\n\nContact [sales@eyevinn.se](mailto:sales@eyevinn.se) if you are interested.\n\n## About Eyevinn Technology\n\n[Eyevinn Technology](https://www.eyevinntechnology.se) is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward we develop proof-of-concepts and tools. The things we learn and the code we write we share with the industry in [blogs](https://dev.to/video) and by open sourcing the code we have written.\n\nWant to know more about Eyevinn and how it is to work here. Contact us at \u003cwork@eyevinn.se\u003e!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEyevinn%2Fmp2ts-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEyevinn%2Fmp2ts-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEyevinn%2Fmp2ts-tools/lists"}