diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-10-15 14:41:31 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-10-15 14:41:31 +0200 |
commit | c30b6ef35a062753b5f51dad04f6e64c4ce2a0e0 (patch) | |
tree | 78ababcdef4b73048f1737c1e358a81846094c40 | |
parent | e67d50d096cafbd33108dca028760baa6618bd2e (diff) | |
download | video_save-master.tar.xz video_save-master.zip |
-rwxr-xr-x | convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ if len(sys.argv) >= 3 and len(sys.argv) <= 4: print("No such file or directory: '"+str(sourcedir)+"'") sys.exit() else: - print("Simple tool for convert mp4 file to mp3") + print("Simple tool for convert mp4, mkv or webm file to mp3") print("Usage:\nconvert.py [-n|-y] [SOURCE] [DESTINATION]") print(" -n ffmpeg: Do not overwrite output files, and exit immediately if a specified output file already exists. (Default option)") print(" -y ffmpeg: Overwrite output files without asking.") |