VideoTools CI
965242a767
Add comprehensive Windows 11 support and localization infrastructure
...
- Enhanced Windows 11 native installer with GPU detection and DirectX 12 support
- Add cross-platform GUI detection utilities for improved platform handling
- Implement localization infrastructure foundation with i18n support
- Create comprehensive cross-platform deployment guide
- Add Inuktitut and Cree syllabics support framework
- Enhanced Arch Linux installation with desktop environment detection
- Implement Windows 11 DPI awareness and display scaling support
- Add automated cross-platform testing framework
2026-01-17 03:05:12 -05:00
27ba4317a0
Add GStreamer to dev install scripts
2026-01-07 02:40:06 -05:00
Stu Leak
a76035cbff
Drop qrencode dependency from installers
2026-01-04 04:28:28 -05:00
Stu Leak
6c95ef07a9
Require qrencode in Windows dependency installer
2026-01-04 04:25:00 -05:00
3a02cfcae1
Allow local DVDStyler ZIP install
2025-12-23 20:00:54 -05:00
8f34ee1f92
Add more DVDStyler mirrors
2025-12-23 20:00:54 -05:00
df23fee585
Add manual DVDStyler download hint
2025-12-23 20:00:54 -05:00
5f48e041d0
Harden DVDStyler download fallback
2025-12-23 18:41:44 -05:00
d54c61a8ab
Polish menu header and Windows DVDStyler download
2025-12-23 18:30:35 -05:00
30479fed4a
Add DVDStyler URL override for Windows installer
2025-12-23 17:16:24 -05:00
95f0300839
Improve DVDStyler download mirrors for Windows
2025-12-23 15:59:17 -05:00
f6e8e95b3e
Harden DVDStyler download for Windows deps
2025-12-23 15:33:54 -05:00
a075495a8a
Fix Windows deps script encoding for PowerShell
2025-12-23 15:02:38 -05:00
60fd6e93ee
Finalize authoring workflow and update install docs
2025-12-23 14:24:09 -05:00
ec893a3a2c
Add cross-platform dependency installation and build scripts
...
Linux:
- install-deps-linux.sh: Auto-detect distro and install dependencies
- Supports Fedora, Ubuntu, Arch, openSUSE
- Installs Go, GCC, OpenGL, X11, ALSA, ffmpeg
- Verification checks after installation
Windows:
- install-deps-windows.ps1: PowerShell dependency installer
- Supports Chocolatey and Scoop package managers
- Installs Go, MinGW (GCC), ffmpeg, Git
- Admin and user-level installation options
- GPU detection for NVIDIA/Intel/AMD
- build.ps1: Windows build script with error handling
- Clean build option
- Dependency verification
- GPU detection and NVENC notification
- File size reporting
Documentation:
- scripts/README.md: Comprehensive guide for both platforms
- Installation instructions
- Build commands and options
- Troubleshooting section
- GPU encoding setup
- Development workflow
Prepares VideoTools for Windows users (Jake!) in dev14
2025-12-02 18:19:33 -05:00