This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
javicle
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update docs
master
Jonathan Cobb
4 years ago
parent
ab4c441349
commit
794fc39a13
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
Write
Preview
Loading…
Cancel
Save