-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
27 lines (21 loc) · 995 Bytes
/
readme.txt
File metadata and controls
27 lines (21 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### How to Install FFmpeg on Windows
1. Download FFmpeg:
- Visit the [FFmpeg download page](https://www.ffmpeg.org/download.html).
- Navigate to the Windows builds from [gyan.dev](https://www.gyan.dev/ffmpeg/builds/).
- Download the `ffmpeg-git-full.7z` file.
2. Extract the Files:
- Extract the downloaded `ffmpeg-git-full.7z` file.
- Name the folder ffmpeg
- Move the extracted folder to `C:\`. (I use WINRAR not sure if required)
3. Restart Your Computer:
- Restart your computer to ensure all changes take effect.
4. Add FFmpeg to System Path:
- Open Advanced System Settings.
- Click on the Environment Variables button.
- In the System variables section, find the `Path` variable and click Edit.
- Click New and add the path to the `bin` folder of your FFmpeg installation (e.g., `C:\ffmpeg\bin`).
- Click OK to close all windows.
# pip installs
- pip install yt_dlp
- pip install pygame
- pip install asyncio