Skip to main content

Source_pipeline

NameTypeDescription
trimanyOf         
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_proresboolean
Flag to use native, accelerated, Apple ProRes decoder. Default true.
scalerobjectThe type of function to be used in scaling operations.
skip_video_decodingboolean
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
}
}
}
}
}