瀏覽代碼

Update readme about GUI

lzl12051 3 年之前
父節點
當前提交
94d186d968
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -5,9 +5,12 @@ The script will scan the file names ([GoPro File naming Convention](https://comm
 
 # Usage
 **FFmpeg must be installed first to use this script.**
-
+Just run the script file and it will ask you to set the source folder and output folder.
+```bash
+python3 concatGOPRO.py
 ```
+Or you could use command line interface like below:
+```bash
 python3 concatGOPRO.py input_path output_path
 ```
-
-And go check your output folder!
+Go check your output folder!