From 90db1d865ca720c664f8f3624cf976820a874b01 Mon Sep 17 00:00:00 2001 From: samrobinson Date: Thu, 17 Feb 2022 17:06:04 +0000 Subject: [PATCH] Add new public 4k60 portrait video to the demo application. PiperOrigin-RevId: 429323642 --- .../exoplayer2/transformerdemo/ConfigurationActivity.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java b/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java index fb4c91b027..d5e9985741 100644 --- a/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java +++ b/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java @@ -61,12 +61,14 @@ public final class ConfigurationActivity extends AppCompatActivity { "https://storage.googleapis.com/exoplayer-test-media-0/android-block-1080-hevc.mp4", "https://storage.googleapis.com/exoplayer-test-media-0/BigBuckBunny_320x180.mp4", "https://html5demos.com/assets/dizzy.webm", + "https://storage.googleapis.com/exoplayer-test-media-1/mp4/portrait_4k60.mp4", }; private static final String[] URI_DESCRIPTIONS = { // same order as INPUT_URIS "MP4 with H264 video and AAC audio", "MP4 with H265 video and AAC audio", "Long MP4 with H264 video and AAC audio", "WebM with VP8 video and Vorbis audio", + "4K 60fps MP4 with H264 video and AAC audio (portrait, timestamps always increase)", }; private static final String SAME_AS_INPUT_OPTION = "same as input";