Does the starburn sdk allow one to burn to DVD+R and DVR-R or non-sequentially within a single session?
We want to be able to write VOB data in real time, then write the IFO and BUP files at the end, with the correct chapter based on the vobs written. However, the IFO needs be written before the VOB, to keep it separate from the BUP, and probably as part of the standard.
We believe it can be done, since Nero's Burn At Once API allows you to provide IFO data after the VOB, but write it to the DVD before the VOB (ie, with a smaller LBA). However, Nero's Burn At Once API does not produce disks which are universally readable by consumer DVD players.
We're not sure if this involves reserving a track and writing to it later, writing to a smaller LBA later in the burn, or some other method. We are already producing DVD Video files (VOB, IFO, BUP) from captured MPG files, we just need to write the IFO after the VOB. Can starburn sdk do this?
|