Skip to content

Commit

Permalink
848x480 video rec
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed May 9, 2012
1 parent c9bb934 commit 784fef0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions media_profiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<CamcorderProfiles cameraId="0">

<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="m4v"
bitRate="6000000"
width="848"
height="480"
frameRate="24" />

<Audio codec="aac"
bitRate="96000"
sampleRate="44100"
channels="1" />
</EncoderProfile>

<EncoderProfile quality="480p" fileFormat="mp4" duration="30">
<Video codec="m4v"
bitRate="4000000"
Expand Down Expand Up @@ -144,6 +157,19 @@
channels="1" />
</EncoderProfile>

<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="m4v"
bitRate="6000000"
width="848"
height="480"
frameRate="24" />
<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="44100"
channels="1" />
</EncoderProfile>

<EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">
<Video codec="m4v"
bitRate="4000000"
Expand Down

0 comments on commit 784fef0

Please sign in to comment.