From eb6a5b379e050556547a54d40814e12e969374bf Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Wed, 1 Apr 2015 11:52:07 -0400 Subject: [PATCH] minor text change --- bin/convertMedia | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/convertMedia b/bin/convertMedia index bd9ce32..9666aad 100755 --- a/bin/convertMedia +++ b/bin/convertMedia @@ -429,8 +429,8 @@ convert usage() { echo -n "${scriptName} ${version} [OPTION]... [ARGUMENT]... -This is my master FFMPEG media conversion script. It will convert audio and video -into many different formats. I wrote it to eliminate the need to remember archaic +This is a master FFMPEG media conversion script. It will convert audio and video +into many different formats. It was written to eliminate the need to remember archaic FFMPEG commands. Default behavior is to parse through directories of files and take actions on multiple @@ -463,7 +463,8 @@ Video Specific Options: --height Set a height in pixels to scale the target file. --width Set a width in pixels to scale the target file. --downsize720 Searches for 1080p videos and downsizes them to 720p. No need - for other scaling options. + for other scaling options. Used to reduce the size of video collections + when quality is not the primary need. " }