diff options
author | Iliyan Malchev <malchev@google.com> | 2011-07-12 13:02:41 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2011-07-12 17:43:41 -0700 |
commit | 90be2ab19323ffb51433f4637ca490b0dfffd222 (patch) | |
tree | f80988a1d599d42549b8349a71aa4350f33a0546 /media_profiles.xml | |
parent | ab87a51d8ceda638ccd62687ea6717d87e1d4cc1 (diff) | |
download | device_samsung_tuna-90be2ab19323ffb51433f4637ca490b0dfffd222.tar.gz device_samsung_tuna-90be2ab19323ffb51433f4637ca490b0dfffd222.tar.bz2 device_samsung_tuna-90be2ab19323ffb51433f4637ca490b0dfffd222.zip |
tuna: update media profiles
Change-Id: I927d5cc0165b7e07850f5c5e520d383a0985e18c
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'media_profiles.xml')
-rw-r--r-- | media_profiles.xml | 252 |
1 files changed, 244 insertions, 8 deletions
diff --git a/media_profiles.xml b/media_profiles.xml index e57951d..128ec6f 100644 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -79,33 +79,128 @@ <!-- Each camcorder profile defines a set of predefined configuration parameters --> <CamcorderProfiles cameraId="0"> - <EncoderProfile quality="high" fileFormat="mp4" duration="60"> + <EncoderProfile quality="low" fileFormat="mp4" duration="60"> <Video codec="h264" bitRate="3000000" width="720" height="480" frameRate="30" /> + <Audio codec="aac" + bitRate="96000" + sampleRate="16000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="high" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="176" + height="144" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + <EncoderProfile quality="qcif" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="176" + height="144" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="cif" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="352" + height="288" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="720" + height="480" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + + <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="60"> + <Video codec="h264" + bitRate="3000000" + width="720" + height="480" + frameRate="30" /> <Audio codec="aac" bitRate="96000" sampleRate="16000" channels="1" /> </EncoderProfile> - <EncoderProfile quality="low" fileFormat="3gp" duration="30"> + <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="256000" width="176" height="144" frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> - <Audio codec="amrnb" + <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="176" + height="144" + frameRate="30" /> + <Audio codec="aac" bitRate="12200" sampleRate="8000" channels="1" /> + </EncoderProfile> + <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="352" + height="288" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> </EncoderProfile> + <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="720" + height="480" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <ImageEncoding quality="90" /> <ImageEncoding quality="80" /> <ImageEncoding quality="70" /> @@ -115,31 +210,172 @@ <CamcorderProfiles cameraId="1"> - <EncoderProfile quality="high" fileFormat="mp4" duration="60"> + <EncoderProfile quality="low" fileFormat="mp4" duration="60"> + <Video codec="h264" + bitRate="3000000" + width="720" + height="480" + frameRate="30" /> + <Audio codec="aac" + bitRate="96000" + sampleRate="16000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="high" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="176" + height="144" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="qcif" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="176" + height="144" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="cif" fileFormat="mp4" duration="30"> <Video codec="h264" - bitRate="1000000" - width="640" + bitRate="256000" + width="352" + height="288" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="720" height="480" frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="1280" + height="720" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="1920" + height="1080" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="60"> + <Video codec="h264" + bitRate="3000000" + width="720" + height="480" + frameRate="30" /> <Audio codec="aac" bitRate="96000" sampleRate="16000" channels="1" /> </EncoderProfile> - <EncoderProfile quality="low" fileFormat="3gp" duration="30"> + <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="176" + height="144" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="256000" width="176" height="144" frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> - <Audio codec="amrnb" + <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="352" + height="288" + frameRate="30" /> + <Audio codec="aac" bitRate="12200" sampleRate="8000" channels="1" /> + </EncoderProfile> + <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="720" + height="480" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="1280" + height="720" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> + </EncoderProfile> + + <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="256000" + width="1920" + height="1080" + frameRate="30" /> + <Audio codec="aac" + bitRate="12200" + sampleRate="8000" + channels="1" /> </EncoderProfile> <ImageEncoding quality="90" /> |