Commit Graph

6 Commits

Author SHA1 Message Date
8b75158923 Fix feedback bundler export and use utils.NewFeedbackBundler 2025-12-08 16:06:58 -05:00
e0f5c1fca3 Show app version and diagnostics in build scripts 2025-12-08 16:00:02 -05:00
04fc954be9 Make Windows build skip ffmpeg download when already on PATH 2025-12-07 12:41:46 -05:00
b67490013e add build.bat script for Windows installation 2025-12-04 17:05:52 -05:00
97781b625f Fix convert layout stacking and cgo build 2025-11-30 00:01:06 -05:00
6296a0d3b4 Add build/run scripts and fix DVD options visibility
Added scripts folder with three convenience scripts:
  • scripts/build.sh - Clean build with dependency verification
  • scripts/run.sh - Run application (auto-builds if needed)
  • scripts/alias.sh - Create 'VideoTools' command alias

Usage:
  source scripts/alias.sh
  VideoTools              # Run app
  VideoToolsRebuild       # Force rebuild
  VideoToolsClean         # Clean artifacts

Fixed main.go DVD options:
  • Fixed callback ordering so updateDVDOptions is called on format selection
  • DVD aspect ratio selector now appears when DVD format is selected
  • DVD info display shows specs for NTSC and PAL formats
  • Works in both Simple and Advanced tabs

DVD options are now fully functional in the UI.
2025-11-29 19:53:47 -05:00