From 1fa197e930cdd32eb0cdfdaf7616ae46eebc28a1 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 11:10:23 -0500 Subject: [PATCH] update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c7db7..ee67cc3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ splitting, concatenating, letterboxing, overlaying one video onto another, and so on. # A Quick Example -Suppose you'd like to split one video that is five minutes long into five -videos, each one minute long. +Suppose you have one video that is five minutes long, +and you want to split it into five videos, each one minute long. With ffmpeg and bash, you might do something like this: ```shell script