Skip to content

Releases: Eyevinn/mp2ts-tools

v0.3.0

14 Oct 20:39

Choose a tag to compare

Added

  • New mp2ts-extract tool to extract elementary video streams from TS files
    • Automatically waits for parameter sets (VPS/SPS/PPS) before extraction
    • Supports both AVC and HEVC streams
    • Can extract specific PID or auto-select first video stream
  • Picture type (I, P, B) information for HEVC streams in mp2ts-nallister
  • -waitps option to mp2ts-nallister to wait for parameter sets before printing NAL units
  • SMPTE-2038 data option to mp2ts-tools

v0.2.1

25 Jan 09:53
2f00fbf

Choose a tag to compare

Fixed

  • Updated Makefile to new project names

v0.2.0

23 Jan 16:52
f1ad982

Choose a tag to compare

Added

  • Print image type (I, P, B) for AVC streams
  • Calculate GoP duration based on RAI-marker or IDR distance
  • Calculate frame-rate based on DTS/PTS and print out in JSON format
  • Enable NALU/SEI printing by option
  • Print SDT in JSON format
  • Support for HEVC PicTiming SEI message
  • SEI message data is now also printed as JSON

Changed

  • mp2ts-info and mp2ts-pslister now always print indented output
  • mp2ts-nallister -sei option now turns on details.

v0.1.0

15 Jan 08:22

Choose a tag to compare

Added

  • initial version of the repo
  • ts-info tool