camera hfr: add 720 high speed profile am: 6147513fad
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14909861 Change-Id: I62568cc4259c80255f326a97c4816d0c5a553dda
This commit is contained in:
commit
3eb30d05b7
2 changed files with 34 additions and 6 deletions
|
@ -256,9 +256,9 @@
|
|||
|
||||
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
width="1920"
|
||||
height="1080"
|
||||
bitRate="42000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="240" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
|
@ -282,6 +282,20 @@
|
|||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="42000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="240" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
|
|
|
@ -256,9 +256,9 @@
|
|||
|
||||
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
width="1920"
|
||||
height="1080"
|
||||
bitRate="42000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="240" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
|
@ -282,6 +282,20 @@
|
|||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="42000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="240" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue