You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download your desired build from [releases](<https://github.com/SimpNick6703/Video-Compression/releases>).
@@ -45,7 +49,7 @@ python build.py
45
49
46
50
This will:
47
51
1. Automatically download FFmpeg/FFprobe for your platform (if not already present)
48
-
2. Generate all preset executables (8mb, 50mb, 100mb, 500mb) in `dist/`
52
+
2. Generate all preset executables (10mb, 50mb, 100mb, 500mb) in `dist/`
49
53
3. Clean up build artifacts and downloaded binaries
50
54
51
55
To keep build artifacts for debugging:
@@ -65,4 +69,4 @@ Considering the wide variety of hardware configurations, the script uses the fol
65
69
66
70
> [!NOTE]
67
71
> Only NVENC supports Two-Pass encoding among the listed encoders. Other encoders use Single-Pass encoding only.
68
-
> If your dedicated GPU is being bypassed in favor of integrated GPU or CPU encoding, you'll need to manually change the priority logic in the script to suit your hardware setup. Or, you may simply remove unwanted encoders from the priority list in the script, build the executable again, and use that custom build.
72
+
> If your dedicated GPU is being bypassed in favor of integrated GPU or CPU encoding, you'll need to manually change the priority logic in the script to suit your hardware setup. Or, you may simply remove unwanted encoders from the priority list in the script, build the executable again, and use that custom build.
0 commit comments