From e947774eab19c381f3f01c5c30eeea2049dad550 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sun, 14 May 2017 00:35:30 -1000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de9cfa..75a7631 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ffmpeg -i input.mp4 \ -map [v5] output.mp4 ``` -Maybe this looks great to you, but if you haven't worked with FFmpeg before, it probably looks pretty alien. +Maybe this looks great to you, but if you're not an FFmpeg command-line expert, it probably looks pretty alien. If you're like me and find Python to be powerful and readable, it's easy with `ffmpeg-python`: ```