diff options
author | XpLoDWilD <xplodgui@gmail.com> | 2012-05-01 00:24:59 +0200 |
---|---|---|
committer | XpLoDWilD <xplodgui@gmail.com> | 2012-05-01 00:24:59 +0200 |
commit | 53747467541a3559511a4234e1de968359735362 (patch) | |
tree | 3dfe9fe0e6b03b1477809b5d18e784c89c39fd43 /configs | |
parent | a0e5fd45f85ccbba3b4baa1cb53d2801ed16172a (diff) | |
download | device_samsung_n7000-53747467541a3559511a4234e1de968359735362.zip device_samsung_n7000-53747467541a3559511a4234e1de968359735362.tar.gz device_samsung_n7000-53747467541a3559511a4234e1de968359735362.tar.bz2 |
Update media_profiles with the one from galaxys2 - fix video recording
Diffstat (limited to 'configs')
-rw-r--r-- | configs/media_profiles.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index 0388e58..b8073cf 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -130,7 +130,7 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="480p" fileFormat="3gp" duration="30"> + <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="3078000" width="640" @@ -143,22 +143,22 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="720p" fileFormat="3gp" duration="30"> + <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> <Video codec="h264" - bitRate="12000000" + bitRate="16000000" width="1280" height="720" frameRate="30" /> <Audio codec="aac" - bitRate="96000" - sampleRate="16000" - channels="1" /> + bitRate="128000" + sampleRate="48000" + channels="2" /> </EncoderProfile> - <EncoderProfile quality="1080p" fileFormat="3gp" duration="30"> + <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> <Video codec="h264" - bitRate="17000000" + bitRate="20000000" width="1920" height="1080" frameRate="30" /> @@ -166,7 +166,7 @@ <Audio codec="aac" bitRate="128000" sampleRate="48000" - channels="1" /> + channels="2" /> </EncoderProfile> <EncoderProfile quality="timelapselow" fileFormat="3gp" duration="30"> @@ -320,7 +320,7 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="480p" fileFormat="3gp" duration="15"> + <EncoderProfile quality="480p" fileFormat="mp4" duration="15"> <Video codec="h264" bitRate="3078000" width="640" |