Track_selector
Name | Type | Description |
---|---|---|
id | integer | The ID of the audio track to be analyzed. |
pid | integer | The PID of the audio track to be analyzed. |
index | integer | The index (0-based) of the audio track to be analyzed. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type did not exist in the source. |
Example track_selector
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": [
{
"track_selector": {
"pid": 381
},
"volume": {
"enabled": true
},
"levels": {
"enabled": true
}
}
],
"video": {
"black": {
"duration_sec": 5,
"enabled": true
}
}
}
}
}