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 2db303e commit be0cbd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Here's a real-world example:
3. Install **pymediainfo**:

```bash
pip3 install pymediainfo
python3 -m pip 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**).
Expand All @@ -79,14 +79,14 @@ You can do this easily by dragging a folder from **Finder** to **Terminal** whil

To process a single file:

```bash
./rename-avid-mxf.sh "/path/to/yourfile.mxf"
```
```bash
./rename-avid-mxf.sh "/path/to/yourfile.mxf"
```

To process a directory:

```
./rename-avid-mxf.sh "/path/to/directory"
```
```
./rename-avid-mxf.sh "/path/to/directory"
```

This script will recursively search through the specified directory and rename all MXF files based on their package name.
This script will recursively search through the specified directory and rename all MXF files based on their package name.

0 comments on commit be0cbd8

Please sign in to comment.