{"id":18284084,"url":"https://github.com/steinwurf/mts","last_synced_at":"2025-04-05T07:31:13.372Z","repository":{"id":41432350,"uuid":"107978657","full_name":"steinwurf/mts","owner":"steinwurf","description":"library for parsing mpegts files and streams","archived":false,"fork":false,"pushed_at":"2021-06-02T09:59:11.000Z","size":663,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T00:25:59.364Z","etag":null,"topics":["mpegts"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steinwurf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-23T12:25:42.000Z","updated_at":"2024-10-12T09:59:00.000Z","dependencies_parsed_at":"2022-08-30T20:51:16.084Z","dependency_job_id":null,"html_url":"https://github.com/steinwurf/mts","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fmts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fmts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fmts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fmts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steinwurf","download_url":"https://codeload.github.com/steinwurf/mts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305386,"owners_count":20917197,"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":["mpegts"],"created_at":"2024-11-05T13:12:09.947Z","updated_at":"2025-04-05T07:31:08.344Z","avatar_url":"https://github.com/steinwurf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"===\nmts\n===\n\n.. image:: https://travis-ci.org/steinwurf/mts.svg?branch=master\n    :target: https://travis-ci.org/steinwurf/mts\n\nmts is a library for parsing mpegts files and streams.\n\n.. contents:: Table of Contents:\n   :local:\n\nUsage\n=====\n\nFor an example of how to use this library please look in the example folder.\n\nInspection\n----------\nFor an example of how to use mts for inspecting the content of a mpegts file\nplease see ``examples/mpegts_inspect.cpp``.\n\nYou can test this example like so::\n\n    python waf configure\n    \u003e ...\n    python waf build\n    \u003e ...\n    python waf install --install_path ./bin\n    \u003e ...\n    ./bin/mpegts_inspect test/test.ts\n    \u003e ISO/IEC 13818-7 Audio with ADTS transport syntax: 33\n    \u003e AVC video stream: 165\n\nH.264 Extraction\n----------------\nFor an example of how to use mts for extracting H.264 data from a mpegts file\nplease see ``examples/mpegts_to_h264.cpp``.\n\nYou can test this example like so::\n\n    python waf configure\n    \u003e ...\n    python waf build\n    \u003e ...\n    python waf install --install_path ./bin\n    \u003e ...\n    ./bin/mpegts_to_h264 test/test.ts out.h264\n\nPlayback the extracted h264 data with vlc like so::\n\n    cvlc out.h264 -v --no-loop --play-and-exit\n\nAAC Extraction\n--------------\nFor an example of how to use mts for extracting aac data from a mpegts file\nplease see ``examples/mpegts_to_aac.cpp``.\n\nYou can test this example like so::\n\n    python waf configure\n    \u003e ...\n    python waf build\n    \u003e ...\n    python waf install --install_path ./bin\n    \u003e ...\n    ./bin/mpegts_to_aac test/test.ts out.aac\n\nPlayback the extracted aac data with vlc like so::\n\n    cvlc out.aac -v --no-loop --play-and-exit\n\nUse as Dependency in CMake\n--------------------------\n\nTo depend on this project when using the CMake build system, add the following\nin your CMake build script::\n\n   add_subdirectory(\"/path/to/mts\" mts)\n   target_link_libraries(\u003cmy_target\u003e steinwurf::mts)\n\nWhere ``\u003cmy_target\u003e`` is replaced by your target.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinwurf%2Fmts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteinwurf%2Fmts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinwurf%2Fmts/lists"}