Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Mar 20, 2021
1 parent 3982cfc commit b5381a0
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit b5381a0

Please sign in to comment.