Jonathan Cobb 3 лет назад
Родитель
Сommit
5322f8d576
2 измененных файлов: 3 добавлений и 2 удалений
  1. +1
    -1
      docs/complex_example.md
  2. +2
    -1
      src/test/resources/tests/test_add_silence.jvc

+ 1
- 1
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
}
]
}


+ 2
- 1
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
}
]
}

Загрузка…
Отмена
Сохранить