LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-19-2006, 11:18 AM   #1
MikeyCarter
Member
 
Registered: Feb 2003
Location: Orangeville
Distribution: Fedora
Posts: 492

Rep: Reputation: 31
how do I debug dvdauthor and spumux


My DVD shows the menu and the buttons are clickable. But the highlight and select images are not being used.


Code:
<dvdauthor dest="/u3/MicheleDVD/DVD">
 <vmgm>
  <menus>
   <video format="ntsc" aspect="4:3" resolution="720x480" />
   <pgc>
    <vob file="/u3/MicheleDVD/frames/IntroMovie_menu.vob" pause="0" chapters="00:00:00.000,00:01:30.000" />
    <button name="01_BirthdayParty"     >{ g2 = 1; jump titleset 1 menu; } </button>
    <button name="02_OrangevilleStores" >{ g2 = 2; jump titleset 1 menu; } </button>
    <button name="03_Extras"            >{ g2 = 3; jump titleset 1 menu; } </button>
    <button name="04_Info"              >{ g2 = 4; jump titleset 1 menu; } </button>
    <post> jump titleset 1 menu; </post>
   </pgc>
  </menus>
 </vmgm>
 <titleset>
  <menus>
   <pgc>
    <pre>  { if ( g2 eq 1 ) jump title 1;
             if ( g2 eq 2 ) jump title 2;
             if ( g2 eq 3 ) jump title 3;
             if ( g2 eq 4 ) jump title 4;
           }
    </pre>
    <vob file="/u3/MicheleDVD/frames/MenuOnly_menu.vob" pause="0" />
    <button name="01_BirthdayParty"     >jump title 1;</button>
    <button name="02_OrangevilleStores" >jump title 2;</button>
    <button name="03_Extras"            >jump title 3;</button>
    <button name="04_Info"              >jump title 4;</button>
   </pgc>
  </menus>
  <titles>
   <video format="ntsc" resolution="720x480" />
   <pgc pause="0" > <!-- Title 1: Birthday Party -->
    <vob file="/u3/MicheleDVD/frames/introClick.vob" pause="0" chapters="00:00:00.000" /> 
    <vob file="/u3/MicheleDVD/slideshows/Birthday_Party.vob" pause="0" chapters="00:00:00.000,00:00:15.000,00:00:30.000,00:00:45.000,00:01:00.000,00:01:15.000,00:01:30.000,00:01:45.000,00:02:00.000,00:02:15.000,00:02:30.000,00:02:45.000,00:03:00.000,00:03:15.000,00:03:30.000,00:03:45.000,00:04:00.000,00:04:15.000,00:04:30.000,00:04:45.000,00:05:00.000,00:05:15.000,00:05:30.000,00:05:45.000,00:06:00.000,00:06:15.000,00:06:30.000,00:06:45.000,00:07:00.000,00:07:15.000" />
    <vob file="/u3/MicheleDVD/frames/returnClick.vob" pause="0" chapters="00:00:00.000" /> 
    <post>{ g2 = 0; call menu; }</post>
   </pgc>

   <pgc pause="0" > <!-- Title 2: OrangevilleStores --> 
    <vob file="/u3/MicheleDVD/frames/introClick.vob" pause="0" chapters="00:00:00.000" /> 
    <vob file="/u3/MicheleDVD/slideshows/Stores_In_Orangeville.vob" pause="0" chapters="00:00:00.000,00:00:15.000,00:00:30.000,00:00:45.000,00:01:00.000,00:01:15.000,00:01:30.000,00:01:45.000,00:02:00.000,00:02:15.000,00:02:30.000,00:02:45.000,00:03:00.000,00:03:15.000,00:03:30.000,00:03:45.000,00:04:00.000,00:04:15.000,00:04:30.000,00:04:45.000,00:05:00.000,00:05:15.000,00:05:30.000,00:05:45.000,00:06:00.000,00:06:15.000,00:06:30.000,00:06:45.000,00:07:00.000,00:07:15.000" />
    <vob file="/u3/MicheleDVD/frames/returnClick.vob" pause="0" chapters="00:00:00.000" /> 
    <post>{ g2 = 0; call menu; }</post>
   </pgc>

   <pgc pause="0" > <!-- Title 3: Extras --> 
    <vob file="/u3/MicheleDVD/frames/introClick.vob" pause="0" chapters="00:00:00.000" /> 
    <vob file="/u3/MicheleDVD/slideshows/Birthday_Party.vob" pause="0" chapters="00:00:00.000,00:00:15.000,00:00:30.000,00:00:45.000,00:01:00.000,00:01:15.000,00:01:30.000,00:01:45.000,00:02:00.000,00:02:15.000,00:02:30.000,00:02:45.000,00:03:00.000,00:03:15.000,00:03:30.000,00:03:45.000,00:04:00.000,00:04:15.000,00:04:30.000,00:04:45.000,00:05:00.000,00:05:15.000,00:05:30.000,00:05:45.000,00:06:00.000,00:06:15.000,00:06:30.000,00:06:45.000,00:07:00.000,00:07:15.000" />
    <vob file="/u3/MicheleDVD/frames/returnClick.vob" pause="0" chapters="00:00:00.000" /> 
    <post>{ g2 = 0; call menu; }</post>
   </pgc>

   <pgc pause="0" > <!-- Title 4: Credits --> 
    <vob file="/u3/MicheleDVD/frames/test.vob" pause="0" chapters="00:00:00.000" /> 
    <post>{ g2 = 0; call menu; }</post>
   </pgc>
  </titles>
 </titleset>
</dvdauthor>
Code:
<subpictures>
 <stream>
    <spu
       force="yes" 
       start="00:00:00.00" 
       image="/u3/MicheleDVD/masks/menu2Text_mer_image_bl.png"
       highlight="/u3/MicheleDVD/masks/menu2Text_mer_highlight_bl.png"
       select="/u3/MicheleDVD/masks/menu2Text_mer_select_bl.png"
      >
        <button name="04_Info" x0="101" y0="46" x1="244" y1="78"/>
        <button name="03_Extras" x0="3" y0="46" x1="90" y1="77"/>
        <button name="01_BirthdayParty" x0="3" y0="3" x1="228" y1="44"/>
        <button name="02_OrangevilleStores" x0="535" y0="6" x1="718" y1="74"/>
    </spu>
 </stream>
</subpictures>
Code:
[mcarter@blue-faerie frames]$ spumux -P "/u3/MicheleDVD/xml/menu.xml" < MenuOnly.vob   > MenuOnly_menu.vob
DVDAuthor::spumux, version 0.6.11.
Build options: gnugetopt magick iconv freetype fribidi
Send bugs to <dvdauthor-users@lists.sourceforge.net>

INFO: Locale=en_US.UTF-8
INFO: Converting filenames to UTF-8
INFO: Picture /u3/MicheleDVD/masks/menu2Text_mer_image_bl.png had 2 colors
INFO: Picture /u3/MicheleDVD/masks/menu2Text_mer_highlight_bl.png had 2 colors
INFO: Picture /u3/MicheleDVD/masks/menu2Text_mer_select_bl.png had 2 colors
INFO: Pickbuttongroups, success with 1 groups, useimg=1
INFO: Found EOF in .sub file. written
INFO: Max_sub_size=2682
WARN:  Read 0, expected 4data written
INFO: 1 subtitles added, 0 subtitles skipped, stream: 32, offset: 0.13

Statistics:
- Processed 0 subtitles.
- The longest display line had -1 characters.
- The maximum number of displayed lines was 0.
- The normal display height of the font arial.ttf was 0.
- The bottom display height of the font arial.ttf was 0.
- The biggest subtitle box had 2682 bytes.
[mcarter@blue-faerie frames]$ 
[mcarter@blue-faerie frames]$ rm -rf /u3/MicheleDVD/DVDtest/*
[mcarter@blue-faerie frames]$ dvdauthor -x /u3/MicheleDVD/xml/dvdauthor_test.xml
DVDAuthor::dvdauthor, version 0.6.11.
Build options: gnugetopt magick iconv freetype fribidi
Send bugs to <dvdauthor-users@lists.sourceforge.net>

INFO: Locale=en_US.UTF-8
INFO: Converting filenames to UTF-8
INFO: dvdauthor creating VTS
STAT: Picking VTS 01

STAT: Processing /u3/MicheleDVD/frames/MenuOnly_menu.vob...
STAT: VOBU 208 at 111MB, 1 PGCS
INFO: Video pts = 0.133 .. 133.600
INFO: Audio[0] pts = 0.133 .. 292.325
INFO: Audio[32] pts = 0.133 .. 0.133
STAT: VOBU 223 at 123MB, 1 PGCS
INFO: Generating VTSM with the following video attributes:
INFO: MPEG version: mpeg2
INFO: TV standard: ntsc
INFO: Aspect ratio: 4:3
INFO: Resolution: 720x480
INFO: Audio ch 0 format: ac3/1ch, 48khz drc

STAT: Processing /u3/MicheleDVD/frames/test.vob...

INFO: Video pts = 0.133 .. 8.174
INFO: Audio[0] pts = 0.133 .. 8.229
INFO: Audio[1] pts = 0.133 .. 348.261
STAT: VOBU 14 at 16MB, 1 PGCS
INFO: Generating VTS with the following video attributes:
INFO: MPEG version: mpeg2
INFO: TV standard: ntsc
INFO: Aspect ratio: 4:3
INFO: Resolution: 720x480
INFO: Audio ch 0 format: ac3/1ch, 48khz drc
INFO: Audio ch 1 format: ac3/2ch, 48khz drc

STAT: fixed 223 VOBUS                         
STAT: fixed 14 VOBUS                         
INFO: dvdauthor creating table of contents
INFO: Scanning /u3/MicheleDVD/DVDtest/VIDEO_TS/VTS_01_0.IFO
INFO: Creating menu for TOC

STAT: Processing /u3/MicheleDVD/frames/MenuOnly_menu.vob...
STAT: VOBU 208 at 111MB, 1 PGCS
INFO: Video pts = 0.133 .. 133.600
INFO: Audio[0] pts = 0.133 .. 292.325
INFO: Audio[32] pts = 0.133 .. 0.133
STAT: VOBU 223 at 123MB, 1 PGCS
INFO: Generating VMGM with the following video attributes:
INFO: MPEG version: mpeg2
INFO: TV standard: ntsc
INFO: Aspect ratio: 4:3
INFO: Resolution: 720x480
INFO: Audio ch 0 format: ac3/1ch, 48khz drc

STAT: fixed 223 VOBUS                         
[mcarter@blue-faerie frames]$ 
[mcarter@blue-faerie frames]$
How do I verify that dvdauthor and spumux are doing their job? How do I track down the problem?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to debug without having debug section in an executable ? unclesam Linux - Newbie 0 02-02-2006 06:23 AM
dvdauthor spumux issue greybeard01 Linux - Software 1 01-15-2006 04:52 AM
dvdauthor and spumux question --> Help! CrooningTard Linux - Software 4 06-17-2005 07:17 PM
Creating DVD menus with Spumux + Dvdauthor Inexactitude Linux - Software 6 02-21-2005 08:01 PM
spumux dvdauthor error Johng Linux - Software 2 02-16-2005 06:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration