summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-09-01 14:40:13 -0700
committerJames Dong <jdong@google.com>2011-09-01 14:48:06 -0700
commit2d4b27ca9a9eadd3e7673c1daaf14d066b00f1c6 (patch)
treec56830117933526ddce7e21ad39c7c6c94cd497d /media_profiles.xml
parentedb749f51bf61ac22f5e65a3d029eb7a1fd41bc0 (diff)
downloaddevice_samsung_tuna-2d4b27ca9a9eadd3e7673c1daaf14d066b00f1c6.zip
device_samsung_tuna-2d4b27ca9a9eadd3e7673c1daaf14d066b00f1c6.tar.gz
device_samsung_tuna-2d4b27ca9a9eadd3e7673c1daaf14d066b00f1c6.tar.bz2
Add 720p video recording profile for back camera
o Reduce the bit rate for 720p videos from 12Mbps to 8Mbps. o Increase the bit rate for audio from 12200bps to 96000bps. The application needs to set 720p as the default camcorder option, which is logged as bug 5141068 Change-Id: Ifd46ac48f3ea13a4fc854da9509e70397108587d related-to-bug: 5248906
Diffstat (limited to 'media_profiles.xml')
-rwxr-xr-xmedia_profiles.xml73
1 files changed, 53 insertions, 20 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 425c761..c62f9c4 100755
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -107,8 +107,8 @@
height="288"
frameRate="30" />
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
@@ -119,8 +119,20 @@
height="480"
frameRate="30" />
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
+ channels="1" />
+ </EncoderProfile>
+
+ <EncoderProfile quality="720p" fileFormat="mp4" duration="30">
+ <Video codec="h264"
+ bitRate="8000000"
+ width="1280"
+ height="720"
+ frameRate="30" />
+ <Audio codec="aac"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
@@ -142,7 +154,8 @@
width="176"
height="144"
frameRate="30" />
- <Audio codec="aac"
+ <!-- audio setting is ignored -->
+ <Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
@@ -154,9 +167,10 @@
width="352"
height="288"
frameRate="30" />
+ <!-- audio setting is ignored -->
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
@@ -166,9 +180,23 @@
width="720"
height="480"
frameRate="30" />
+ <!-- audio setting is ignored -->
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
+ channels="1" />
+ </EncoderProfile>
+
+ <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">
+ <Video codec="h264"
+ bitRate="8000000"
+ width="1280"
+ height="720"
+ frameRate="30" />
+ <!-- audio setting is ignored -->
+ <Audio codec="aac"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
@@ -178,6 +206,7 @@
width="1920"
height="1080"
frameRate="30" />
+ <!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
@@ -212,8 +241,8 @@
height="288"
frameRate="30" />
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
@@ -224,14 +253,14 @@
height="480"
frameRate="30" />
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="12000000"
+ bitRate="8000000"
width="1280"
height="720"
frameRate="30" />
@@ -247,7 +276,8 @@
width="176"
height="144"
frameRate="30" />
- <Audio codec="aac"
+ <!-- audio setting is ignored -->
+ <Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
@@ -259,9 +289,10 @@
width="352"
height="288"
frameRate="30" />
+ <!-- audio setting is ignored -->
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
@@ -271,18 +302,20 @@
width="720"
height="480"
frameRate="30" />
+ <!-- audio setting is ignored -->
<Audio codec="aac"
- bitRate="12200"
- sampleRate="8000"
+ bitRate="96000"
+ sampleRate="48000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="12000000"
+ bitRate="8000000"
width="1280"
height="720"
frameRate="30" />
+ <!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"