DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

Muxing including mp4 metadata appreciated #33

Open WernerBleisteiner opened 8 months ago

WernerBleisteiner commented 8 months ago

It'd be nice to to include some typical mp4 metadata. Especially • chapters marks/time stamps • ID3 tags (title, author, etc.) in order to provide the same UX with video files muxed with FFMPEG/FFMETADATA (well, for the time being until there's more AC-4 support in FFMEPG as currently the 'raw' option in 6.1). Alternative: being able to use a h64/265 video in a mp4 container that already includes that sort of metadata and forwards it unaltered. Thanks.