Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MachWheel authored May 12, 2022
1 parent 50a1c8e commit 79d77fe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,14 @@ After pyinstaller finishes, copy ffmpeg.exe to the created .\dist folder by typi

ROBOCOPY ".." "dist" ffmpeg.exe /mt /z

The generated .exe file will be in .\compile\dist folder.
- **The generated .exe file will be in .\compile\dist folder.**

## requirements.txt

ffmpeg-python==0.2.0
pyinstaller==5.0.1
pyinstaller-hooks-contrib==2022.4
PySimpleGUI==4.59.0

- The included **ffmpeg.exe** file should be in the same folder as **main.py**

0 comments on commit 79d77fe

Please sign in to comment.