media_profiles: lower -hd- preset to a resolution which is smoothly recordable; -high- preset is now w720; fix max bitrate for m4v

This commit is contained in:
milaq 2012-02-02 15:53:24 +01:00
parent 3474867137
commit 9131f97531

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