summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-10-28 15:56:51 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-28 15:56:51 -0700
commit490e945557d86492cd0253d3c66b7b07181c5d4c (patch)
treef87fa73a0253d0a40cf4dc9e80cbffa202311067
parent1ce41e35a04c9bd38b237ba80bca3af92b06285b (diff)
parent217b3bb29eeb79bb94e153fc4da3ca5800b64fbf (diff)
downloaddevice_samsung_tuna-490e945557d86492cd0253d3c66b7b07181c5d4c.zip
device_samsung_tuna-490e945557d86492cd0253d3c66b7b07181c5d4c.tar.gz
device_samsung_tuna-490e945557d86492cd0253d3c66b7b07181c5d4c.tar.bz2
Merge "Limit output bitrate from 1080P video recording to 12Mbps" into ics-mr0
-rwxr-xr-xmedia_profiles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 28cb2c2..4a6eb46 100755
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -138,7 +138,7 @@
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="17000000"
+ bitRate="12000000"
width="1920"
height="1080"
frameRate="30" />
@@ -202,7 +202,7 @@
<EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="17000000"
+ bitRate="12000000"
width="1920"
height="1080"
frameRate="30" />
@@ -338,7 +338,7 @@
or query the capabilities of the codec at all if it is disabled
-->
<VideoEncoderCap name="h264" enabled="true"
- minBitRate="64000" maxBitRate="17000000"
+ minBitRate="64000" maxBitRate="12000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1080"
minFrameRate="15" maxFrameRate="30" />