Added
12 July 2019 - copy from source for apple_prores output
about 7 years ago by Encoding.com Product Team
Added copy option for
<?xml version="1.0"?>
<query>
<userid>ID</userid>
<userkey>KEY</userkey>
<action>[Action]</action>
<format>
<output>apple_prores</output>
<!-- Common output parameters -->
<type>copy</type>
<size>copy</size>
<framerate>copy</framerate>
<force_interlaced>copy</force_interlaced>
<color_primaries>copy</color_primaries>
<transfer_characteristics>copy</transfer_characteristics>
<matrix_coefficients>copy</matrix_coefficients>
</format>
</query>{
"query": {
"userid": "ID",
"userkey": "KEY",
"action": "[Action]",
"format": {
"output": "apple_prores",
"type": "copy",
"size": "copy",
"framerate": "copy",
"force_interlaced": "copy",
"color_primaries": "copy",
"transfer_characteristics": "copy",
"matrix_coefficients": "copy"
}
}
}| Parameter | Description | Allowed Value | Default Value |
|---|---|---|---|
| type | ProRes type |
| apch |
| size | Specifies the video frame size. |
| None |
| framerate | Specifies the frame rate. | Any non-zero float or N/M where N and M are non-zero integers
| None |
| force_interlaced | Specify the interlaced encoding type. |
| no |
| color_primaries | Color primaries index |
| 2 |
| transfer_characteristics | Transfer characteristics index |
| 2 |
| matrix_coefficients | Matrix coefficients index |
| 2 |