Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.17 KB

ReleaseNotes.md

File metadata and controls

54 lines (35 loc) · 1.17 KB

v1.3.3:

  • Lift DV profile restrictions for the '--dvh1flag {trackId}' flag

v1.3.2:

  • Fix codec configuration box for DV profile > 7 (dvcC instead of dvvC)

v1.3.1:

  • macOS binary

v1.3.0:

  • Significantly improve hevc muxing performance
  • Extended logging

v1.2.0:

  • Fix codec id for EL layer (dvhe instead of hev1)
  • Support .eac3 audio input
  • Add simple logging

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