From caf584152dee959b3425fd5bc4374e7fa9d27226 Mon Sep 17 00:00:00 2001 From: tofunmi Date: Tue, 13 Feb 2024 11:51:49 +0000 Subject: [PATCH] Add release notes for recent transformer features PiperOrigin-RevId: 606565385 --- RELEASENOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 88aaafd837..aa9c5e7822 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -59,6 +59,11 @@ This release includes the following changes since the ([#1028](https://github.com/androidx/media/issues/1028)). * Stop double-encoding CMCD query parameters ([#1075](https://github.com/androidx/media/issues/1075)). +* Transformer: + * Add support for optimizing single asset mp4 trim operations. + * Add support to ensure a video frame has the first timestamp in the + output file. Fixes output files beginning with black frame on iOS based + players ([#829](https://github.com/androidx/media/issues/829)). * Audio: * Improve silence skipping algorithm with smooth volume ramp, retained minimal silence and more natural silence durations