From 0aad3ef0abee6dd59b44afa6a412fb0fb427a508 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 18:07:06 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78bc68..09af378 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ and bash, you might do something like this: ffmpeg -i $i /tmp/my/source.mp4 -ss $((i)) -t $((i+INCR)) /tmp/my/slice_$((i))_$((i+INCR)).mp4 done ``` -With JVCL, you would use write this spec: +With JVCL, you'd create this spec: ```json { "assets": [ {"name": "src", "path": "/tmp/my/source.mp4"} ],