From 1e3610fd751bed91b46e969b2bef8047cefa06d7 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:44:18 -0700 Subject: [PATCH] changelog: mp4:// native MP4 muxer (1.5.0) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a27f5..ea922af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ ### Added +- **Native MP4 output (`mp4://`)** — a progressive ISO-BMFF muxer + (`ftyp`+`mdat`+`moov`), so a disc goes straight to a play-everywhere `.mp4` in + one decrypt pass, no ffmpeg round-trip. Carries HEVC / H.264 video (HDR10 colour + via `colr`) and the Dolby audio family (AC-3 → `dac3`, E-AC-3 → `dec3`), with + correct sample tables and B-frame composition offsets. It's a **compatibility + export, not archival**: MP4 can't hold TrueHD, DTS-HD MA, or bitmap (PGS/VobSub) + subtitles, so those are **excluded with a loud, itemized report — never a silent + drop** (`mkv://` remains the keep-everything path). Verified byte-for-byte + equivalent to `ffmpeg -c copy`: frame-exact video and audio, identical colour and + duration, clean decode. + - **Five extraction sinks — dissect a title, don't just rip it.** New write-only destinations that pull one facet of a title out on its own: - **`video://dir/`** — every video track to its own file, as a raw elementary