Change Encoder vidio format for high resolution
Change-Id: I05b85c0b9baf1a13f20e4478fb771d21b1d9b5bb
This commit is contained in:
parent
9aba24261c
commit
9c8096a187
@ -79,12 +79,12 @@
|
||||
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
||||
<CamcorderProfiles cameraId="0">
|
||||
|
||||
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
|
||||
<EncoderProfile quality="high" fileFormat="3gp" duration="60">
|
||||
<Video codec="h263"
|
||||
bitRate="360000"
|
||||
width="352"
|
||||
height="288"
|
||||
frameRate="24" />
|
||||
frameRate="20" />
|
||||
|
||||
<Audio codec="aac"
|
||||
bitRate="64000"
|
||||
@ -115,7 +115,6 @@
|
||||
</CamcorderProfiles>
|
||||
|
||||
<EncoderOutputFileFormat name="3gp" />
|
||||
<EncoderOutputFileFormat name="mp4" />
|
||||
|
||||
<!--
|
||||
If a codec is not enabled, it is invisible to the applications
|
||||
|
Loading…
Reference in New Issue
Block a user