camera hfr: add 720 high speed profile
Bitrate refers to b/185145849 Bug: 190098711 Signed-off-by: Peter Liu <pingchienliu@google.com> Change-Id: I00818dbbbe83157e009e61d15fbf6bd878b5d2be
This commit is contained in:
parent
f3cb3c16fd
commit
9894ef8b55
2 changed files with 34 additions and 6 deletions
|
@ -256,9 +256,9 @@
|
||||||
|
|
||||||
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="42000000"
|
||||||
width="1920"
|
width="1280"
|
||||||
height="1080"
|
height="720"
|
||||||
frameRate="240" />
|
frameRate="240" />
|
||||||
|
|
||||||
<!-- audio setting is ignored -->
|
<!-- audio setting is ignored -->
|
||||||
|
@ -282,6 +282,20 @@
|
||||||
channels="1" />
|
channels="1" />
|
||||||
</EncoderProfile>
|
</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">
|
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="72000000"
|
||||||
|
|
|
@ -256,9 +256,9 @@
|
||||||
|
|
||||||
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="42000000"
|
||||||
width="1920"
|
width="1280"
|
||||||
height="1080"
|
height="720"
|
||||||
frameRate="240" />
|
frameRate="240" />
|
||||||
|
|
||||||
<!-- audio setting is ignored -->
|
<!-- audio setting is ignored -->
|
||||||
|
@ -282,6 +282,20 @@
|
||||||
channels="1" />
|
channels="1" />
|
||||||
</EncoderProfile>
|
</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">
|
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="72000000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue