Skip to content

Commit

Permalink
galaxys2: media_profiles: Improve video quality recording
Browse files Browse the repository at this point in the history
Change-Id: I4c5cef7795f4e2613d385ecba1b462adc1898510
  • Loading branch information
codeworkx committed Apr 29, 2012
1 parent 8d71a5a commit f580e16
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions configs/media_profiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
channels="1" />
</EncoderProfile>

<EncoderProfile quality="480p" fileFormat="3gp" duration="30">
<EncoderProfile quality="480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="3078000"
width="640"
Expand All @@ -143,30 +143,30 @@
channels="1" />
</EncoderProfile>

<EncoderProfile quality="720p" fileFormat="3gp" duration="30">
<EncoderProfile quality="720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="12000000"
bitRate="16000000"
width="1280"
height="720"
frameRate="30" />

<Audio codec="aac"
bitRate="96000"
sampleRate="16000"
channels="1" />
bitRate="128000"
sampleRate="48000"
channels="2" />
</EncoderProfile>

<EncoderProfile quality="1080p" fileFormat="3gp" duration="30">
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="17000000"
bitRate="20000000"
width="1920"
height="1080"
frameRate="30" />

<Audio codec="aac"
bitRate="128000"
sampleRate="48000"
channels="1" />
channels="2" />
</EncoderProfile>

<EncoderProfile quality="timelapselow" fileFormat="3gp" duration="30">
Expand Down Expand Up @@ -320,7 +320,7 @@
channels="1" />
</EncoderProfile>

<EncoderProfile quality="480p" fileFormat="3gp" duration="15">
<EncoderProfile quality="480p" fileFormat="mp4" duration="15">
<Video codec="h264"
bitRate="3078000"
width="640"
Expand Down

0 comments on commit f580e16

Please sign in to comment.