Merge pull request #2 from milaq/gingerbread

media_profiles tweaking
This commit is contained in:
Arif Ali 2012-02-08 10:23:01 -08:00
commit 6e7d399ce8

View File

@ -80,22 +80,22 @@
<CamcorderProfiles>
<EncoderProfile quality="hd" fileFormat="mp4" duration="60">
<Video codec="h264"
<Video codec="m4v"
bitRate="6000000"
width="1280"
height="720"
width="800"
height="480"
frameRate="24" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
sampleRate="16000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="m4v"
bitRate="6000000"
width="800"
width="720"
height="480"
frameRate="24" />
@ -148,7 +148,7 @@
minFrameRate="1" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="2000000"
minBitRate="64000" maxBitRate="6000000"
minFrameWidth="176" maxFrameWidth="800"
minFrameHeight="144" maxFrameHeight="480"
minFrameRate="1" maxFrameRate="30" />