Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
90db1d86
authored
Feb 17, 2022
by
samrobinson
Committed by
Ian Baker
Feb 18, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add new public 4k60 portrait video to the demo application.
PiperOrigin-RevId: 429323642
parent
ec3ba648
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java
demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java
View file @
90db1d86
...
@@ -61,12 +61,14 @@ public final class ConfigurationActivity extends AppCompatActivity {
...
@@ -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/android-block-1080-hevc.mp4"
,
"https://storage.googleapis.com/exoplayer-test-media-0/BigBuckBunny_320x180.mp4"
,
"https://storage.googleapis.com/exoplayer-test-media-0/BigBuckBunny_320x180.mp4"
,
"https://html5demos.com/assets/dizzy.webm"
,
"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
private
static
final
String
[]
URI_DESCRIPTIONS
=
{
// same order as INPUT_URIS
"MP4 with H264 video and AAC audio"
,
"MP4 with H264 video and AAC audio"
,
"MP4 with H265 video and AAC audio"
,
"MP4 with H265 video and AAC audio"
,
"Long MP4 with H264 video and AAC audio"
,
"Long MP4 with H264 video and AAC audio"
,
"WebM with VP8 video and Vorbis 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"
;
private
static
final
String
SAME_AS_INPUT_OPTION
=
"same as input"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment