Explorar el Código

fix typo

master
Jonathan Cobb hace 3 años
padre
commit
5322f8d576
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +1
    -1
      docs/complex_example.md
  2. +2
    -1
      src/test/resources/tests/test_add_silence.jvc

+ 1
- 1
docs/complex_example.md Ver fichero

@@ -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 Ver fichero

@@ -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
}
]
}

Cargando…
Cancelar
Guardar