Skip to content

Commit ac80809

Browse files
committed
Added a README.
1 parent cf2e431 commit ac80809

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `ffmpeg-fetcher`
2+
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`.
3+
4+
## Steps
5+
- 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.)
6+
- 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`.
7+
- After install has finished, add `C:\opt\ffmpeg\bin` to your path (only need to do this part one time, obviously).

0 commit comments

Comments
 (0)