Hi all,

I followed http://ubuntuforums.org/showthread.php?t=120186

The author specifies that VIDEO_TS must be in an lower sector than AUDIO_TS when viewed with isoinfo. He also specifies that AUDIO_TS must be present for a dvd to play in all commercial players.

I have VIDEO_TS and AUDIO_TS in a directory called dvd_dir. (This dvd has no menu,btw).

I run mkisofs -dvd-video -o ./dvd.img ./dvd_dir/

but,

Code:
~/dvdtest$ isoinfo -i dvd.img -l

Directory listing of /
d---------   0    0    0            2048 Mar 25 2013 [    276 02]  . 
d---------   0    0    0            2048 Mar 26 2013 [    276 02]  .. 
d---------   0    0    0            2048 Mar 25 2013 [    277 02]  AUDIO_TS 
d---------   0    0    0            2048 Mar 25 2013 [    278 02]  VIDEO_TS 


Directory listing of /AUDIO_TS/
d---------   0    0    0            2048 Mar 25 2013 [    277 02]  . 
d---------   0    0    0            2048 Mar 25 2013 [    276 02]  .. 


Directory listing of /VIDEO_TS/
d---------   0    0    0            2048 Mar 25 2013 [    278 02]  . 
d---------   0    0    0            2048 Mar 25 2013 [    276 02]  .. 
----------   0    0    0            6144 Mar 25 2013 [    282 00]  VIDEO_TS.BUP;1 
----------   0    0    0            6144 Mar 25 2013 [    279 00]  VIDEO_TS.IFO;1 
----------   0    0    0           75776 Mar 25 2013 [1470553 00]  VTS_01_0.BUP;1 
----------   0    0    0           75776 Mar 25 2013 [    285 00]  VTS_01_0.IFO;1 
----------   0    0    0      1073709056 Mar 25 2013 [    322 00]  VTS_01_1.VOB;1 
----------   0    0    0      1073709056 Mar 25 2013 [ 524594 00]  VTS_01_2.VOB;1 
----------   0    0    0       863614976 Mar 25 2013 [1048866 00]  VTS_01_3.VOB;1
As you can see, VIDEO_TS is at sector 278, and AUDIO_TS is at 277. I can open the image using Movie Player and it works as expected, but when I go to burn it as an image with Brasero, it complains that this isn't a valid dvd image.

genisoimage is version 1.1.10 and I am running ubuntu 10.04

Is Brasero choking because of what isoinfo reveals? Or is there something else wrong?