From 430e2db97be8560ad36146ef1b697904e89119d0 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 8 Apr 2019 22:11:34 +0100 Subject: [PATCH] Fix example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 605e477..534ca25 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You'll need to have either [ffmpeg](https://ffmpeg.org/) or [avconv](https://lib ## Usage You can convert all the media in the current directory by just running the script: ``` -./media-swapper --src=/path/to/videos --bin=/path/to/ffmpeg-or-avconv +./media-swapper --src=/path/to/videos ``` You can also specify the binary if required: