added
12 July 2019 - copy from source for apple_prores output
almost 6 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 |