PyEncoder runs on Windows 10 and 11 (64-bit). The first launch bootstraps its own Python dependencies and FFmpeg, so there's nothing to install by hand.
64-bit build with bundled Qt6 and libopenshot DLLs. No separate runtime to chase down.
First run attempts to install PySide6, numpy and FFmpeg automatically for a fast first launch.
Projects use portable paths (PathUtils to_relative / to_absolute) so they move between machines cleanly.
PyEncoder is a 2019-class-laptop-friendly editor — it does not demand a workstation GPU.
| Minimum | Recommended | |
|---|---|---|
| OS | Windows 10 (64-bit) | Windows 11 (64-bit) |
| CPU | Dual-core x86-64 | Quad-core or better |
| RAM | 8 GB | 16 GB |
| GPU | Any OpenGL-capable GPU | Discrete GPU for 4K preview |
| Disk | 2 GB free | SSD with headroom for proxies/cache |
# Launch the editor
python main.py
# Show usage / version
python main.py --help
python main.py --version
For a step-by-step first project, see Getting Started.