camera: align video bitrate to previous project

Bug: 146181141
Test: Build pass
Change-Id: I0e1983da9a9473dea142b1fc79636d477461dbd1
This commit is contained in:
Khaki Sung
2019-12-13 11:21:35 +08:00
parent 6e33fb26c8
commit 77edebdd34

View File

@@ -40,7 +40,7 @@
<!-- high: 3840 x 2160 30fps -->
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="48000000"
bitRate="42000000"
width="3840"
height="2160"
frameRate="30" />
@@ -131,7 +131,7 @@
<!-- 2160p: 3840 x 2160 30fps -->
<EncoderProfile quality="2160p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="48000000"
bitRate="42000000"
width="3840"
height="2160"
frameRate="30" />
@@ -308,7 +308,7 @@
<!-- high: 1920 x 1080 30fps -->
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="22000000"
bitRate="17000000"
width="1920"
height="1080"
frameRate="30" />
@@ -386,7 +386,7 @@
<!-- 1080p: 1920 x 1080 30fps -->
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="22000000"
bitRate="17000000"
width="1920"
height="1080"
frameRate="30" />