From 527318fc8dd73a75a324ca5576b89786b36b1e01 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sat, 13 May 2017 19:50:55 -1000 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d9f334..d8d40f7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ffmpeg -i input.mp4 \ -map [v3] output.mp4 ``` -Maybe this looks great to you, but if you haven't worked with FFmpeg before, this probably looks pretty alien. +Maybe this looks great to you, but if you haven't worked with FFmpeg before, it probably looks pretty alien. If you're like me and find Python to be powerful and readable, it's easy with `ffmpeg-python`: ```