Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2012-2017 The Linux Foundation. All rights reserved. |
| 3 | Not a contribution. |
| 4 | Copyright (C) 2010 The Android Open Source Project |
| 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | --> |
| 18 | <!DOCTYPE MediaSettings [ |
| 19 | <!ELEMENT MediaSettings (CamcorderProfiles, |
| 20 | EncoderOutputFileFormat+, |
| 21 | VideoEncoderCap+, |
| 22 | AudioEncoderCap+, |
| 23 | VideoDecoderCap, |
| 24 | AudioDecoderCap)> |
| 25 | <!ELEMENT CamcorderProfiles (EncoderProfile+, ImageEncoding+, ImageDecoding, Camera)> |
| 26 | <!ELEMENT EncoderProfile (Video, Audio)> |
| 27 | <!ATTLIST EncoderProfile quality (high|low) #REQUIRED> |
| 28 | <!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED> |
| 29 | <!ATTLIST EncoderProfile duration (30|60) #REQUIRED> |
| 30 | <!ATTLIST EncoderProfile cameraId (0|1|2|3) #REQUIRED> |
| 31 | <!ELEMENT Video EMPTY> |
| 32 | <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED> |
| 33 | <!ATTLIST Video bitRate CDATA #REQUIRED> |
| 34 | <!ATTLIST Video width CDATA #REQUIRED> |
| 35 | <!ATTLIST Video height CDATA #REQUIRED> |
| 36 | <!ATTLIST Video frameRate CDATA #REQUIRED> |
| 37 | <!ELEMENT Audio EMPTY> |
| 38 | <!ATTLIST Audio codec (amrnb|amrwb|aac) #REQUIRED> |
| 39 | <!ATTLIST Audio bitRate CDATA #REQUIRED> |
| 40 | <!ATTLIST Audio sampleRate CDATA #REQUIRED> |
| 41 | <!ATTLIST Audio channels (1|2|6) #REQUIRED> |
| 42 | <!ELEMENT ImageEncoding EMPTY> |
| 43 | <!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED> |
| 44 | <!ELEMENT ImageDecoding EMPTY> |
| 45 | <!ATTLIST ImageDecoding memCap CDATA #REQUIRED> |
| 46 | <!ELEMENT Camera EMPTY> |
| 47 | <!ELEMENT EncoderOutputFileFormat EMPTY> |
| 48 | <!ATTLIST EncoderOutputFileFormat name (mp4|3gp) #REQUIRED> |
| 49 | <!ELEMENT VideoEncoderCap EMPTY> |
| 50 | <!ATTLIST VideoEncoderCap name (hevc|h264|h263|m4v|wmv) #REQUIRED> |
| 51 | <!ATTLIST VideoEncoderCap enabled (true|false) #REQUIRED> |
| 52 | <!ATTLIST VideoEncoderCap minBitRate CDATA #REQUIRED> |
| 53 | <!ATTLIST VideoEncoderCap maxBitRate CDATA #REQUIRED> |
| 54 | <!ATTLIST VideoEncoderCap minFrameWidth CDATA #REQUIRED> |
| 55 | <!ATTLIST VideoEncoderCap maxFrameWidth CDATA #REQUIRED> |
| 56 | <!ATTLIST VideoEncoderCap minFrameHeight CDATA #REQUIRED> |
| 57 | <!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED> |
| 58 | <!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED> |
| 59 | <!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED> |
| 60 | <!ATTLIST VideoEncoderCap maxHFRFrameWidth CDATA #REQUIRED> |
| 61 | <!ATTLIST VideoEncoderCap maxHFRFrameHeight CDATA #REQUIRED> |
| 62 | <!ATTLIST VideoEncoderCap maxHFRMode CDATA #REQUIRED> |
| 63 | <!ELEMENT AudioEncoderCap EMPTY> |
| 64 | <!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma) #REQUIRED> |
| 65 | <!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED> |
| 66 | <!ATTLIST AudioEncoderCap minBitRate CDATA #REQUIRED> |
| 67 | <!ATTLIST AudioEncoderCap maxBitRate CDATA #REQUIRED> |
| 68 | <!ATTLIST AudioEncoderCap minSampleRate CDATA #REQUIRED> |
| 69 | <!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED> |
| 70 | <!ATTLIST AudioEncoderCap minChannels (1|2|6) #REQUIRED> |
| 71 | <!ATTLIST AudioEncoderCap maxChannels (1|2|6) #REQUIRED> |
| 72 | <!ELEMENT VideoDecoderCap EMPTY> |
| 73 | <!ATTLIST VideoDecoderCap name (wmv) #REQUIRED> |
| 74 | <!ATTLIST VideoDecoderCap enabled (true|false) #REQUIRED> |
| 75 | <!ELEMENT AudioDecoderCap EMPTY> |
| 76 | <!ATTLIST AudioDecoderCap name (wma) #REQUIRED> |
| 77 | <!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED> |
| 78 | <!ELEMENT VideoEditorCap EMPTY> |
| 79 | <!ATTLIST VideoEditorCap maxInputFrameWidth CDATA #REQUIRED> |
| 80 | <!ATTLIST VideoEditorCap maxInputFrameHeight CDATA #REQUIRED> |
| 81 | <!ATTLIST VideoEditorCap maxOutputFrameWidth CDATA #REQUIRED> |
| 82 | <!ATTLIST VideoEditorCap maxOutputFrameHeight CDATA #REQUIRED> |
| 83 | <!ATTLIST VideoEditorCap maxPrefetchYUVFrames CDATA #REQUIRED> |
| 84 | <!ELEMENT ExportVideoProfile EMPTY> |
| 85 | <!ATTLIST ExportVideoProfile name (h264|h263|m4v) #REQUIRED> |
| 86 | <!ATTLIST ExportVideoProfile profile CDATA #REQUIRED> |
| 87 | <!ATTLIST ExportVideoProfile level CDATA #REQUIRED> |
| 88 | ]> |
| 89 | <!-- |
| 90 | This file is used to declare the multimedia profiles and capabilities |
| 91 | on an android-powered device. |
| 92 | --> |
| 93 | <MediaSettings> |
| 94 | <!-- Each camcorder profile defines a set of predefined configuration parameters --> |
| 95 | <!-- Back Camera --> |
| 96 | <CamcorderProfiles cameraId="0"> |
| 97 | |
| 98 | <EncoderProfile quality="low" fileFormat="3gp" duration="30"> |
| 99 | <Video codec="h264" |
| 100 | bitRate="192000" |
| 101 | width="176" |
| 102 | height="144" |
| 103 | frameRate="30" /> |
| 104 | |
| 105 | <Audio codec="amrnb" |
| 106 | bitRate="12200" |
| 107 | sampleRate="8000" |
| 108 | channels="1" /> |
| 109 | </EncoderProfile> |
| 110 | |
| 111 | <EncoderProfile quality="high" fileFormat="mp4" duration="30"> |
| 112 | <Video codec="h264" |
| 113 | bitRate="42000000" |
| 114 | width="3840" |
| 115 | height="2160" |
| 116 | frameRate="30" /> |
| 117 | |
| 118 | <Audio codec="aac" |
| 119 | bitRate="156000" |
| 120 | sampleRate="48000" |
| 121 | channels="2" /> |
| 122 | </EncoderProfile> |
| 123 | |
| 124 | <EncoderProfile quality="qvga" fileFormat="mp4" duration="60"> |
| 125 | <Video codec="h264" |
| 126 | bitRate="512000" |
| 127 | width="320" |
| 128 | height="240" |
| 129 | frameRate="30" /> |
| 130 | |
| 131 | <Audio codec="aac" |
| 132 | bitRate="156000" |
| 133 | sampleRate="48000" |
| 134 | channels="2" /> |
| 135 | </EncoderProfile> |
| 136 | |
| 137 | <EncoderProfile quality="cif" fileFormat="3gp" duration="30"> |
| 138 | <Video codec="h264" |
| 139 | bitRate="720000" |
| 140 | width="352" |
| 141 | height="288" |
| 142 | frameRate="30" /> |
| 143 | |
| 144 | <Audio codec="amrnb" |
| 145 | bitRate="12200" |
| 146 | sampleRate="8000" |
| 147 | channels="1" /> |
| 148 | </EncoderProfile> |
| 149 | |
| 150 | <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> |
| 151 | <Video codec="h264" |
| 152 | bitRate="2000000" |
| 153 | width="720" |
| 154 | height="480" |
| 155 | frameRate="30" /> |
| 156 | |
| 157 | <Audio codec="aac" |
| 158 | bitRate="156000" |
| 159 | sampleRate="48000" |
| 160 | channels="2" /> |
| 161 | </EncoderProfile> |
| 162 | |
| 163 | <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> |
| 164 | <Video codec="h264" |
| 165 | bitRate="14000000" |
| 166 | width="1280" |
| 167 | height="720" |
| 168 | frameRate="30" /> |
| 169 | |
| 170 | <Audio codec="aac" |
| 171 | bitRate="156000" |
| 172 | sampleRate="48000" |
| 173 | channels="2" /> |
| 174 | </EncoderProfile> |
| 175 | |
| 176 | <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> |
| 177 | <Video codec="h264" |
| 178 | bitRate="20000000" |
| 179 | width="1920" |
| 180 | height="1080" |
| 181 | frameRate="30" /> |
| 182 | |
| 183 | <Audio codec="aac" |
| 184 | bitRate="156000" |
| 185 | sampleRate="48000" |
| 186 | channels="2" /> |
| 187 | </EncoderProfile> |
| 188 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 189 | <EncoderProfile quality="qhd" fileFormat="mp4" duration="30"> |
| 190 | <Video codec="h264" |
| 191 | bitRate="42000000" |
| 192 | width="2560" |
| 193 | height="1440" |
| 194 | frameRate="30" /> |
| 195 | |
| 196 | <Audio codec="aac" |
| 197 | bitRate="156000" |
| 198 | sampleRate="48000" |
| 199 | channels="2" /> |
| 200 | </EncoderProfile> |
| 201 | |
| 202 | <EncoderProfile quality="2k" fileFormat="mp4" duration="30"> |
| 203 | <Video codec="h264" |
| 204 | bitRate="20000000" |
| 205 | width="2048" |
| 206 | height="1080" |
| 207 | frameRate="30" /> |
| 208 | |
| 209 | <Audio codec="aac" |
| 210 | bitRate="156000" |
| 211 | sampleRate="48000" |
| 212 | channels="2" /> |
| 213 | </EncoderProfile> |
| 214 | |
| 215 | <EncoderProfile quality="4kdci" fileFormat="mp4" duration="30"> |
| 216 | <Video codec="h264" |
| 217 | bitRate="42000000" |
| 218 | width="4096" |
| 219 | height="2160" |
| 220 | frameRate="24" /> |
| 221 | |
| 222 | <Audio codec="aac" |
| 223 | bitRate="156000" |
| 224 | sampleRate="48000" |
| 225 | channels="2" /> |
| 226 | </EncoderProfile> |
| 227 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 228 | <EncoderProfile quality="2160p" fileFormat="mp4" duration="30"> |
| 229 | <Video codec="h264" |
| 230 | bitRate="42000000" |
| 231 | width="3840" |
| 232 | height="2160" |
| 233 | frameRate="30" /> |
| 234 | |
| 235 | <Audio codec="aac" |
| 236 | bitRate="156000" |
| 237 | sampleRate="48000" |
| 238 | channels="2" /> |
| 239 | </EncoderProfile> |
| 240 | |
| 241 | <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> |
| 242 | <Video codec="h264" |
| 243 | bitRate="192000" |
| 244 | width="176" |
| 245 | height="144" |
| 246 | frameRate="30" /> |
| 247 | |
| 248 | <Audio codec="amrnb" |
| 249 | bitRate="12200" |
| 250 | sampleRate="8000" |
| 251 | channels="1" /> |
| 252 | </EncoderProfile> |
| 253 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 254 | <EncoderProfile quality="vga" fileFormat="mp4" duration="30"> |
| 255 | <Video codec="h264" |
| 256 | bitRate="2000000" |
| 257 | width="640" |
| 258 | height="480" |
| 259 | frameRate="30" /> |
| 260 | |
| 261 | <Audio codec="aac" |
| 262 | bitRate="156000" |
| 263 | sampleRate="48000" |
| 264 | channels="2" /> |
| 265 | </EncoderProfile> |
| 266 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 267 | <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30"> |
| 268 | <Video codec="h264" |
| 269 | bitRate="192000" |
| 270 | width="176" |
| 271 | height="144" |
| 272 | frameRate="30" /> |
| 273 | |
| 274 | <!-- audio setting is ignored --> |
| 275 | <Audio codec="amrnb" |
| 276 | bitRate="12200" |
| 277 | sampleRate="8000" |
| 278 | channels="1" /> |
| 279 | </EncoderProfile> |
| 280 | |
| 281 | <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30"> |
| 282 | <Video codec="h264" |
| 283 | bitRate="42000000" |
| 284 | width="3840" |
| 285 | height="2160" |
| 286 | frameRate="30" /> |
| 287 | |
| 288 | <!-- audio setting is ignored --> |
| 289 | <Audio codec="aac" |
| 290 | bitRate="156000" |
| 291 | sampleRate="48000" |
| 292 | channels="2" /> |
| 293 | </EncoderProfile> |
| 294 | |
| 295 | <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> |
| 296 | <Video codec="h264" |
| 297 | bitRate="192000" |
| 298 | width="176" |
| 299 | height="144" |
| 300 | frameRate="30" /> |
| 301 | |
| 302 | <!-- audio setting is ignored --> |
| 303 | <Audio codec="amrnb" |
| 304 | bitRate="12200" |
| 305 | sampleRate="8000" |
| 306 | channels="1" /> |
| 307 | </EncoderProfile> |
| 308 | |
| 309 | <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> |
| 310 | <Video codec="h264" |
| 311 | bitRate="720000" |
| 312 | width="352" |
| 313 | height="288" |
| 314 | frameRate="30" /> |
| 315 | |
| 316 | <!-- audio setting is ignored --> |
| 317 | <Audio codec="amrnb" |
| 318 | bitRate="12200" |
| 319 | sampleRate="8000" |
| 320 | channels="1" /> |
| 321 | </EncoderProfile> |
| 322 | |
| 323 | |
| 324 | <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> |
| 325 | <Video codec="h264" |
| 326 | bitRate="512000" |
| 327 | width="320" |
| 328 | height="240" |
| 329 | frameRate="30" /> |
| 330 | |
| 331 | <!-- audio setting is ignored --> |
| 332 | <Audio codec="amrnb" |
| 333 | bitRate="12200" |
| 334 | sampleRate="8000" |
| 335 | channels="1" /> |
| 336 | </EncoderProfile> |
| 337 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 338 | <EncoderProfile quality="timelapsevga" fileFormat="mp4" duration="30"> |
| 339 | <Video codec="h264" |
| 340 | bitRate="2000000" |
| 341 | width="640" |
| 342 | height="480" |
| 343 | frameRate="30" /> |
| 344 | |
| 345 | <!-- audio setting is ignored --> |
| 346 | <Audio codec="amrnb" |
| 347 | bitRate="12200" |
| 348 | sampleRate="8000" |
| 349 | channels="1" /> |
| 350 | </EncoderProfile> |
| 351 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 352 | <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> |
| 353 | <Video codec="h264" |
| 354 | bitRate="2000000" |
| 355 | width="640" |
| 356 | height="480" |
| 357 | frameRate="30" /> |
| 358 | |
| 359 | <!-- audio setting is ignored --> |
| 360 | <Audio codec="aac" |
| 361 | bitRate="156000" |
| 362 | sampleRate="48000" |
| 363 | channels="2" /> |
| 364 | </EncoderProfile> |
| 365 | |
| 366 | <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30"> |
| 367 | <Video codec="h264" |
| 368 | bitRate="14000000" |
| 369 | width="1280" |
| 370 | height="720" |
| 371 | frameRate="30" /> |
| 372 | |
| 373 | <!-- audio setting is ignored --> |
| 374 | <Audio codec="aac" |
| 375 | bitRate="156000" |
| 376 | sampleRate="48000" |
| 377 | channels="2" /> |
| 378 | </EncoderProfile> |
| 379 | |
| 380 | <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30"> |
| 381 | <Video codec="h264" |
| 382 | bitRate="20000000" |
| 383 | width="1920" |
| 384 | height="1080" |
| 385 | frameRate="30" /> |
| 386 | |
| 387 | <!-- audio setting is ignored --> |
| 388 | <Audio codec="aac" |
| 389 | bitRate="156000" |
| 390 | sampleRate="48000" |
| 391 | channels="2" /> |
| 392 | </EncoderProfile> |
| 393 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 394 | <EncoderProfile quality="timelapseqhd" fileFormat="mp4" duration="30"> |
| 395 | <Video codec="h264" |
| 396 | bitRate="42000000" |
| 397 | width="2560" |
| 398 | height="1440" |
| 399 | frameRate="30" /> |
| 400 | |
| 401 | <!-- audio setting is ignored --> |
| 402 | <Audio codec="aac" |
| 403 | bitRate="156000" |
| 404 | sampleRate="48000" |
| 405 | channels="2" /> |
| 406 | </EncoderProfile> |
| 407 | |
| 408 | <EncoderProfile quality="timelapse2k" fileFormat="mp4" duration="30"> |
| 409 | <Video codec="h264" |
| 410 | bitRate="20000000" |
| 411 | width="2048" |
| 412 | height="1080" |
| 413 | frameRate="30" /> |
| 414 | |
| 415 | <!-- audio setting is ignored --> |
| 416 | <Audio codec="aac" |
| 417 | bitRate="156000" |
| 418 | sampleRate="48000" |
| 419 | channels="2" /> |
| 420 | </EncoderProfile> |
| 421 | |
| 422 | <EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30"> |
| 423 | <Video codec="h264" |
| 424 | bitRate="42000000" |
| 425 | width="4096" |
| 426 | height="2160" |
| 427 | frameRate="30" /> |
| 428 | |
| 429 | <Audio codec="aac" |
| 430 | bitRate="156000" |
| 431 | sampleRate="48000" |
| 432 | channels="2" /> |
| 433 | </EncoderProfile> |
| 434 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 435 | <EncoderProfile quality="timelapse2160p" fileFormat="mp4" duration="30"> |
| 436 | <Video codec="h264" |
| 437 | bitRate="42000000" |
| 438 | width="3840" |
| 439 | height="2160" |
| 440 | frameRate="30" /> |
| 441 | |
| 442 | <Audio codec="aac" |
| 443 | bitRate="156000" |
| 444 | sampleRate="48000" |
| 445 | channels="2" /> |
| 446 | </EncoderProfile> |
| 447 | |
| 448 | <ImageEncoding quality="95" /> |
| 449 | <ImageEncoding quality="80" /> |
| 450 | <ImageEncoding quality="70" /> |
| 451 | <ImageDecoding memCap="20000000" /> |
| 452 | |
| 453 | </CamcorderProfiles> |
| 454 | <!-- Front Camera --> |
| 455 | <CamcorderProfiles cameraId="1"> |
| 456 | |
| 457 | <EncoderProfile quality="low" fileFormat="3gp" duration="30"> |
| 458 | <Video codec="h264" |
| 459 | bitRate="192000" |
| 460 | width="176" |
| 461 | height="144" |
| 462 | frameRate="30" /> |
| 463 | |
| 464 | <Audio codec="amrnb" |
| 465 | bitRate="12200" |
| 466 | sampleRate="8000" |
| 467 | channels="1" /> |
| 468 | </EncoderProfile> |
| 469 | |
| 470 | <EncoderProfile quality="high" fileFormat="mp4" duration="30"> |
| 471 | <Video codec="h264" |
| 472 | bitRate="42000000" |
| 473 | width="3840" |
| 474 | height="2160" |
| 475 | frameRate="30" /> |
| 476 | |
| 477 | <Audio codec="aac" |
| 478 | bitRate="156000" |
| 479 | sampleRate="48000" |
| 480 | channels="2" /> |
| 481 | </EncoderProfile> |
| 482 | |
| 483 | <EncoderProfile quality="qvga" fileFormat="mp4" duration="60"> |
| 484 | <Video codec="h264" |
| 485 | bitRate="512000" |
| 486 | width="320" |
| 487 | height="240" |
| 488 | frameRate="30" /> |
| 489 | |
| 490 | <Audio codec="aac" |
| 491 | bitRate="156000" |
| 492 | sampleRate="48000" |
| 493 | channels="2" /> |
| 494 | </EncoderProfile> |
| 495 | |
| 496 | <EncoderProfile quality="cif" fileFormat="3gp" duration="30"> |
| 497 | <Video codec="h264" |
| 498 | bitRate="720000" |
| 499 | width="352" |
| 500 | height="288" |
| 501 | frameRate="30" /> |
| 502 | |
| 503 | <Audio codec="amrnb" |
| 504 | bitRate="12200" |
| 505 | sampleRate="8000" |
| 506 | channels="1" /> |
| 507 | </EncoderProfile> |
| 508 | |
| 509 | <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> |
| 510 | <Video codec="h264" |
| 511 | bitRate="2000000" |
| 512 | width="720" |
| 513 | height="480" |
| 514 | frameRate="30" /> |
| 515 | |
| 516 | <Audio codec="aac" |
| 517 | bitRate="156000" |
| 518 | sampleRate="48000" |
| 519 | channels="2" /> |
| 520 | </EncoderProfile> |
| 521 | |
| 522 | <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> |
| 523 | <Video codec="h264" |
| 524 | bitRate="14000000" |
| 525 | width="1280" |
| 526 | height="720" |
| 527 | frameRate="30" /> |
| 528 | |
| 529 | <Audio codec="aac" |
| 530 | bitRate="156000" |
| 531 | sampleRate="48000" |
| 532 | channels="2" /> |
| 533 | </EncoderProfile> |
| 534 | |
| 535 | <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> |
| 536 | <Video codec="h264" |
| 537 | bitRate="20000000" |
| 538 | width="1920" |
| 539 | height="1080" |
| 540 | frameRate="30" /> |
| 541 | |
| 542 | <Audio codec="aac" |
| 543 | bitRate="156000" |
| 544 | sampleRate="48000" |
| 545 | channels="2" /> |
| 546 | </EncoderProfile> |
| 547 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 548 | <EncoderProfile quality="qhd" fileFormat="mp4" duration="30"> |
| 549 | <Video codec="h264" |
| 550 | bitRate="42000000" |
| 551 | width="2560" |
| 552 | height="1440" |
| 553 | frameRate="30" /> |
| 554 | |
| 555 | <Audio codec="aac" |
| 556 | bitRate="156000" |
| 557 | sampleRate="48000" |
| 558 | channels="2" /> |
| 559 | </EncoderProfile> |
| 560 | |
| 561 | <EncoderProfile quality="2k" fileFormat="mp4" duration="30"> |
| 562 | <Video codec="h264" |
| 563 | bitRate="20000000" |
| 564 | width="2048" |
| 565 | height="1080" |
| 566 | frameRate="30" /> |
| 567 | |
| 568 | <Audio codec="aac" |
| 569 | bitRate="156000" |
| 570 | sampleRate="48000" |
| 571 | channels="2" /> |
| 572 | </EncoderProfile> |
| 573 | |
| 574 | <EncoderProfile quality="4kdci" fileFormat="mp4" duration="30"> |
| 575 | <Video codec="h264" |
| 576 | bitRate="42000000" |
| 577 | width="4096" |
| 578 | height="2160" |
| 579 | frameRate="24" /> |
| 580 | |
| 581 | <Audio codec="aac" |
| 582 | bitRate="156000" |
| 583 | sampleRate="48000" |
| 584 | channels="2" /> |
| 585 | </EncoderProfile> |
| 586 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 587 | <EncoderProfile quality="2160p" fileFormat="mp4" duration="30"> |
| 588 | <Video codec="h264" |
| 589 | bitRate="42000000" |
| 590 | width="3840" |
| 591 | height="2160" |
| 592 | frameRate="30" /> |
| 593 | |
| 594 | <Audio codec="aac" |
| 595 | bitRate="156000" |
| 596 | sampleRate="48000" |
| 597 | channels="2" /> |
| 598 | </EncoderProfile> |
| 599 | |
| 600 | <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> |
| 601 | <Video codec="h264" |
| 602 | bitRate="192000" |
| 603 | width="176" |
| 604 | height="144" |
| 605 | frameRate="30" /> |
| 606 | |
| 607 | <Audio codec="amrnb" |
| 608 | bitRate="12200" |
| 609 | sampleRate="8000" |
| 610 | channels="1" /> |
| 611 | </EncoderProfile> |
| 612 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 613 | <EncoderProfile quality="vga" fileFormat="mp4" duration="30"> |
| 614 | <Video codec="h264" |
| 615 | bitRate="2000000" |
| 616 | width="640" |
| 617 | height="480" |
| 618 | frameRate="30" /> |
| 619 | |
| 620 | <Audio codec="aac" |
| 621 | bitRate="156000" |
| 622 | sampleRate="48000" |
| 623 | channels="2" /> |
| 624 | </EncoderProfile> |
| 625 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 626 | <!-- TIMELAPSE profiles for front camera --> |
| 627 | <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30"> |
| 628 | <Video codec="h264" |
| 629 | bitRate="192000" |
| 630 | width="176" |
| 631 | height="144" |
| 632 | frameRate="30" /> |
| 633 | |
| 634 | <!-- audio setting is ignored --> |
| 635 | <Audio codec="amrnb" |
| 636 | bitRate="12200" |
| 637 | sampleRate="8000" |
| 638 | channels="1" /> |
| 639 | </EncoderProfile> |
| 640 | |
| 641 | <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30"> |
| 642 | <Video codec="h264" |
| 643 | bitRate="42000000" |
| 644 | width="3840" |
| 645 | height="2160" |
| 646 | frameRate="30" /> |
| 647 | |
| 648 | <!-- audio setting is ignored --> |
| 649 | <Audio codec="aac" |
| 650 | bitRate="156000" |
| 651 | sampleRate="48000" |
| 652 | channels="2" /> |
| 653 | </EncoderProfile> |
| 654 | |
| 655 | <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> |
| 656 | <Video codec="h264" |
| 657 | bitRate="192000" |
| 658 | width="176" |
| 659 | height="144" |
| 660 | frameRate="30" /> |
| 661 | |
| 662 | <!-- audio setting is ignored --> |
| 663 | <Audio codec="amrnb" |
| 664 | bitRate="12200" |
| 665 | sampleRate="8000" |
| 666 | channels="1" /> |
| 667 | </EncoderProfile> |
| 668 | |
| 669 | <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> |
| 670 | <Video codec="h264" |
| 671 | bitRate="1200000" |
| 672 | width="352" |
| 673 | height="288" |
| 674 | frameRate="30" /> |
| 675 | |
| 676 | <!-- audio setting is ignored --> |
| 677 | <Audio codec="aac" |
| 678 | bitRate="96000" |
| 679 | sampleRate="48000" |
| 680 | channels="1" /> |
| 681 | </EncoderProfile> |
| 682 | |
| 683 | <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> |
| 684 | <Video codec="h264" |
| 685 | bitRate="512000" |
| 686 | width="320" |
| 687 | height="240" |
| 688 | frameRate="30" /> |
| 689 | |
| 690 | <!-- audio setting is ignored --> |
| 691 | <Audio codec="amrnb" |
| 692 | bitRate="12200" |
| 693 | sampleRate="8000" |
| 694 | channels="1" /> |
| 695 | </EncoderProfile> |
| 696 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 697 | <EncoderProfile quality="timelapsevga" fileFormat="mp4" duration="30"> |
| 698 | <Video codec="h264" |
| 699 | bitRate="2000000" |
| 700 | width="640" |
| 701 | height="480" |
| 702 | frameRate="30" /> |
| 703 | |
| 704 | <!-- audio setting is ignored --> |
| 705 | <Audio codec="amrnb" |
| 706 | bitRate="12200" |
| 707 | sampleRate="8000" |
| 708 | channels="1" /> |
| 709 | </EncoderProfile> |
| 710 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 711 | <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> |
| 712 | <Video codec="h264" |
| 713 | bitRate="5000000" |
| 714 | width="720" |
| 715 | height="480" |
| 716 | frameRate="30" /> |
| 717 | |
| 718 | <!-- audio setting is ignored --> |
| 719 | <Audio codec="aac" |
| 720 | bitRate="96000" |
| 721 | sampleRate="48000" |
| 722 | channels="1" /> |
| 723 | </EncoderProfile> |
| 724 | |
| 725 | <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30"> |
| 726 | <Video codec="h264" |
| 727 | bitRate="8000000" |
| 728 | width="1280" |
| 729 | height="720" |
| 730 | frameRate="30" /> |
| 731 | |
| 732 | <!-- audio setting is ignored --> |
| 733 | <Audio codec="aac" |
| 734 | bitRate="96000" |
| 735 | sampleRate="48000" |
| 736 | channels="1" /> |
| 737 | </EncoderProfile> |
| 738 | |
| 739 | <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30"> |
| 740 | <Video codec="h264" |
| 741 | bitRate="20000000" |
| 742 | width="1920" |
| 743 | height="1080" |
| 744 | frameRate="30" /> |
| 745 | |
| 746 | <!-- audio setting is ignored --> |
| 747 | <Audio codec="aac" |
| 748 | bitRate="156000" |
| 749 | sampleRate="48000" |
| 750 | channels="2" /> |
| 751 | </EncoderProfile> |
| 752 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 753 | <EncoderProfile quality="timelapseqhd" fileFormat="mp4" duration="30"> |
| 754 | <Video codec="h264" |
| 755 | bitRate="42000000" |
| 756 | width="2560" |
| 757 | height="1440" |
| 758 | frameRate="30" /> |
| 759 | |
| 760 | <!-- audio setting is ignored --> |
| 761 | <Audio codec="aac" |
| 762 | bitRate="156000" |
| 763 | sampleRate="48000" |
| 764 | channels="2" /> |
| 765 | </EncoderProfile> |
| 766 | |
| 767 | <EncoderProfile quality="timelapse2k" fileFormat="mp4" duration="30"> |
| 768 | <Video codec="h264" |
| 769 | bitRate="20000000" |
| 770 | width="2048" |
| 771 | height="1080" |
| 772 | frameRate="30" /> |
| 773 | |
| 774 | <!-- audio setting is ignored --> |
| 775 | <Audio codec="aac" |
| 776 | bitRate="156000" |
| 777 | sampleRate="48000" |
| 778 | channels="2" /> |
| 779 | </EncoderProfile> |
| 780 | |
| 781 | <EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30"> |
| 782 | <Video codec="h264" |
| 783 | bitRate="42000000" |
| 784 | width="4096" |
| 785 | height="2160" |
| 786 | frameRate="30" /> |
| 787 | |
| 788 | <Audio codec="aac" |
| 789 | bitRate="156000" |
| 790 | sampleRate="48000" |
| 791 | channels="2" /> |
| 792 | </EncoderProfile> |
| 793 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 794 | <EncoderProfile quality="timelapse2160p" fileFormat="mp4" duration="30"> |
| 795 | <Video codec="h264" |
| 796 | bitRate="42000000" |
| 797 | width="3840" |
| 798 | height="2160" |
| 799 | frameRate="30" /> |
| 800 | |
| 801 | <Audio codec="aac" |
| 802 | bitRate="156000" |
| 803 | sampleRate="48000" |
| 804 | channels="2" /> |
| 805 | </EncoderProfile> |
| 806 | |
| 807 | <ImageEncoding quality="95" /> |
| 808 | <ImageEncoding quality="80" /> |
| 809 | <ImageEncoding quality="70" /> |
| 810 | <ImageDecoding memCap="20000000" /> |
| 811 | |
| 812 | </CamcorderProfiles> |
| 813 | <!-- Camera ID 2 --> |
| 814 | <CamcorderProfiles cameraId="2"> |
| 815 | |
| 816 | <EncoderProfile quality="low" fileFormat="3gp" duration="30"> |
| 817 | <Video codec="h264" |
| 818 | bitRate="192000" |
| 819 | width="176" |
| 820 | height="144" |
| 821 | frameRate="30" /> |
| 822 | |
| 823 | <Audio codec="amrnb" |
| 824 | bitRate="12200" |
| 825 | sampleRate="8000" |
| 826 | channels="1" /> |
| 827 | </EncoderProfile> |
| 828 | |
| 829 | <EncoderProfile quality="high" fileFormat="mp4" duration="30"> |
| 830 | <Video codec="h264" |
| 831 | bitRate="42000000" |
| 832 | width="3840" |
| 833 | height="2160" |
| 834 | frameRate="30" /> |
| 835 | |
| 836 | <Audio codec="aac" |
| 837 | bitRate="156000" |
| 838 | sampleRate="48000" |
| 839 | channels="2" /> |
| 840 | </EncoderProfile> |
| 841 | |
| 842 | <EncoderProfile quality="qvga" fileFormat="mp4" duration="60"> |
| 843 | <Video codec="h264" |
| 844 | bitRate="512000" |
| 845 | width="320" |
| 846 | height="240" |
| 847 | frameRate="30" /> |
| 848 | |
| 849 | <Audio codec="aac" |
| 850 | bitRate="156000" |
| 851 | sampleRate="48000" |
| 852 | channels="2" /> |
| 853 | </EncoderProfile> |
| 854 | |
| 855 | <EncoderProfile quality="cif" fileFormat="3gp" duration="30"> |
| 856 | <Video codec="h264" |
| 857 | bitRate="720000" |
| 858 | width="352" |
| 859 | height="288" |
| 860 | frameRate="30" /> |
| 861 | |
| 862 | <Audio codec="amrnb" |
| 863 | bitRate="12200" |
| 864 | sampleRate="8000" |
| 865 | channels="1" /> |
| 866 | </EncoderProfile> |
| 867 | |
| 868 | <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> |
| 869 | <Video codec="h264" |
| 870 | bitRate="2000000" |
| 871 | width="720" |
| 872 | height="480" |
| 873 | frameRate="30" /> |
| 874 | |
| 875 | <Audio codec="aac" |
| 876 | bitRate="156000" |
| 877 | sampleRate="48000" |
| 878 | channels="2" /> |
| 879 | </EncoderProfile> |
| 880 | |
| 881 | <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> |
| 882 | <Video codec="h264" |
| 883 | bitRate="14000000" |
| 884 | width="1280" |
| 885 | height="720" |
| 886 | frameRate="30" /> |
| 887 | |
| 888 | <Audio codec="aac" |
| 889 | bitRate="156000" |
| 890 | sampleRate="48000" |
| 891 | channels="2" /> |
| 892 | </EncoderProfile> |
| 893 | |
| 894 | <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> |
| 895 | <Video codec="h264" |
| 896 | bitRate="20000000" |
| 897 | width="1920" |
| 898 | height="1080" |
| 899 | frameRate="30" /> |
| 900 | |
| 901 | <Audio codec="aac" |
| 902 | bitRate="156000" |
| 903 | sampleRate="48000" |
| 904 | channels="2" /> |
| 905 | </EncoderProfile> |
| 906 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 907 | <EncoderProfile quality="qhd" fileFormat="mp4" duration="30"> |
| 908 | <Video codec="h264" |
| 909 | bitRate="42000000" |
| 910 | width="2560" |
| 911 | height="1440" |
| 912 | frameRate="30" /> |
| 913 | |
| 914 | <Audio codec="aac" |
| 915 | bitRate="156000" |
| 916 | sampleRate="48000" |
| 917 | channels="2" /> |
| 918 | </EncoderProfile> |
| 919 | |
| 920 | <EncoderProfile quality="2k" fileFormat="mp4" duration="30"> |
| 921 | <Video codec="h264" |
| 922 | bitRate="20000000" |
| 923 | width="2048" |
| 924 | height="1080" |
| 925 | frameRate="30" /> |
| 926 | |
| 927 | <Audio codec="aac" |
| 928 | bitRate="156000" |
| 929 | sampleRate="48000" |
| 930 | channels="2" /> |
| 931 | </EncoderProfile> |
| 932 | |
| 933 | <EncoderProfile quality="4kdci" fileFormat="mp4" duration="30"> |
| 934 | <Video codec="h264" |
| 935 | bitRate="42000000" |
| 936 | width="4096" |
| 937 | height="2160" |
| 938 | frameRate="24" /> |
| 939 | |
| 940 | <Audio codec="aac" |
| 941 | bitRate="156000" |
| 942 | sampleRate="48000" |
| 943 | channels="2" /> |
| 944 | </EncoderProfile> |
| 945 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 946 | <EncoderProfile quality="2160p" fileFormat="mp4" duration="30"> |
| 947 | <Video codec="h264" |
| 948 | bitRate="42000000" |
| 949 | width="3840" |
| 950 | height="2160" |
| 951 | frameRate="30" /> |
| 952 | |
| 953 | <Audio codec="aac" |
| 954 | bitRate="156000" |
| 955 | sampleRate="48000" |
| 956 | channels="2" /> |
| 957 | </EncoderProfile> |
| 958 | |
| 959 | <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> |
| 960 | <Video codec="h264" |
| 961 | bitRate="192000" |
| 962 | width="176" |
| 963 | height="144" |
| 964 | frameRate="30" /> |
| 965 | |
| 966 | <Audio codec="amrnb" |
| 967 | bitRate="12200" |
| 968 | sampleRate="8000" |
| 969 | channels="1" /> |
| 970 | </EncoderProfile> |
| 971 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 972 | <EncoderProfile quality="vga" fileFormat="mp4" duration="30"> |
| 973 | <Video codec="h264" |
| 974 | bitRate="2000000" |
| 975 | width="640" |
| 976 | height="480" |
| 977 | frameRate="30" /> |
| 978 | |
| 979 | <Audio codec="aac" |
| 980 | bitRate="156000" |
| 981 | sampleRate="48000" |
| 982 | channels="2" /> |
| 983 | </EncoderProfile> |
| 984 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 985 | <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30"> |
| 986 | <Video codec="h264" |
| 987 | bitRate="192000" |
| 988 | width="176" |
| 989 | height="144" |
| 990 | frameRate="30" /> |
| 991 | |
| 992 | <!-- audio setting is ignored --> |
| 993 | <Audio codec="amrnb" |
| 994 | bitRate="12200" |
| 995 | sampleRate="8000" |
| 996 | channels="1" /> |
| 997 | </EncoderProfile> |
| 998 | |
| 999 | <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30"> |
| 1000 | <Video codec="h264" |
| 1001 | bitRate="42000000" |
| 1002 | width="3840" |
| 1003 | height="2160" |
| 1004 | frameRate="30" /> |
| 1005 | |
| 1006 | <!-- audio setting is ignored --> |
| 1007 | <Audio codec="aac" |
| 1008 | bitRate="156000" |
| 1009 | sampleRate="48000" |
| 1010 | channels="2" /> |
| 1011 | </EncoderProfile> |
| 1012 | |
| 1013 | <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> |
| 1014 | <Video codec="h264" |
| 1015 | bitRate="192000" |
| 1016 | width="176" |
| 1017 | height="144" |
| 1018 | frameRate="30" /> |
| 1019 | |
| 1020 | <!-- audio setting is ignored --> |
| 1021 | <Audio codec="amrnb" |
| 1022 | bitRate="12200" |
| 1023 | sampleRate="8000" |
| 1024 | channels="1" /> |
| 1025 | </EncoderProfile> |
| 1026 | |
| 1027 | <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> |
| 1028 | <Video codec="h264" |
| 1029 | bitRate="720000" |
| 1030 | width="352" |
| 1031 | height="288" |
| 1032 | frameRate="30" /> |
| 1033 | |
| 1034 | <!-- audio setting is ignored --> |
| 1035 | <Audio codec="amrnb" |
| 1036 | bitRate="12200" |
| 1037 | sampleRate="8000" |
| 1038 | channels="1" /> |
| 1039 | </EncoderProfile> |
| 1040 | |
| 1041 | |
| 1042 | <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> |
| 1043 | <Video codec="h264" |
| 1044 | bitRate="512000" |
| 1045 | width="320" |
| 1046 | height="240" |
| 1047 | frameRate="30" /> |
| 1048 | |
| 1049 | <!-- audio setting is ignored --> |
| 1050 | <Audio codec="amrnb" |
| 1051 | bitRate="12200" |
| 1052 | sampleRate="8000" |
| 1053 | channels="1" /> |
| 1054 | </EncoderProfile> |
| 1055 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1056 | <EncoderProfile quality="timelapsevga" fileFormat="mp4" duration="30"> |
| 1057 | <Video codec="h264" |
| 1058 | bitRate="2000000" |
| 1059 | width="640" |
| 1060 | height="480" |
| 1061 | frameRate="30" /> |
| 1062 | |
| 1063 | <!-- audio setting is ignored --> |
| 1064 | <Audio codec="amrnb" |
| 1065 | bitRate="12200" |
| 1066 | sampleRate="8000" |
| 1067 | channels="1" /> |
| 1068 | </EncoderProfile> |
| 1069 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1070 | <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> |
| 1071 | <Video codec="h264" |
| 1072 | bitRate="2000000" |
| 1073 | width="640" |
| 1074 | height="480" |
| 1075 | frameRate="30" /> |
| 1076 | |
| 1077 | <!-- audio setting is ignored --> |
| 1078 | <Audio codec="aac" |
| 1079 | bitRate="156000" |
| 1080 | sampleRate="48000" |
| 1081 | channels="2" /> |
| 1082 | </EncoderProfile> |
| 1083 | |
| 1084 | <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30"> |
| 1085 | <Video codec="h264" |
| 1086 | bitRate="14000000" |
| 1087 | width="1280" |
| 1088 | height="720" |
| 1089 | frameRate="30" /> |
| 1090 | |
| 1091 | <!-- audio setting is ignored --> |
| 1092 | <Audio codec="aac" |
| 1093 | bitRate="156000" |
| 1094 | sampleRate="48000" |
| 1095 | channels="2" /> |
| 1096 | </EncoderProfile> |
| 1097 | |
| 1098 | <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30"> |
| 1099 | <Video codec="h264" |
| 1100 | bitRate="20000000" |
| 1101 | width="1920" |
| 1102 | height="1080" |
| 1103 | frameRate="30" /> |
| 1104 | |
| 1105 | <!-- audio setting is ignored --> |
| 1106 | <Audio codec="aac" |
| 1107 | bitRate="156000" |
| 1108 | sampleRate="48000" |
| 1109 | channels="2" /> |
| 1110 | </EncoderProfile> |
| 1111 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1112 | <EncoderProfile quality="timelapseqhd" fileFormat="mp4" duration="30"> |
| 1113 | <Video codec="h264" |
| 1114 | bitRate="42000000" |
| 1115 | width="2560" |
| 1116 | height="1440" |
| 1117 | frameRate="30" /> |
| 1118 | |
| 1119 | <!-- audio setting is ignored --> |
| 1120 | <Audio codec="aac" |
| 1121 | bitRate="156000" |
| 1122 | sampleRate="48000" |
| 1123 | channels="2" /> |
| 1124 | </EncoderProfile> |
| 1125 | |
| 1126 | <EncoderProfile quality="timelapse2k" fileFormat="mp4" duration="30"> |
| 1127 | <Video codec="h264" |
| 1128 | bitRate="20000000" |
| 1129 | width="2048" |
| 1130 | height="1080" |
| 1131 | frameRate="30" /> |
| 1132 | |
| 1133 | <!-- audio setting is ignored --> |
| 1134 | <Audio codec="aac" |
| 1135 | bitRate="156000" |
| 1136 | sampleRate="48000" |
| 1137 | channels="2" /> |
| 1138 | </EncoderProfile> |
| 1139 | |
| 1140 | <EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30"> |
| 1141 | <Video codec="h264" |
| 1142 | bitRate="42000000" |
| 1143 | width="4096" |
| 1144 | height="2160" |
| 1145 | frameRate="30" /> |
| 1146 | |
| 1147 | <Audio codec="aac" |
| 1148 | bitRate="156000" |
| 1149 | sampleRate="48000" |
| 1150 | channels="2" /> |
| 1151 | </EncoderProfile> |
| 1152 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1153 | <EncoderProfile quality="timelapse2160p" fileFormat="mp4" duration="30"> |
| 1154 | <Video codec="h264" |
| 1155 | bitRate="42000000" |
| 1156 | width="3840" |
| 1157 | height="2160" |
| 1158 | frameRate="30" /> |
| 1159 | |
| 1160 | <Audio codec="aac" |
| 1161 | bitRate="156000" |
| 1162 | sampleRate="48000" |
| 1163 | channels="2" /> |
| 1164 | </EncoderProfile> |
| 1165 | |
| 1166 | <EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="30"> |
| 1167 | <Video codec="h264" |
| 1168 | bitRate="42000000" |
| 1169 | width="1920" |
| 1170 | height="1080" |
| 1171 | frameRate="120" /> |
| 1172 | |
| 1173 | <!-- audio setting is ignored --> |
| 1174 | <Audio codec="aac" |
| 1175 | bitRate="96000" |
| 1176 | sampleRate="48000" |
| 1177 | channels="1" /> |
| 1178 | </EncoderProfile> |
| 1179 | |
| 1180 | <EncoderProfile quality="highspeedhigh" fileFormat="mp4" duration="30"> |
| 1181 | <Video codec="h264" |
| 1182 | bitRate="24000000" |
| 1183 | width="1920" |
| 1184 | height="1080" |
| 1185 | frameRate="240" /> |
| 1186 | |
| 1187 | <!-- audio setting is ignored --> |
| 1188 | <Audio codec="aac" |
| 1189 | bitRate="96000" |
| 1190 | sampleRate="48000" |
| 1191 | channels="1" /> |
| 1192 | </EncoderProfile> |
| 1193 | |
| 1194 | <EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="30"> |
| 1195 | <Video codec="h264" |
| 1196 | bitRate="24000000" |
| 1197 | width="1280" |
| 1198 | height="720" |
| 1199 | frameRate="480" /> |
| 1200 | |
| 1201 | <!-- audio setting is ignored --> |
| 1202 | <Audio codec="aac" |
| 1203 | bitRate="96000" |
| 1204 | sampleRate="48000" |
| 1205 | channels="1" /> |
| 1206 | </EncoderProfile> |
| 1207 | |
| 1208 | <EncoderProfile quality="highspeed480p" fileFormat="mp4" duration="30"> |
| 1209 | <Video codec="h264" |
| 1210 | bitRate="12000000" |
| 1211 | width="640" |
| 1212 | height="480" |
| 1213 | frameRate="240" /> |
| 1214 | |
| 1215 | <Audio codec="aac" |
| 1216 | bitRate="156000" |
| 1217 | sampleRate="48000" |
| 1218 | channels="2" /> |
| 1219 | </EncoderProfile> |
| 1220 | |
| 1221 | <ImageEncoding quality="95" /> |
| 1222 | <ImageEncoding quality="80" /> |
| 1223 | <ImageEncoding quality="70" /> |
| 1224 | <ImageDecoding memCap="20000000" /> |
| 1225 | |
| 1226 | </CamcorderProfiles> |
| 1227 | |
| 1228 | <CamcorderProfiles cameraId="3"> |
| 1229 | |
| 1230 | <EncoderProfile quality="low" fileFormat="3gp" duration="30"> |
| 1231 | <Video codec="h264" |
| 1232 | bitRate="192000" |
| 1233 | width="176" |
| 1234 | height="144" |
| 1235 | frameRate="30" /> |
| 1236 | |
| 1237 | <Audio codec="amrnb" |
| 1238 | bitRate="12200" |
| 1239 | sampleRate="8000" |
| 1240 | channels="1" /> |
| 1241 | </EncoderProfile> |
| 1242 | |
| 1243 | <EncoderProfile quality="high" fileFormat="mp4" duration="30"> |
| 1244 | <Video codec="h264" |
| 1245 | bitRate="42000000" |
| 1246 | width="3840" |
| 1247 | height="2160" |
| 1248 | frameRate="30" /> |
| 1249 | |
| 1250 | <Audio codec="aac" |
| 1251 | bitRate="156000" |
| 1252 | sampleRate="48000" |
| 1253 | channels="2" /> |
| 1254 | </EncoderProfile> |
| 1255 | |
| 1256 | <EncoderProfile quality="qvga" fileFormat="mp4" duration="60"> |
| 1257 | <Video codec="h264" |
| 1258 | bitRate="512000" |
| 1259 | width="320" |
| 1260 | height="240" |
| 1261 | frameRate="30" /> |
| 1262 | |
| 1263 | <Audio codec="aac" |
| 1264 | bitRate="156000" |
| 1265 | sampleRate="48000" |
| 1266 | channels="2" /> |
| 1267 | </EncoderProfile> |
| 1268 | |
| 1269 | <EncoderProfile quality="cif" fileFormat="3gp" duration="30"> |
| 1270 | <Video codec="h264" |
| 1271 | bitRate="720000" |
| 1272 | width="352" |
| 1273 | height="288" |
| 1274 | frameRate="30" /> |
| 1275 | |
| 1276 | <Audio codec="amrnb" |
| 1277 | bitRate="12200" |
| 1278 | sampleRate="8000" |
| 1279 | channels="1" /> |
| 1280 | </EncoderProfile> |
| 1281 | |
| 1282 | <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> |
| 1283 | <Video codec="h264" |
| 1284 | bitRate="2000000" |
| 1285 | width="720" |
| 1286 | height="480" |
| 1287 | frameRate="30" /> |
| 1288 | |
| 1289 | <Audio codec="aac" |
| 1290 | bitRate="156000" |
| 1291 | sampleRate="48000" |
| 1292 | channels="2" /> |
| 1293 | </EncoderProfile> |
| 1294 | |
| 1295 | <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> |
| 1296 | <Video codec="h264" |
| 1297 | bitRate="14000000" |
| 1298 | width="1280" |
| 1299 | height="720" |
| 1300 | frameRate="30" /> |
| 1301 | |
| 1302 | <Audio codec="aac" |
| 1303 | bitRate="156000" |
| 1304 | sampleRate="48000" |
| 1305 | channels="2" /> |
| 1306 | </EncoderProfile> |
| 1307 | |
| 1308 | <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> |
| 1309 | <Video codec="h264" |
| 1310 | bitRate="20000000" |
| 1311 | width="1920" |
| 1312 | height="1080" |
| 1313 | frameRate="30" /> |
| 1314 | |
| 1315 | <Audio codec="aac" |
| 1316 | bitRate="156000" |
| 1317 | sampleRate="48000" |
| 1318 | channels="2" /> |
| 1319 | </EncoderProfile> |
| 1320 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1321 | <EncoderProfile quality="qhd" fileFormat="mp4" duration="30"> |
| 1322 | <Video codec="h264" |
| 1323 | bitRate="42000000" |
| 1324 | width="2560" |
| 1325 | height="1440" |
| 1326 | frameRate="30" /> |
| 1327 | |
| 1328 | <Audio codec="aac" |
| 1329 | bitRate="156000" |
| 1330 | sampleRate="48000" |
| 1331 | channels="2" /> |
| 1332 | </EncoderProfile> |
| 1333 | |
| 1334 | <EncoderProfile quality="2k" fileFormat="mp4" duration="30"> |
| 1335 | <Video codec="h264" |
| 1336 | bitRate="20000000" |
| 1337 | width="2048" |
| 1338 | height="1080" |
| 1339 | frameRate="30" /> |
| 1340 | |
| 1341 | <Audio codec="aac" |
| 1342 | bitRate="156000" |
| 1343 | sampleRate="48000" |
| 1344 | channels="2" /> |
| 1345 | </EncoderProfile> |
| 1346 | |
| 1347 | <EncoderProfile quality="4kdci" fileFormat="mp4" duration="30"> |
| 1348 | <Video codec="h264" |
| 1349 | bitRate="42000000" |
| 1350 | width="4096" |
| 1351 | height="2160" |
| 1352 | frameRate="24" /> |
| 1353 | |
| 1354 | <Audio codec="aac" |
| 1355 | bitRate="156000" |
| 1356 | sampleRate="48000" |
| 1357 | channels="2" /> |
| 1358 | </EncoderProfile> |
| 1359 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1360 | <EncoderProfile quality="2160p" fileFormat="mp4" duration="30"> |
| 1361 | <Video codec="h264" |
| 1362 | bitRate="42000000" |
| 1363 | width="3840" |
| 1364 | height="2160" |
| 1365 | frameRate="30" /> |
| 1366 | |
| 1367 | <Audio codec="aac" |
| 1368 | bitRate="156000" |
| 1369 | sampleRate="48000" |
| 1370 | channels="2" /> |
| 1371 | </EncoderProfile> |
| 1372 | |
| 1373 | <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> |
| 1374 | <Video codec="h264" |
| 1375 | bitRate="192000" |
| 1376 | width="176" |
| 1377 | height="144" |
| 1378 | frameRate="30" /> |
| 1379 | |
| 1380 | <Audio codec="amrnb" |
| 1381 | bitRate="12200" |
| 1382 | sampleRate="8000" |
| 1383 | channels="1" /> |
| 1384 | </EncoderProfile> |
| 1385 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1386 | <EncoderProfile quality="vga" fileFormat="mp4" duration="30"> |
| 1387 | <Video codec="h264" |
| 1388 | bitRate="2000000" |
| 1389 | width="640" |
| 1390 | height="480" |
| 1391 | frameRate="30" /> |
| 1392 | |
| 1393 | <Audio codec="aac" |
| 1394 | bitRate="156000" |
| 1395 | sampleRate="48000" |
| 1396 | channels="2" /> |
| 1397 | </EncoderProfile> |
| 1398 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1399 | <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30"> |
| 1400 | <Video codec="h264" |
| 1401 | bitRate="192000" |
| 1402 | width="176" |
| 1403 | height="144" |
| 1404 | frameRate="30" /> |
| 1405 | |
| 1406 | <!-- audio setting is ignored --> |
| 1407 | <Audio codec="amrnb" |
| 1408 | bitRate="12200" |
| 1409 | sampleRate="8000" |
| 1410 | channels="1" /> |
| 1411 | </EncoderProfile> |
| 1412 | |
| 1413 | <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30"> |
| 1414 | <Video codec="h264" |
| 1415 | bitRate="42000000" |
| 1416 | width="3840" |
| 1417 | height="2160" |
| 1418 | frameRate="30" /> |
| 1419 | |
| 1420 | <!-- audio setting is ignored --> |
| 1421 | <Audio codec="aac" |
| 1422 | bitRate="156000" |
| 1423 | sampleRate="48000" |
| 1424 | channels="2" /> |
| 1425 | </EncoderProfile> |
| 1426 | |
| 1427 | <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> |
| 1428 | <Video codec="h264" |
| 1429 | bitRate="192000" |
| 1430 | width="176" |
| 1431 | height="144" |
| 1432 | frameRate="30" /> |
| 1433 | |
| 1434 | <!-- audio setting is ignored --> |
| 1435 | <Audio codec="amrnb" |
| 1436 | bitRate="12200" |
| 1437 | sampleRate="8000" |
| 1438 | channels="1" /> |
| 1439 | </EncoderProfile> |
| 1440 | |
| 1441 | <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> |
| 1442 | <Video codec="h264" |
| 1443 | bitRate="720000" |
| 1444 | width="352" |
| 1445 | height="288" |
| 1446 | frameRate="30" /> |
| 1447 | |
| 1448 | <!-- audio setting is ignored --> |
| 1449 | <Audio codec="amrnb" |
| 1450 | bitRate="12200" |
| 1451 | sampleRate="8000" |
| 1452 | channels="1" /> |
| 1453 | </EncoderProfile> |
| 1454 | |
| 1455 | |
| 1456 | <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> |
| 1457 | <Video codec="h264" |
| 1458 | bitRate="512000" |
| 1459 | width="320" |
| 1460 | height="240" |
| 1461 | frameRate="30" /> |
| 1462 | |
| 1463 | <!-- audio setting is ignored --> |
| 1464 | <Audio codec="amrnb" |
| 1465 | bitRate="12200" |
| 1466 | sampleRate="8000" |
| 1467 | channels="1" /> |
| 1468 | </EncoderProfile> |
| 1469 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1470 | <EncoderProfile quality="timelapsevga" fileFormat="mp4" duration="30"> |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1471 | <Video codec="h264" |
| 1472 | bitRate="2000000" |
| 1473 | width="640" |
| 1474 | height="480" |
| 1475 | frameRate="30" /> |
| 1476 | |
| 1477 | <!-- audio setting is ignored --> |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1478 | <Audio codec="amrnb" |
| 1479 | bitRate="12200" |
| 1480 | sampleRate="8000" |
| 1481 | channels="1" /> |
| 1482 | </EncoderProfile> |
| 1483 | |
| 1484 | <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30"> |
| 1485 | <Video codec="h264" |
| 1486 | bitRate="2000000" |
| 1487 | width="640" |
| 1488 | height="480" |
| 1489 | frameRate="30" /> |
| 1490 | |
| 1491 | <!-- audio setting is ignored --> |
| 1492 | <Audio codec="aac" |
| 1493 | bitRate="156000" |
| 1494 | sampleRate="48000" |
| 1495 | channels="2" /> |
| 1496 | </EncoderProfile> |
| 1497 | |
| 1498 | <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30"> |
| 1499 | <Video codec="h264" |
| 1500 | bitRate="14000000" |
| 1501 | width="1280" |
| 1502 | height="720" |
| 1503 | frameRate="30" /> |
| 1504 | |
| 1505 | <!-- audio setting is ignored --> |
| 1506 | <Audio codec="aac" |
| 1507 | bitRate="156000" |
| 1508 | sampleRate="48000" |
| 1509 | channels="2" /> |
| 1510 | </EncoderProfile> |
| 1511 | |
| 1512 | <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30"> |
| 1513 | <Video codec="h264" |
| 1514 | bitRate="20000000" |
| 1515 | width="1920" |
| 1516 | height="1080" |
| 1517 | frameRate="30" /> |
| 1518 | |
| 1519 | <!-- audio setting is ignored --> |
| 1520 | <Audio codec="aac" |
| 1521 | bitRate="156000" |
| 1522 | sampleRate="48000" |
| 1523 | channels="2" /> |
| 1524 | </EncoderProfile> |
| 1525 | |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1526 | <EncoderProfile quality="timelapseqhd" fileFormat="mp4" duration="30"> |
| 1527 | <Video codec="h264" |
| 1528 | bitRate="42000000" |
| 1529 | width="2560" |
| 1530 | height="1440" |
| 1531 | frameRate="30" /> |
| 1532 | |
| 1533 | <!-- audio setting is ignored --> |
| 1534 | <Audio codec="aac" |
| 1535 | bitRate="156000" |
| 1536 | sampleRate="48000" |
| 1537 | channels="2" /> |
| 1538 | </EncoderProfile> |
| 1539 | |
| 1540 | <EncoderProfile quality="timelapse2k" fileFormat="mp4" duration="30"> |
| 1541 | <Video codec="h264" |
| 1542 | bitRate="20000000" |
| 1543 | width="2048" |
| 1544 | height="1080" |
| 1545 | frameRate="30" /> |
| 1546 | |
| 1547 | <!-- audio setting is ignored --> |
| 1548 | <Audio codec="aac" |
| 1549 | bitRate="156000" |
| 1550 | sampleRate="48000" |
| 1551 | channels="2" /> |
| 1552 | </EncoderProfile> |
| 1553 | |
| 1554 | <EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30"> |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1555 | <Video codec="h264" |
| 1556 | bitRate="42000000" |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1557 | width="4096" |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1558 | height="2160" |
| 1559 | frameRate="30" /> |
| 1560 | |
| 1561 | <Audio codec="aac" |
| 1562 | bitRate="156000" |
| 1563 | sampleRate="48000" |
| 1564 | channels="2" /> |
| 1565 | </EncoderProfile> |
| 1566 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1567 | <EncoderProfile quality="timelapse2160p" fileFormat="mp4" duration="30"> |
| 1568 | <Video codec="h264" |
| 1569 | bitRate="42000000" |
| 1570 | width="3840" |
| 1571 | height="2160" |
| 1572 | frameRate="30" /> |
| 1573 | |
| 1574 | <Audio codec="aac" |
| 1575 | bitRate="156000" |
| 1576 | sampleRate="48000" |
| 1577 | channels="2" /> |
| 1578 | </EncoderProfile> |
| 1579 | |
| 1580 | <EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="30"> |
| 1581 | <Video codec="h264" |
| 1582 | bitRate="42000000" |
| 1583 | width="1920" |
| 1584 | height="1080" |
| 1585 | frameRate="120" /> |
| 1586 | |
| 1587 | <!-- audio setting is ignored --> |
| 1588 | <Audio codec="aac" |
| 1589 | bitRate="96000" |
| 1590 | sampleRate="48000" |
| 1591 | channels="1" /> |
| 1592 | </EncoderProfile> |
| 1593 | |
| 1594 | <EncoderProfile quality="highspeedhigh" fileFormat="mp4" duration="30"> |
| 1595 | <Video codec="h264" |
| 1596 | bitRate="24000000" |
| 1597 | width="1280" |
| 1598 | height="720" |
| 1599 | frameRate="240" /> |
| 1600 | |
| 1601 | <!-- audio setting is ignored --> |
| 1602 | <Audio codec="aac" |
| 1603 | bitRate="96000" |
| 1604 | sampleRate="48000" |
| 1605 | channels="1" /> |
| 1606 | </EncoderProfile> |
| 1607 | |
| 1608 | <EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="30"> |
| 1609 | <Video codec="h264" |
| 1610 | bitRate="24000000" |
| 1611 | width="1280" |
| 1612 | height="720" |
| 1613 | frameRate="240" /> |
| 1614 | |
| 1615 | <!-- audio setting is ignored --> |
| 1616 | <Audio codec="aac" |
| 1617 | bitRate="96000" |
| 1618 | sampleRate="48000" |
| 1619 | channels="1" /> |
| 1620 | </EncoderProfile> |
| 1621 | |
| 1622 | <EncoderProfile quality="highspeed480p" fileFormat="mp4" duration="30"> |
| 1623 | <Video codec="h264" |
| 1624 | bitRate="12000000" |
| 1625 | width="640" |
| 1626 | height="480" |
| 1627 | frameRate="240" /> |
| 1628 | |
| 1629 | <Audio codec="aac" |
| 1630 | bitRate="156000" |
| 1631 | sampleRate="48000" |
| 1632 | channels="2" /> |
| 1633 | </EncoderProfile> |
| 1634 | |
| 1635 | <ImageEncoding quality="95" /> |
| 1636 | <ImageEncoding quality="80" /> |
| 1637 | <ImageEncoding quality="70" /> |
| 1638 | <ImageDecoding memCap="20000000" /> |
| 1639 | |
| 1640 | </CamcorderProfiles> |
| 1641 | |
| 1642 | <EncoderOutputFileFormat name="3gp" /> |
| 1643 | <EncoderOutputFileFormat name="mp4" /> |
| 1644 | |
| 1645 | <!-- |
| 1646 | If a codec is not enabled, it is invisible to the applications |
| 1647 | In other words, the applications won't be able to use the codec |
| 1648 | or query the capabilities of the codec at all if it is disabled |
| 1649 | --> |
| 1650 | <VideoEncoderCap name="h264" enabled="true" |
| 1651 | minBitRate="64000" maxBitRate="42000000" |
| 1652 | minFrameWidth="176" maxFrameWidth="4096" |
| 1653 | minFrameHeight="144" maxFrameHeight="2160" |
| 1654 | minFrameRate="15" maxFrameRate="480" |
| 1655 | maxHFRFrameWidth="1920" maxHFRFrameHeight="1080" |
| 1656 | maxHFRMode="120" /> |
| 1657 | |
| 1658 | <VideoEncoderCap name="h263" enabled="true" |
| 1659 | minBitRate="64000" maxBitRate="2000000" |
| 1660 | minFrameWidth="176" maxFrameWidth="800" |
| 1661 | minFrameHeight="144" maxFrameHeight="480" |
| 1662 | minFrameRate="15" maxFrameRate="30" |
| 1663 | maxHFRFrameWidth="0" maxHFRFrameHeight="0" |
| 1664 | maxHFRMode="0" /> |
| 1665 | |
| 1666 | <VideoEncoderCap name="m4v" enabled="true" |
| 1667 | minBitRate="64000" maxBitRate="20000000" |
| 1668 | minFrameWidth="176" maxFrameWidth="1280" |
| 1669 | minFrameHeight="144" maxFrameHeight="720" |
| 1670 | minFrameRate="15" maxFrameRate="30" |
| 1671 | maxHFRFrameWidth="0" maxHFRFrameHeight="0" |
| 1672 | maxHFRMode="0" /> |
| 1673 | |
| 1674 | <VideoEncoderCap name="hevc" enabled="true" |
| 1675 | minBitRate="64000" maxBitRate="100000000" |
| 1676 | minFrameWidth="176" maxFrameWidth="4096" |
| 1677 | minFrameHeight="144" maxFrameHeight="2160" |
| 1678 | minFrameRate="15" maxFrameRate="30" |
| 1679 | maxHFRFrameWidth="0" maxHFRFrameHeight="0" |
| 1680 | maxHFRMode="0" /> |
| 1681 | |
| 1682 | <AudioEncoderCap name="aac" enabled="true" |
| 1683 | minBitRate="8000" maxBitRate="192000" |
| 1684 | minSampleRate="8000" maxSampleRate="48000" |
| 1685 | minChannels="1" maxChannels="6" /> |
| 1686 | |
| 1687 | <AudioEncoderCap name="heaac" enabled="true" |
| 1688 | minBitRate="8000" maxBitRate="64000" |
| 1689 | minSampleRate="16000" maxSampleRate="48000" |
| 1690 | minChannels="1" maxChannels="1" /> |
| 1691 | |
| 1692 | <AudioEncoderCap name="aaceld" enabled="true" |
| 1693 | minBitRate="16000" maxBitRate="192000" |
| 1694 | minSampleRate="16000" maxSampleRate="48000" |
| 1695 | minChannels="1" maxChannels="1" /> |
| 1696 | |
| 1697 | <AudioEncoderCap name="amrwb" enabled="true" |
| 1698 | minBitRate="6600" maxBitRate="23850" |
| 1699 | minSampleRate="16000" maxSampleRate="16000" |
| 1700 | minChannels="1" maxChannels="1" /> |
| 1701 | |
| 1702 | <AudioEncoderCap name="amrnb" enabled="true" |
| 1703 | minBitRate="5525" maxBitRate="12200" |
| 1704 | minSampleRate="8000" maxSampleRate="8000" |
| 1705 | minChannels="1" maxChannels="1" /> |
| 1706 | |
| 1707 | <!-- |
| 1708 | FIXME: |
| 1709 | We do not check decoder capabilities at present |
| 1710 | At present, we only check whether windows media is visible |
| 1711 | for TEST applications. For other applications, we do |
| 1712 | not perform any checks at all. |
| 1713 | --> |
micky387 | 851665f | 2019-09-28 03:02:13 +0200 | [diff] [blame^] | 1714 | <VideoDecoderCap name="wmv" enabled="false"/> |
| 1715 | <AudioDecoderCap name="wma" enabled="false"/> |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 1716 | |
| 1717 | <!-- |
| 1718 | The VideoEditor Capability configuration: |
| 1719 | - maxInputFrameWidth: maximum video width of imported video clip. |
| 1720 | - maxInputFrameHeight: maximum video height of imported video clip. |
| 1721 | - maxOutputFrameWidth: maximum video width of exported video clip. |
| 1722 | - maxOutputFrameHeight: maximum video height of exported video clip. |
| 1723 | - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder, |
| 1724 | used to limit the amount of memory for prefetched YUV frames. |
| 1725 | For this platform, it allows maximum 30MB(3MB per 1080p frame x 10 |
| 1726 | frames) memory. |
| 1727 | --> |
| 1728 | <VideoEditorCap maxInputFrameWidth="1920" |
| 1729 | maxInputFrameHeight="1088" maxOutputFrameWidth="1920" |
| 1730 | maxOutputFrameHeight="1088" maxPrefetchYUVFrames="10"/> |
| 1731 | <!-- |
| 1732 | The VideoEditor Export codec profile and level values |
| 1733 | correspond to the values in OMX_Video.h. |
| 1734 | E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline |
| 1735 | and level 4096 means OMX_VIDEO_AVCLevel41. |
| 1736 | Please note that the values are in decimal. |
| 1737 | These values are for video encoder. |
| 1738 | --> |
| 1739 | <!-- |
| 1740 | Codec = h.264, Baseline profile, level 4.0 |
| 1741 | --> |
| 1742 | <ExportVideoProfile name="h264" profile= "1" level="2048"/> |
| 1743 | <!-- |
| 1744 | Codec = h.263, Baseline profile, level 70 |
| 1745 | --> |
| 1746 | <ExportVideoProfile name="h263" profile= "1" level="128"/> |
| 1747 | <!-- |
| 1748 | Codec = mpeg4, Simple profile, level 5 |
| 1749 | --> |
| 1750 | <ExportVideoProfile name="m4v" profile= "1" level="128"/> |
| 1751 | </MediaSettings> |