diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-12-18 13:28:43 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-12-18 13:28:43 +0700 |
commit | 43ee2c1a2fc152602fa3f01979fcfcb02d76eff0 (patch) | |
tree | 066ae178a0c5ce6963ceafeaeb49b0b4de3fac7c /media_profiles.xml | |
parent | c5c6cb6e68bad6359aa192321eeae7a3708b7661 (diff) | |
download | device_samsung_aries-common-43ee2c1a2fc152602fa3f01979fcfcb02d76eff0.zip device_samsung_aries-common-43ee2c1a2fc152602fa3f01979fcfcb02d76eff0.tar.gz device_samsung_aries-common-43ee2c1a2fc152602fa3f01979fcfcb02d76eff0.tar.bz2 |
libcamera: Fix video recording
Thanks to havlenpetr for the initial research work
Diffstat (limited to 'media_profiles.xml')
-rw-r--r-- | media_profiles.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media_profiles.xml b/media_profiles.xml index 985c82f..332ca21 100644 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -101,6 +101,19 @@ channels="1" /> </EncoderProfile> + <EncoderProfile quality="480p" fileFormat="mp4" duration="60"> + <Video codec="h264" + bitRate="3000000" + width="720" + height="480" + frameRate="30" /> + + <Audio codec="aac" + bitRate="96000" + sampleRate="16000" + channels="1" /> + </EncoderProfile> + <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> <Video codec="h264" bitRate="256000" |