Add 720p@480fps media profiles for P23 devices.
Test: GCA slow mo 480fps, refer to b/244391341#comment4 Bug: 256244599 Change-Id: Ia5c216276a4788670b157650ed1cdcf0ec936606
This commit is contained in:
parent
167d562616
commit
9e97195ff4
2 changed files with 28 additions and 0 deletions
|
@ -309,6 +309,20 @@
|
|||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="480" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<ImageEncoding quality="90" />
|
||||
<ImageEncoding quality="80" />
|
||||
<ImageEncoding quality="70" />
|
||||
|
|
|
@ -309,6 +309,20 @@
|
|||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="480" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<ImageEncoding quality="90" />
|
||||
<ImageEncoding quality="80" />
|
||||
<ImageEncoding quality="70" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue