Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Copy Movie > DvdReMake


Commercial message



DvdReMake Discuss, How to avoid resume when using root menu button at Copy Movie forum; I have a DVD where the first program/cell of a pgc is the special features menu. The other program/cells in the pgc are a series of graphics. The special features menu has 3 buttons, 2 are linked to 2 titles and the third one is linked to the


Reply
 
Thread Tools
Old 15-05-2008   #1 (permalink)
New on Forum
 
Join Date: Apr 2005
Posts: 24
How to avoid resume when using root menu button

I have a DVD where the first program/cell of a pgc is the special features menu. The other program/cells in the pgc are a series of graphics.

The special features menu has 3 buttons, 2 are linked to 2 titles and the third one is linked to the series of programs/cells containing the various graphics.

I want to be able to use the (root) menu button on my DVD Player when I am viewing one of the graphics so that I am returned to the special features menu (ie, the first program/cell of the PGC). I have tried modifying the DVD navigation in a number of ways in DVDReMake but without success. The resume function is always activated when I use the menu button no matter what I change.

It appears that when the root menu button is used while actually in a menu (rather than say, playing a title) 'resume'is always activated. I find that the same thing happens when I use the root menu button when in the chapters menu.

Is this resume function (when using the menu button while viewing a menu) an unchangeable feature of DVD design standards or can I do something to modify it?
hubchy is offline   Reply With Quote
Old 15-05-2008   #2 (permalink)
CDFreaks Resident
 
toaddub's Avatar
 
Join Date: Feb 2005
Posts: 706
Re: How to avoid resume when using root menu button

Resume returns to the last played title. Look for the resume command by start tracing from the root menu. There will be some if statement with some R[x] that determines whether to resume or not.

You can add additional logics to go to the special features menu before this check for resume. In the special features menu, when the third button is pressed, set an unused register to 1 before branching to the graphics. Then in the menu pgc where the resume command resides, insert the if statement before the if check for resume to check if the unused register is set. If it is, then branch to the special features menu. If not, then execute the next if statement. Also, be sure to reset this unused register to 0 when you're in the last graphic menu.

If in doubt, post some screenshots of the associated commands (pre/post), or even better attach the menu shrinked VOB along with the IFOs (convert all menus to still, you can blank the middle graphic menus if you want to, disable the menu audio, and export modified files to some folder, zip this folder, and attach it here).
toaddub is offline   Reply With Quote
Old 16-05-2008   #3 (permalink)
CD Freaks Senior Member
 
blutach's Avatar
 
Join Date: Jun 2006
Location: Melbourne, Australia
Posts: 869
Re: How to avoid resume when using root menu button

Quote:
I want to be able to use the (root) menu button on my DVD Player when I am viewing one of the graphics so that I am returned to the special features menu (ie, the first program/cell of the PGC).
Sorry, what you want to do is impossible.

Quote:
It appears that when the root menu button is used while actually in a menu (rather than say, playing a title) 'resume'is always activated. I find that the same thing happens when I use the root menu button when in the chapters menu.

Is this resume function (when using the menu button while viewing a menu) an unchangeable feature of DVD design standards or can I do something to modify it?
Yes, the root menu is programmed, under the DVD specs, to resume from the menu domain. No amount of command checking can help.

What you can do is program in a new button to go to the place you wanna go. Or ...

Use the GoUp PGC link (under Extras). This is a link to a PGCN that goes there when the "return" or "goup" is pressed on the remote. Ensure the GoUp PUO is not checked.

Regards
__________________
Les
blutach is offline   Reply With Quote
Old 17-05-2008   #4 (permalink)
New on Forum
 
Join Date: Apr 2005
Posts: 24
Re: How to avoid resume when using root menu button

I have uploaded a zip to a filesharing site for your consideration. This contains the relevant files as per your instructions. I've reduced it as far as seems feasible without compromising navigation. It's about 2.5 mbs. The url for the file at the site is: http://www.mediafire.com/?hdygfdmbnim

Regards, Hubchy
hubchy is offline   Reply With Quote
Old 17-05-2008   #5 (permalink)
CD Freaks Senior Member
 
blutach's Avatar
 
Join Date: Jun 2006
Location: Melbourne, Australia
Posts: 869
Re: How to avoid resume when using root menu button

Your FP-PGC and Title menu have illegal commands. A TTN needs to be named. Also the post commands of title 1 need a resume cell (I know DVDRMP allows 0, but it is incorrect).

Also, upgrade your DVDRMP - it is now 3.6.3.

Because a gprm is set that always takes you back to the special features menu, you need the GoUp to emulate the "main menu" button. This is done by adding a new PGC (5) with the correct command.

Enclosed, please find new IFO files (there are also some authoring errors with selected buttons being out of range in the special features menu, but I guess it is OK). Pressing "Return" anywhere on the special features menu will take you to the main menu.

Regards
Attached Files
File Type: zip DVD sample.zip (2.5 KB, 1 views)
__________________
Les
blutach is offline   Reply With Quote
Old 17-05-2008   #6 (permalink)
CDFreaks Resident
 
toaddub's Avatar
 
Join Date: Feb 2005
Posts: 706
Re: How to avoid resume when using root menu button

Other than some minor illegal commands, seems like his problem has already been solved, i.e. to go to the special features menu when viewing one of the graphics. Don't know if he has modified already.

The TTN being 0 does not really affect playback, at least some has reported and I tested on my dvd players, but to be sure it's better to defined it to have TTN = 1.
toaddub is offline   Reply With Quote
Old 17-05-2008   #7 (permalink)
CD Freaks Senior Member
 
blutach's Avatar
 
Join Date: Jun 2006
Location: Melbourne, Australia
Posts: 869
Re: How to avoid resume when using root menu button

Oh - I made it go to the root menu. Silly me. Please ignore the ones in post 5 and see enclosed.

Remember to reinsert the VOBs, fix the commands in the titles and do a Get VTS sectors.

Other than the bad references to TTNs and resume cell, the only thing I added was a GoUp link to PGCN 3 (the same as the special features menu).

Regards
Attached Files
File Type: zip DVD sample.zip (2.5 KB, 0 views)
__________________
Les
blutach is offline   Reply With Quote
 
Reply


If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here



Bookmarks

Thread Tools

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 On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Root menu button on remote not working in a menu hubchy DvdReMake 4 01-04-2008 09:03
The Root Menu is empty economy DvdReMake 2 24-09-2007 13:44
How do I get rid of a root menu? gavinus 1ClickDVDCopy 0 07-02-2007 05:14
No root menu after burning Tivo to VCD saturn456 Burning Software 0 07-07-2006 07:28
How to return to root/title menu? dvdmanDAVE Copy Movie 8 12-06-2004 03:12


All times are GMT +2. The time now is 15:43.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0