Skip to content

Commit

Permalink
camera: align video bitrate to previous project
Browse files Browse the repository at this point in the history
Bug: 146181141
Test: Build pass
Change-Id: I0e1983da9a9473dea142b1fc79636d477461dbd1
  • Loading branch information
Khaki Sung committed Dec 13, 2019
1 parent 6e33fb2 commit 77edebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media_profiles_V1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit 77edebd

Please sign in to comment.