diff --git a/CHANGELOG.md b/CHANGELOG.md index 977603e..119c61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -335,7 +335,7 @@ any sink (`mp4:// mkv://`, `mp4:// audio://`, `mp4:// json://`, …). The round-trip is frame-exact. - **Native MP4 output (`mp4://`)** — a disc goes straight to a play-everywhere - `.mp4` in one decrypt pass, no ffmpeg. Carries HEVC / H.264 video (with HDR10) and + `.mp4` in one decrypt pass, no external transcoder. Carries HEVC / H.264 video (with HDR10) and AC-3, E-AC-3, and DTS / DTS-HD audio, and is faststart by default so it plays over HTTP without downloading the end first. It's a **compatibility export, not archival**: MP4 can't hold TrueHD, LPCM, or bitmap (PGS / VobSub) subtitles, so diff --git a/src/labels/pixelogic.rs b/src/labels/pixelogic.rs index a3a8989..9885d34 100644 --- a/src/labels/pixelogic.rs +++ b/src/labels/pixelogic.rs @@ -124,10 +124,10 @@ fn assign_labels(strings: &[String], saw_unknown: &mut bool) -> Vec // `None`) or one whose only distinguishing component is uncatalogued // (`jpn_DUB_`). Numbering only the slots that PARSE renumbers the rest // 1..N and lands every surviving label on the wrong stream: on - // UHD_Crime101_WW_150728 the seven `*_TXT_FOR_` forced tokens at PG STN - // 11-16/18 collapsed onto STN 2-8, flagging the disc's FULL subtitle - // tracks `forced` and leaving the real forced-narrative tracks - // unflagged. + // one observed UHD feature the seven `*_TXT_FOR_` forced tokens at PG + // STN 11-16/18 collapsed onto STN 2-8, flagging that disc's FULL + // subtitle tracks `forced` and leaving the real forced-narrative + // tracks unflagged. // // A slot the grammar cannot classify carries no stream type either, so // it advances the list currently being enumerated: pixelogic sections @@ -479,7 +479,7 @@ mod tests { assert_eq!(audio[0].language, "eng"); } - /// Real disc (UHD_Crime101_WW_150728, `SEG_MainFeature`): the PG list has + /// Taken from a real UHD feature's `SEG_MainFeature`: the PG list has /// 18 slots, five of them bare `PG Stream N` placeholders and four more /// carrying a token whose only non-language component is a REGION /// (`fra_CF_`, `spa_LS_`, …) — which `parse_token_inner` rejects because