|
@@ -16,12 +16,13 @@ |
|
|
"start": "10", |
|
|
"start": "10", |
|
|
"end": "30" |
|
|
"end": "30" |
|
|
}, |
|
|
}, |
|
|
|
|
|
// create 20 seconds of silent audio, combine with input video, produce silent video output. |
|
|
{ |
|
|
{ |
|
|
"operation": "add-silence", // name of the operation |
|
|
"operation": "add-silence", // name of the operation |
|
|
"creates": "v2_silent", // output asset name |
|
|
"creates": "v2_silent", // output asset name |
|
|
"source": "v2", // main video asset |
|
|
"source": "v2", // main video asset |
|
|
"channelLayout": "stereo", // optional channel layout, usually 'mono' or 'stereo'. Default is 'stereo' |
|
|
"channelLayout": "stereo", // optional channel layout, usually 'mono' or 'stereo'. Default is 'stereo' |
|
|
"samplingRate": 48000 // optional samping rate, in Hz. default is 48000 |
|
|
|
|
|
|
|
|
"samplingRate": 48000 // optional sampling rate, in Hz. default is 48000 |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |