An open API service indexing awesome lists of open source software.

https://github.com/sile/mpeg2ts

MPEG2-TS decoding/encoding library for Rust
https://github.com/sile/mpeg2ts

mpeg2ts rust

Last synced: 10 months ago
JSON representation

MPEG2-TS decoding/encoding library for Rust

Awesome Lists containing this project

README

          

mpeg2ts
========

[![mpeg2ts](https://img.shields.io/crates/v/mpeg2ts.svg)](https://crates.io/crates/mpeg2ts)
[![Documentation](https://docs.rs/mpeg2ts/badge.svg)](https://docs.rs/mpeg2ts)
[![Actions Status](https://github.com/sile/mpeg2ts/workflows/CI/badge.svg)](https://github.com/sile/mpeg2ts/actions)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

MPEG2-TS decoding/encoding library for Rust.

[Documentation](https://docs.rs/mpeg2ts)

References
----------

### Specification

- ISO/IEC 13818-1
- ITU-T Rec. H.222.0

### Wikipedia

- [MPEG transport stream](https://en.wikipedia.org/wiki/MPEG_transport_stream)
- [Program-specific information](https://en.wikipedia.org/wiki/Program-specific_information)
- [Packetized elementary stream](https://en.wikipedia.org/wiki/Packetized_elementary_stream)