From a7bfe57de861bdfe9facddabd3f2748216ccbdc8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 24 Jan 2021 13:54:30 +0100 Subject: [PATCH] NEWS: add entry for fixing wrong default duration header for MPEG 1/2 video --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index f133a3a61..3e4c0aa4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -31,6 +31,10 @@ accordingly. Fixes #3002. * mkvmerge: when remuxing a Matroska file with the `--no-track-tags`, existing `SOURCE_ID` track tags are now skipped, too. +* mkvmerge: MPEG 1/2 video handling: the "default duration" header field was + often half the value it actually should be, resulting in all video frames + having an explicit block duration with the correct value. This has been + fixed with a patch by Tom Yan. # Version 52.0.0 "Secret For The Mad" 2021-01-04