diff options
-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" /> |