From 794fc39a133c1bd2df184f7964c6316f08125222 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 16 Dec 2020 17:34:10 -0500 Subject: [PATCH] update docs --- src/test/resources/tests/test_overlay.jvcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/resources/tests/test_overlay.jvcl b/src/test/resources/tests/test_overlay.jvcl index 60432fc..18b705f 100644 --- a/src/test/resources/tests/test_overlay.jvcl +++ b/src/test/resources/tests/test_overlay.jvcl @@ -15,6 +15,7 @@ "operations": [ // trim videos first, so test runs faster { + // main video is 60 seconds long "operation": "trim", "creates": "v1", "source": "vid1", @@ -22,6 +23,7 @@ "end": "60" }, { + // overlay video is 10 seconds long "operation": "trim", "creates": "v2", "source": "vid2",