Merge "[Zuma 8k] Add 8k encoder profiles for P23 devices (3rd attempt)"
This commit is contained in:
commit
0753e2318f
3 changed files with 90 additions and 12 deletions
|
@ -79,6 +79,32 @@
|
||||||
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
||||||
<CamcorderProfiles cameraId="0">
|
<CamcorderProfiles cameraId="0">
|
||||||
|
|
||||||
|
<EncoderProfile quality="8kuhd" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="80000000"
|
||||||
|
width="7680"
|
||||||
|
height="4320"
|
||||||
|
frameRate="30" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
|
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="72000000"
|
||||||
|
width="3840"
|
||||||
|
height="2160"
|
||||||
|
frameRate="60" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="72000000"
|
||||||
|
@ -1749,14 +1775,14 @@
|
||||||
-->
|
-->
|
||||||
<VideoEncoderCap name="hevc" enabled="true"
|
<VideoEncoderCap name="hevc" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="100000000"
|
minBitRate="64000" maxBitRate="100000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="7680"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h264" enabled="true"
|
<VideoEncoderCap name="h264" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="100000000"
|
minBitRate="64000" maxBitRate="100000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="7680"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h263" enabled="true"
|
<VideoEncoderCap name="h263" enabled="true"
|
||||||
|
|
|
@ -79,6 +79,32 @@
|
||||||
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
||||||
<CamcorderProfiles cameraId="0">
|
<CamcorderProfiles cameraId="0">
|
||||||
|
|
||||||
|
<EncoderProfile quality="8kuhd" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="80000000"
|
||||||
|
width="7680"
|
||||||
|
height="4320"
|
||||||
|
frameRate="30" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
|
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="72000000"
|
||||||
|
width="3840"
|
||||||
|
height="2160"
|
||||||
|
frameRate="60" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="72000000"
|
||||||
|
@ -1736,14 +1762,14 @@
|
||||||
-->
|
-->
|
||||||
<VideoEncoderCap name="hevc" enabled="true"
|
<VideoEncoderCap name="hevc" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="100000000"
|
minBitRate="64000" maxBitRate="100000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="7680"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h264" enabled="true"
|
<VideoEncoderCap name="h264" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="100000000"
|
minBitRate="64000" maxBitRate="100000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="7680"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h263" enabled="true"
|
<VideoEncoderCap name="h263" enabled="true"
|
||||||
|
|
|
@ -79,6 +79,32 @@
|
||||||
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
|
||||||
<CamcorderProfiles cameraId="0">
|
<CamcorderProfiles cameraId="0">
|
||||||
|
|
||||||
|
<EncoderProfile quality="8kuhd" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="80000000"
|
||||||
|
width="7680"
|
||||||
|
height="4320"
|
||||||
|
frameRate="30" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
|
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="72000000"
|
||||||
|
width="3840"
|
||||||
|
height="2160"
|
||||||
|
frameRate="60" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="72000000"
|
||||||
|
@ -1749,14 +1775,14 @@
|
||||||
-->
|
-->
|
||||||
<VideoEncoderCap name="hevc" enabled="true"
|
<VideoEncoderCap name="hevc" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="100000000"
|
minBitRate="64000" maxBitRate="100000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="7680"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h264" enabled="true"
|
<VideoEncoderCap name="h264" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="100000000"
|
minBitRate="64000" maxBitRate="100000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="7680"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h263" enabled="true"
|
<VideoEncoderCap name="h263" enabled="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue