diff --git a/README.md b/README.md index 5457100..3b30259 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,8 @@ JVCL provides higher-level semantics for working with these lower level tools. Say you want to split a portion of a video into ten-second chunks. With ffmpeg and bash, you might do something like this: ```shell script - START=10 - END=130 INCR=10 - for ((i=START;i