diff options
author | James Dong <jdong@google.com> | 2011-08-30 10:15:49 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-08-30 10:17:30 -0700 |
commit | ffbc3e8fd1fdab1bd73ed9d52a8063381c523dc9 (patch) | |
tree | 1480d84592122f491795c516f4a6abe13d52020b | |
parent | aff227a2107022be95e2775663b96caa22d06a0c (diff) | |
download | device_samsung_tuna-ffbc3e8fd1fdab1bd73ed9d52a8063381c523dc9.zip device_samsung_tuna-ffbc3e8fd1fdab1bd73ed9d52a8063381c523dc9.tar.gz device_samsung_tuna-ffbc3e8fd1fdab1bd73ed9d52a8063381c523dc9.tar.bz2 |
Use MPEG4/AMRNB for MMS
Change-Id: Ibf3ac46d8f14601e9963d7070e64b553af332c73
related-to-bug: 5145483
-rwxr-xr-x | media_profiles.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media_profiles.xml b/media_profiles.xml index b648e53..425c761 100755 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -88,13 +88,13 @@ <!-- Each camcorder profile defines a set of predefined configuration parameters --> <CamcorderProfiles cameraId="0"> - <EncoderProfile quality="qcif" fileFormat="mp4" duration="30"> - <Video codec="h264" - bitRate="192000" + <EncoderProfile quality="qcif" fileFormat="mp4" duration="60"> + <Video codec="m4v" + bitRate="128000" width="176" height="144" frameRate="30" /> - <Audio codec="aac" + <Audio codec="amrnb" bitRate="12200" sampleRate="8000" channels="1" /> @@ -193,13 +193,13 @@ <CamcorderProfiles cameraId="1"> - <EncoderProfile quality="qcif" fileFormat="mp4" duration="30"> - <Video codec="h264" - bitRate="192000" + <EncoderProfile quality="qcif" fileFormat="mp4" duration="60"> + <Video codec="m4v" + bitRate="128000" width="176" height="144" frameRate="30" /> - <Audio codec="aac" + <Audio codec="amrnb" bitRate="12200" sampleRate="8000" channels="1" /> |