Browse Source

update docs

master
Jonathan Cobb 4 years ago
parent
commit
794fc39a13
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/test/resources/tests/test_overlay.jvcl

+ 2
- 0
src/test/resources/tests/test_overlay.jvcl View File

@@ -15,6 +15,7 @@
"operations": [ "operations": [
// trim videos first, so test runs faster // trim videos first, so test runs faster
{ {
// main video is 60 seconds long
"operation": "trim", "operation": "trim",
"creates": "v1", "creates": "v1",
"source": "vid1", "source": "vid1",
@@ -22,6 +23,7 @@
"end": "60" "end": "60"
}, },
{ {
// overlay video is 10 seconds long
"operation": "trim", "operation": "trim",
"creates": "v2", "creates": "v2",
"source": "vid2", "source": "vid2",


Loading…
Cancel
Save