-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# `ffmpeg-fetcher` | ||
This will download https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-latest-win64-shared.zip, extract it, and install it to `C:\opt\bin\ffmpeg`. | ||
|
||
## Steps | ||
- Create `C:\opt\` (Make a pull request if you want to add command-line options or something. It's fine for my uses and I don't care.) | ||
- Install 7-Zip if you don't have it already. Make sure it's the right arch because `ffmpeg-fetcher` looks for it at `C:\Program Files\7-Zip\7zG.exe`. | ||
- After install has finished, add `C:\opt\ffmpeg\bin` to your path (only need to do this part one time, obviously). |