Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Jun 24, 2023
1 parent 3ea2ff0 commit 2db303e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,19 @@ Here's a real-world example:
brew install python3 mediainfo libmediainfo
```

3. Download this repository by clicking [here](https://github.com/CommandPost/RenameAvidMXFFiles/archive/refs/heads/main.zip) (or by pressing the **Code** button above then **Download ZIP**).
3. Install **pymediainfo**:

4. Double click on the downloaded ZIP file in Finder to unzip it. Put the folder somewhere like your Desktop.
```bash
pip3 install pymediainfo
```

4. Download this repository by clicking [here](https://github.com/CommandPost/RenameAvidMXFFiles/archive/refs/heads/main.zip) (or by pressing the **Code** button above then **Download ZIP**).

5. Double click on the downloaded ZIP file in Finder to unzip it. Put the folder somewhere like your Desktop.

5. Change to the directory which you just unzipped (i.e. the folder which contains the `rename-avid-mxf.sh` and `rename-avid-mxf.py` files). You can do this easily by dragging a folder from **Finder** to **Terminal** whilst holding down the **COMMAND** key.
6. Change to the directory which you just unzipped (i.e. the folder which contains the `rename-avid-mxf.sh` and `rename-avid-mxf.py` files). You can do this easily by dragging a folder from **Finder** to **Terminal** whilst holding down the **COMMAND** key.

6. Make the shell script executable:
7. Make the shell script executable:

```bash
chmod +x rename-avid-mxf.sh
Expand Down

0 comments on commit 2db303e

Please sign in to comment.