mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 10:47:25 +09:00
miatoll: media: Disable 4k and 2160p for front camera
Change-Id: Id1814746bf7fdf87af6dc7f2fcea09e704247b01
This commit is contained in:
parent
ec3fcd776e
commit
e88c4d825c
@ -415,9 +415,9 @@
|
|||||||
|
|
||||||
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
|
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="42000000"
|
bitRate="20000000"
|
||||||
width="3840"
|
width="1920"
|
||||||
height="2160"
|
height="1080"
|
||||||
frameRate="30" />
|
frameRate="30" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
@ -491,28 +491,6 @@
|
|||||||
channels="2" />
|
channels="2" />
|
||||||
</EncoderProfile>
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="4kdci" fileFormat="mp4" duration="30">
|
|
||||||
<Video codec="h264"
|
|
||||||
bitRate="42000000"
|
|
||||||
width="4096"
|
|
||||||
height="2160"
|
|
||||||
frameRate="30" />
|
|
||||||
<Audio codec="aac"
|
|
||||||
bitRate="156000"
|
|
||||||
sampleRate="48000"
|
|
||||||
channels="2" />
|
|
||||||
</EncoderProfile>
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="30">
|
|
||||||
<Video codec="h264"
|
|
||||||
bitRate="42000000"
|
|
||||||
width="3840"
|
|
||||||
height="2160"
|
|
||||||
frameRate="30" />
|
|
||||||
<Audio codec="aac"
|
|
||||||
bitRate="156000"
|
|
||||||
sampleRate="48000"
|
|
||||||
channels="2" />
|
|
||||||
</EncoderProfile>
|
|
||||||
<EncoderProfile quality="qcif" fileFormat="3gp" duration="30">
|
<EncoderProfile quality="qcif" fileFormat="3gp" duration="30">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="192000"
|
bitRate="192000"
|
||||||
@ -556,9 +534,9 @@
|
|||||||
|
|
||||||
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
|
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="42000000"
|
bitRate="20000000"
|
||||||
width="3840"
|
width="1920"
|
||||||
height="2160"
|
height="1080"
|
||||||
frameRate="30" />
|
frameRate="30" />
|
||||||
|
|
||||||
<!-- audio setting is ignored -->
|
<!-- audio setting is ignored -->
|
||||||
@ -665,28 +643,6 @@
|
|||||||
sampleRate="48000"
|
sampleRate="48000"
|
||||||
channels="2" />
|
channels="2" />
|
||||||
</EncoderProfile>
|
</EncoderProfile>
|
||||||
<EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30">
|
|
||||||
<Video codec="h264"
|
|
||||||
bitRate="42000000"
|
|
||||||
width="4096"
|
|
||||||
height="2160"
|
|
||||||
frameRate="30" />
|
|
||||||
<Audio codec="aac"
|
|
||||||
bitRate="156000"
|
|
||||||
sampleRate="48000"
|
|
||||||
channels="2" />
|
|
||||||
</EncoderProfile>
|
|
||||||
<EncoderProfile quality="timelapse2160p" fileFormat="mp4" duration="30">
|
|
||||||
<Video codec="h264"
|
|
||||||
bitRate="42000000"
|
|
||||||
width="3840"
|
|
||||||
height="2160"
|
|
||||||
frameRate="30" />
|
|
||||||
<Audio codec="aac"
|
|
||||||
bitRate="156000"
|
|
||||||
sampleRate="48000"
|
|
||||||
channels="2" />
|
|
||||||
</EncoderProfile>
|
|
||||||
|
|
||||||
<ImageEncoding quality="95" />
|
<ImageEncoding quality="95" />
|
||||||
<ImageEncoding quality="80" />
|
<ImageEncoding quality="80" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user