Gabor Forgacs | 7 May 2012 17:51
Picon

dvd with menu should auto start play first titleset when disc inserted

Hello,

I have the attached dvdauthor.xml. The dvd should start to play back the titleset 1 title 1 when the disc
is inserted. I guess I should use the FPC xml tag, but I am unsure what I should write there.

When I try to use the <fpc> jump titleset 1 title 1;</fpc> then the dvdauthor reports the following error:

ERR:  That form of jumping is not allowed
ERR:  in FPC

Thanks a lot.

Regards,Gabor



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
Gabor Forgacs | 7 May 2012 17:59
Picon

Re: dvd with menu should auto start play first titleset when disc inserted


Hello,

I have the attached dvdauthor.xml. The dvd should start to play back the titleset 1 title 1 when the disc
is inserted. I guess I should use the FPC xml tag, but I am unsure what I should write there.

When I try to use the <fpc> jump titleset 1 title 1;</fpc> then the dvdauthor reports the following error:

ERR:  That form of jumping is not allowed
ERR:  in FPC

Thanks a lot.

Regards,Gabor


Attachment (dvd.xhtml): application/xhtml+xml, 1533 bytes
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
Lawrence D'Oliveiro | 7 May 2012 23:05
Picon

Re: dvd with menu should auto start play first titleset when disc inserted

On Mon, 7 May 2012 17:59:21 +0200, Gabor Forgacs wrote:

> ERR:  That form of jumping is not allowed
> ERR:  in FPC

The valid forms of call and jump are illustrated here
<http://www.mpucoder.com/DVD/vmi-jmp.html>. Forms like “jump menu 1” or
“jump title 1” are not valid in the FPC, because they don’t specify the
domain (VMG/VTS).

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
Gabor Forgacs | 8 May 2012 16:43
Picon

Re: dvd with menu should auto start play first titleset when disc inserted

So what does it mean ? How could I jump to the titleset 1 title 1 ? Is it possible ?

Regards,Gabor

On Mon, May 7, 2012 at 11:05 PM, Lawrence D'Oliveiro <ldo-kC51rjc0cquNz+3Iay8sbg@public.gmane.orgn.nz> wrote:
On Mon, 7 May 2012 17:59:21 +0200, Gabor Forgacs wrote:

> ERR:  That form of jumping is not allowed
> ERR:  in FPC

The valid forms of call and jump are illustrated here
<http://www.mpucoder.com/DVD/vmi-jmp.html>. Forms like “jump menu 1” or
“jump title 1” are not valid in the FPC, because they don’t specify the
domain (VMG/VTS).

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
Elio Blanca | 7 May 2012 23:07
Picon

Re: dvd with menu should auto start play first titleset when disc inserted


Il 07/05/2012 17:51, Gabor Forgacs ha scritto:
> <fpc> jump titleset 1 title 1;</fpc>

In my discs I usually put:

       <fpc>
       {
         [basic settings...]
         jump vmgm menu entry title;
       }
       </fpc>

and it works fine.
Try this.
Elio

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Gabor Forgacs | 8 May 2012 16:46
Picon

Re: dvd with menu should auto start play first titleset when disc inserted

I tried the " jump vmgm menu entry title;" but no luck. The disc loads the menu but does
not start to playback the titleset 1 title.

Regards,Gabor

On Mon, May 7, 2012 at 11:07 PM, Elio Blanca <eblanca76-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> wrote:


Il 07/05/2012 17:51, Gabor Forgacs ha scritto:
> <fpc> jump titleset 1 title 1;</fpc>

In my discs I usually put:

      <fpc>
      {
        [basic settings...]
        jump vmgm menu entry title;
      }
      </fpc>

and it works fine.
Try this.
Elio


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
Claude Heiland-Allen | 8 May 2012 17:39

Re: dvd with menu should auto start play first titleset when disc inserted

Hi Gabor,

On 08/05/12 15:46, Gabor Forgacs wrote:
> I tried the " jump vmgm menu entry title;" but no luck. The disc loads the
> menu but does
> not start to playback the titleset 1 title.
>
> Regards,Gabor
>
> On Mon, May 7, 2012 at 11:07 PM, Elio Blanca<
> eblanca76@...>  wrote:
>
>>
>>
>> Il 07/05/2012 17:51, Gabor Forgacs ha scritto:
>>> <fpc>  jump titleset 1 title 1;</fpc>
>>
>> In my discs I usually put:
>>
>>        <fpc>
>>        {
>>          [basic settings...]
>>          jump vmgm menu entry title;
>>        }
>>        </fpc>
>>
>> and it works fine.
>> Try this.
>> Elio

 From memory, the technique I used is to set a register in the <fpc> to 
signal "autoplay" and jump to the menu (like "{ g0 = 1; jump ... }"), 
then test the register in the menu <pre> and if it says "autoplay" then 
jump to the title (like "if (g0 == 1) { jump ... }"), and the title 
<pre> clears the register (like "g0 = 0;") so it doesn't keep 
autoplaying over and over.  Sorry for not posting a complete example, 
but I don't have one ready - some of the "jump" might need to be "call".

Thanks,

Claude

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Gabor Forgacs | 10 May 2012 12:28
Picon

Re: dvd with menu should auto start play first titleset when disc inserted

Thanks Claude.  I tried the below example but when I insert the disc the player keeps reading it
but does not start the playback, not even the menu is showing up. I am unsure why it may happen.
Any idea ?

Thanks a lot.

Regards,Gabor

<?xml version="1.0" encoding="utf-8"?>
<dvdauthor>
  <vmgm>
    <fpc>g0 = 1; jump menu entry title;</fpc>
    <menus>
      <video aspect="4:3" format="ntsc" />
      <pgc entry="title">
        <pre>if (g0 == 1) { jump titleset 1 menu entry root; }</pre>
        <vob file="D:/projects/F3/20120103/generated/1/menu/menu-000.mpg" pause="inf" />
        <button>jump titleset 1 menu;</button>
      </pgc>
    </menus>
  </vmgm>
  <titleset>
    <menus>
      <video aspect="4:3" format="ntsc" />
      <pgc  entry="root">
        <pre>if (g0 == 1) { g0 = 0; jump title 1 chapter 1;}</pre>
        <vob file="D:/projects/F3/20120103/generated/1/menu/menu-001.mpg" pause="inf" />
        <button>jump title 1 chapter 1;</button>
        <button>jump title 1 chapter 2;</button>
        <button>jump title 1 chapter 3;</button>
        <button>jump title 1 chapter 4;</button>
        <button>jump title 1 chapter 5;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump vmgm menu entry title;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
      </pgc>
    </menus>
    <titles>
      <video aspect="4:3" format="ntsc" />
      <audio format="ac3" lang="EN" />
      <pgc>
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0001_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0002_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0003_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0004_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0005_NTSC.mpg" />
      </pgc>
    </titles>
  </titleset>
</dvdauthor>


On Tue, May 8, 2012 at 5:39 PM, Claude Heiland-Allen <claude-hk8Gx6dT9hkdnm+yROfE0A@public.gmane.org> wrote:
Hi Gabor,

On 08/05/12 15:46, Gabor Forgacs wrote:
> I tried the " jump vmgm menu entry title;" but no luck. The disc loads the
> menu but does
> not start to playback the titleset 1 title.
>
> Regards,Gabor
>
> On Mon, May 7, 2012 at 11:07 PM, Elio Blanca<
> eblanca76-Rn4VEauK+AKHXe+LvDLADg@public.gmane.orgrceforge.net>  wrote:
>
>>
>>
>> Il 07/05/2012 17:51, Gabor Forgacs ha scritto:
>>> <fpc>  jump titleset 1 title 1;</fpc>
>>
>> In my discs I usually put:
>>
>>        <fpc>
>>        {
>>          [basic settings...]
>>          jump vmgm menu entry title;
>>        }
>>        </fpc>
>>
>> and it works fine.
>> Try this.
>> Elio

 From memory, the technique I used is to set a register in the <fpc> to
signal "autoplay" and jump to the menu (like "{ g0 = 1; jump ... }"),
then test the register in the menu <pre> and if it says "autoplay" then
jump to the title (like "if (g0 == 1) { jump ... }"), and the title
<pre> clears the register (like "g0 = 0;") so it doesn't keep
autoplaying over and over.  Sorry for not posting a complete example,
but I don't have one ready - some of the "jump" might need to be "call".

Thanks,


Claude

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
Gabor Forgacs | 10 May 2012 13:06
Picon

Re: dvd with menu should auto start play first titleset when disc inserted

One more info, it is working fine in the os x's dvd player and also works on an older panasonic dvd
player but not on a newer pioneer bd player.

Regards,Gabor

On Thu, May 10, 2012 at 12:28 PM, Gabor Forgacs <gabor.forgacs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Thanks Claude.  I tried the below example but when I insert the disc the player keeps reading it
but does not start the playback, not even the menu is showing up. I am unsure why it may happen.
Any idea ?

Thanks a lot.

Regards,Gabor

<?xml version="1.0" encoding="utf-8"?>
<dvdauthor>
  <vmgm>
    <fpc>g0 = 1; jump menu entry title;</fpc>
    <menus>
      <video aspect="4:3" format="ntsc" />
      <pgc entry="title">
        <pre>if (g0 == 1) { jump titleset 1 menu entry root; }</pre>
        <vob file="D:/projects/F3/20120103/generated/1/menu/menu-000.mpg" pause="inf" />
        <button>jump titleset 1 menu;</button>
      </pgc>
    </menus>
  </vmgm>
  <titleset>
    <menus>
      <video aspect="4:3" format="ntsc" />
      <pgc  entry="root">
        <pre>if (g0 == 1) { g0 = 0; jump title 1 chapter 1;}</pre>
        <vob file="D:/projects/F3/20120103/generated/1/menu/menu-001.mpg" pause="inf" />
        <button>jump title 1 chapter 1;</button>
        <button>jump title 1 chapter 2;</button>
        <button>jump title 1 chapter 3;</button>
        <button>jump title 1 chapter 4;</button>
        <button>jump title 1 chapter 5;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
        <button>jump vmgm menu entry title;</button>
        <button>jump menu 1;</button>
        <button>jump menu 1;</button>
      </pgc>
    </menus>
    <titles>
      <video aspect="4:3" format="ntsc" />
      <audio format="ac3" lang="EN" />
      <pgc>
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0001_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0002_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0003_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0004_NTSC.mpg" />
        <vob file="D:/projects/F3/20120103/generated/001_f3_20120505_32bit_4FA7E2D19BDD0005_NTSC.mpg" />
      </pgc>
    </titles>
  </titleset>
</dvdauthor>



On Tue, May 8, 2012 at 5:39 PM, Claude Heiland-Allen <claude-hk8Gx6dT9hkdnm+yROfE0A@public.gmane.org> wrote:
Hi Gabor,

On 08/05/12 15:46, Gabor Forgacs wrote:
> I tried the " jump vmgm menu entry title;" but no luck. The disc loads the
> menu but does
> not start to playback the titleset 1 title.
>
> Regards,Gabor
>
> On Mon, May 7, 2012 at 11:07 PM, Elio Blanca<
> eblanca76-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>  wrote:
>
>>
>>
>> Il 07/05/2012 17:51, Gabor Forgacs ha scritto:
>>> <fpc>  jump titleset 1 title 1;</fpc>
>>
>> In my discs I usually put:
>>
>>        <fpc>
>>        {
>>          [basic settings...]
>>          jump vmgm menu entry title;
>>        }
>>        </fpc>
>>
>> and it works fine.
>> Try this.
>> Elio

 From memory, the technique I used is to set a register in the <fpc> to
signal "autoplay" and jump to the menu (like "{ g0 = 1; jump ... }"),
then test the register in the menu <pre> and if it says "autoplay" then
jump to the title (like "if (g0 == 1) { jump ... }"), and the title
<pre> clears the register (like "g0 = 0;") so it doesn't keep
autoplaying over and over.  Sorry for not posting a complete example,
but I don't have one ready - some of the "jump" might need to be "call".

Thanks,


Claude

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Gmane