Skip to content

Commit

Permalink
docs: changed links
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeF0x committed Feb 4, 2025
1 parent 3be4fb7 commit 92380e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ files quickly and efficiently.

Because it uses ffmpeg under the hood, it supports any media file processing that ffmpeg can handle.

1. [Installation](#-installation)
2. [Usage](#-usage)
1. [Installation](#installation-)
2. [Usage](#usage-)
- [Practical examples](#more-practical-examples)
3. [Requirements](#-requirements)
4. [All available options](#-available-options)
5. [License](#-license)
3. [Requirements](#requirements-)
4. [All available options](#available-options-)
5. [License](#license-)

### 💻 Installation
### Installation 💻

#### [Homebrew](https://brew.sh) (macOS / Linux)

Expand Down Expand Up @@ -58,7 +58,7 @@ The ffzap executable will be under `target/release/`

and add it to your path.

### ⌨️ Usage
### Usage ⌨️

ffzap's usage is almost identical to ffmpeg, consider this simple example:

Expand Down Expand Up @@ -159,13 +159,13 @@ Keypoints:

</details>

### ⚙️ Requirements
### Requirements ⚙️

- a working installation of [ffmpeg](https://ffmpeg.org/download.html)
- (just for installing / building via Cargo) a working installation of
the [Rust programming language](https://www.rust-lang.org/tools/install)

### 🔧 Available options
### Available options 🔧

<details>
<summary>Click here to expand section</summary>
Expand Down Expand Up @@ -222,7 +222,7 @@ Options:
</details>
### ⚖️ License
### License ⚖️
You are free to:
Expand Down

0 comments on commit 92380e2

Please sign in to comment.