Skip to content

Commit

Permalink
vision: Update media profile for 720P
Browse files Browse the repository at this point in the history
7X30 only does 720P using H.264 codec.

Change-Id: I3d1d30fe12f521d85dff60b017f199dbd958e08d
  • Loading branch information
hyperb1iss committed Nov 12, 2010
1 parent f3c8d99 commit 64248fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions media_profiles.xml
Expand Up @@ -81,10 +81,10 @@

<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3000000"
width="720"
height="480"
frameRate="30" />
bitRate="8000000"
width="1280"
height="720"
frameRate="24" />

<Audio codec="amrnb"
bitRate="12200"
Expand All @@ -93,7 +93,7 @@
</EncoderProfile>

<EncoderProfile quality="low" fileFormat="3gp" duration="30">
<Video codec="m4v"
<Video codec="h263"
bitRate="256000"
width="176"
height="144"
Expand Down Expand Up @@ -128,7 +128,7 @@
minBitRate="64000" maxBitRate="8000000"
minFrameWidth="176" maxFrameWidth="1280"
minFrameHeight="144" maxFrameHeight="720"
minFrameRate="1" maxFrameRate="30" />
minFrameRate="1" maxFrameRate="24" />

<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="2000000"
Expand All @@ -137,9 +137,9 @@
minFrameRate="1" maxFrameRate="30" />

<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="8000000"
minFrameWidth="176" maxFrameWidth="1280"
minFrameHeight="144" maxFrameHeight="720"
minBitRate="64000" maxBitRate="6000000"
minFrameWidth="176" maxFrameWidth="800"
minFrameHeight="144" maxFrameHeight="480"
minFrameRate="1" maxFrameRate="30" />

<AudioEncoderCap name="amrnb" enabled="true"
Expand Down

0 comments on commit 64248fe

Please sign in to comment.