Source_pipeline
Name | Type | Description |
---|---|---|
trim | anyOf by_sec_in_out by_sec_in_dur by_timecode by_asset_timecode by_frame_nr by_section_nr by_media_track by_nothing | Object defining the type of trim operation to perform on an asset. |
accelerated_prores | boolean | Flag to use native, accelerated, Apple ProRes decoder. Default true. |
scaler | object | The type of function to be used in scaling operations. |
skip_video_decoding | boolean | Flag to forcefully skip video decoding during analysis. Default is false. |
Example source_pipeline
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"source_pipeline": {
"trim": {
"inpoint_sec": 60,
"outpoint_sec": 120
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": {
"ebur128": {
"enabled": true,
"scale_meter": 9
}
}
}
}
}