Add instructions for getting FFmpeg up

This commit is contained in:
Ritiek
2017-06-20 20:51:28 +05:30
parent 20d4d7c2d5
commit 86506307ff
2 changed files with 11 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ def get_arguments():
help='choose the song to download manually', action='store_true')
parser.add_argument('-nm', '--no-metadata', default=False,
help='do not embed metadata in songs', action='store_true')
parser.add_argument('-f', '--avconv', default=False,
parser.add_argument('-a', '--avconv', default=False,
help='Use avconv for conversion otherwise set defaults to ffmpeg',
action='store_true')
parser.add_argument('-v', '--verbose', default=False,