ffupscale v1.0.1
This maintenance release introduces a standard Windows installer for ffupscale, making the application easier to install, launch, update and remove.
The existing portable package remains available for users who prefer to run ffupscale without installing it.
Changes
- Added a standard Windows installer
- Added installation into
Program Files - Added Windows Start-menu integration
- Added optional Desktop shortcut creation
- Added an entry under Windows Installed Apps
- Added clean uninstall support
- Added support for upgrading an existing ffupscale installation
- Improved the Windows build and packaging documentation
- Retained the portable Windows ZIP
- Continued to bundle Python, PyQt6, FFmpeg and FFprobe
The video-processing features are unchanged from v1.0.0.
Installation
Windows installer — recommended
- Download
ffupscale-v1.0.1-setup.exe. - Run the installer.
- Follow the installation prompts.
- Launch ffupscale from the Windows Start menu.
The installer includes Python, PyQt6, FFmpeg and FFprobe. No separate Python or FFmpeg installation is required.
Windows SmartScreen may display a warning because ffupscale is not currently code-signed. If you downloaded the installer from this official GitHub repository, select More info and then Run anyway.
Portable version
- Download
ffupscale-v1.0.1-windows-x64-portable.zip. - Extract the complete ZIP.
- Open the extracted
ffupscalefolder. - Run
ffupscale.exe.
Important
Do not run ffupscale directly from inside the ZIP or move ffupscale.exe away from its adjacent _internal folder.
Requirements
- 64-bit Windows 10 or Windows 11
No separate Python, PyQt6, FFmpeg or FFprobe installation is required.
Downloads
ffupscale-v1.0.1-setup.exe— recommended Windows installerffupscale-v1.0.1-windows-x64-portable.zip— portable application
SHA-256 checksums
Windows installer
916425B8AEAB6CD096C8406D56FC4D6197889D2352ECC55D043DDA06192AA7F2
Portable ZIP
DDBEDF5623463DBA06B417CC92F5E15B4EEDB7B57AE620D576309FD1B3EF4613
Checksums can be verified in PowerShell with:
Get-FileHash .\ffupscale-v1.0.1-setup.exe -Algorithm SHA256or:
Get-FileHash .\ffupscale-v1.0.1-windows-x64-portable.zip -Algorithm SHA256