Burn (Windows): no in-app progress � burns via external Windows Disc Image Burner #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current Behaviour
burn_windows.golaunchesisoburn.exe /Q(the built-in Windows Disc Image Burner). This opens an external Windows dialog to handle the burn. VideoTools shows an indeterminate progress state until isoburn exits.Impact
Desired Behaviour
Implement burning via the IMAPI2 COM interface directly (
IDiscFormat2Data,IDiscRecorder2) to get real sector-by-sector progress, speed control, and proper finalization � all displayed in the VideoTools UI.Reference
See
docs/BURN_MODULE_DESIGN.md�Windows: IMAPI2