1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

7z windows

This commit is contained in:
solderq35 2023-05-18 12:36:33 -07:00 committed by Mikael Finstad
parent 14d5c68203
commit 0a742c27b3

View File

@ -27,6 +27,9 @@ npm run download-ffmpeg-linux-x64
npm run download-ffmpeg-win32-x64
```
NOTE: For Windows, you may have to install [7z](https://www.7-zip.org/download.html), and then put the 7z folder in your PATH, as shown here: https://superuser.com/questions/581587/7-zip-not-working-from-the-dos-prompt-or-command-line
- Example of how to change your PATH for 7z: ![image](https://github.com/solderq35/hitruns/assets/82061589/29f2a1bc-1e0a-4400-8358-bfc91725985b)
### Running
```bash