added

12 July 2019 - copy from source for apple_prores output

Added copy option for , , , <force_interlaced/>, <color_primaries/>, <transfer_characteristics/>, and <matrix_coefficients/> parameters for the apple_prores output format.

<?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"
        }
    }
}
ParameterDescriptionAllowed ValueDefault Value
typeProRes typeapch — ProRes 422 HQ
apcn — ProRes 422
apcs — ProRes 422 LT
apco — ProRes 422 Proxy
ap4h — ProRes 4444
ap4x — ProRes 4444 XQ
copy — copy from source
apch
sizeSpecifies the video frame size.WxH, where W and N are any even integers.
copy — copy from source
None
framerateSpecifies the frame rate.Any non-zero float or N/M where N and M are non-zero integers
copy — copy from source
None
force_interlacedSpecify the interlaced encoding type.tff — top field first
bff — bottom field first
no — no interlacing
copy — copy from source
no
color_primariesColor primaries index2 — auto
1 — ITU-R BT.709
5 — ITU-R BT.601 625-line
6 — ITU-R BT.601 525-line
9 — ITU-R BT.2020
copy — copy from source
2
transfer_characteristicsTransfer characteristics index2 — auto
1 — ITU-R BT.709 / BT.601 / BT.2020
16 — SMPTE ST 2084 (PQ)
18 — BT.2100 Hybrid Log Gamma
copy — copy from source
2
matrix_coefficientsMatrix coefficients index2 — auto
1 — ITU-R BT.709
6 — ITU-R BT.601
9 — ITU-R BT.2020
copy — copy from source
2