Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 798 Bytes

ReleaseNotes.md

File metadata and controls

31 lines (22 loc) · 798 Bytes

v1.1.0 Library New Features:

  • Support sample entry box name set from command line for Dolby Vision profile 4, 5 and 8

Known limitations/issues

None

v1.0.0 Library Features:

  • Single pass multiplexing for fragmented or unfragmented files
  • API providing access to multiplexer
  • Read and multiplex the following elementary stream format:
    • Video H.264
    • Video H.265
    • Video Dolby Vision
    • Audio AAC-LC
    • Audio Dolby Digital
    • Audio Dolby Digital Plus
    • Audio Dolby AC4
  • Support generating fragmented MP4
    • fragment duration can be set by the user

Frontend Sample Code

mp4muxer sample frontend to read local elementary stream files to generate fragmented or unfragmented mp4 file format.

Known limitations/issues

None