diff --git a/README.md b/README.md index 3c40742..f2d10b0 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,25 @@ Calculates total duration and list resolution and frame rates of media files. ![ReadMe image](images/readme_img.png) -This works with video, audio, and images. -Images will just display a resolution. +Works with: +- video +- audio +- images -This has been tested on Mac, Windows, and Linux. +*Images will just display a resolution* + +Tested on: +- Mac +- Windows +- Linux ## How to Use Select files and/or folders, drag and drop onto app. ## Installation -You will need to download a static version of ffprobe. -Visit https://www.ffmpeg.org/download.html where you can download the ffmpeg package (includes ffprobe). Look under the "Get packages & executable files" section. +**You will need to download a static version of ffprobe.** +> Visit https://www.ffmpeg.org/download.html where you can download the ffmpeg package (includes ffprobe). Look under the "Get packages & executable files" section. After downloading, drag the ffprobe executable into the Get_Total_Duartion folder. It's recomeneded to create a virtual environment and activate. @@ -33,5 +40,6 @@ pyinstaller main.spec The app will be built in *Get_Total_Duration > dist* ## Trouble Shoot Build -If you used PyEnv to install Python, you may get a "Python Library not Found error." You will need to use the "--enable-shared" arguments when installing python. See below. +If you used PyEnv to install Python, you may get a "Python Library not Found error." +You will need to use the "--enable-shared" arguments when installing python. See below. https://pyinstaller.readthedocs.io/en/stable/development/venv.html \ No newline at end of file