diff --git a/docs/complex_example.md b/docs/complex_example.md index 13325b0..983648c 100644 --- a/docs/complex_example.md +++ b/docs/complex_example.md @@ -200,7 +200,7 @@ use [comments as parsing directives or otherwise break interoperability](https:/ "creates": "v2_silent", // output asset name "source": "v2", // main video asset "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 } ] } diff --git a/src/test/resources/tests/test_add_silence.jvc b/src/test/resources/tests/test_add_silence.jvc index 5f052df..3c83010 100644 --- a/src/test/resources/tests/test_add_silence.jvc +++ b/src/test/resources/tests/test_add_silence.jvc @@ -16,12 +16,13 @@ "start": "10", "end": "30" }, + // create 20 seconds of silent audio, combine with input video, produce silent video output. { "operation": "add-silence", // name of the operation "creates": "v2_silent", // output asset name "source": "v2", // main video asset "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 } ] }