DVD Studio Pro: Authoring a DVD that plays automatically without a menu


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS DVD Studio Pro: Authoring a DVD that plays automatically without a menu
# 1  
Old 10-31-2008
DVD Studio Pro: Authoring a DVD that plays automatically without a menu

Most DVDs are created with at least one menu from which the user can select tracks, other menus, special features, and so forth. In some cases, you may wish to create a DVD that just plays its content without the need for user interaction.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

2. UNIX and Linux Applications

unable to open the MRL 'dvd:///dev/dvd'

I am getting an error similar to this when I try to watch dvd's. Every program has a similar version of this. unable to open the MRL 'dvd:///dev/dvd'For VLC I have found a way to fix it. CD/DVD Drive not working VLC error (SOLVED) (Page 1) - Help & Support (Stable) - CrunchBang Linux Forums... (0 Replies)
Discussion started by: cokedude
0 Replies

3. Red Hat

Cd/rw dvd/rw

Dell workstation that has a DVD/RW that will write to DVD and CD in windows. Running RHEL5.1 and using Nautilus CD burner application. The drive will write to DVD but doesn't recognize blank CD-RW when inserted. Any ideas how to write to DVD and CD? Thanks, Jon (1 Reply)
Discussion started by: wazzu62
1 Replies

4. UNIX for Advanced & Expert Users

hp-ux 10.20 onto DVD ?

Hi, Is there a way to take hp-ux 10.20 data stored on dat tapes and burn them onto an hp100i DVD burner running NT ? thanks simon2000 (1 Reply)
Discussion started by: simon2000
1 Replies
Login or Register to Ask a Question
menu_userptr(3CURSES)					     Curses Library Functions					     menu_userptr(3CURSES)

NAME
menu_userptr, set_menu_userptr - associate application data with menus SYNOPSIS
cc [ flag... ] file... -lmenu -lcurses [ library... ] #include <menu.h> char *menu_userptr(MENU *menu); int set_menu_userptr(MENU *menu, char *userptr); DESCRIPTION
Every menu has an associated user pointer that can be used to store relevant information. set_menu_userptr() sets the user pointer of menu. menu_userptr() returns the user pointer of menu. RETURN VALUES
menu_userptr() returns NULL on error. set_menu_userptr() returns one of the following: E_OK The routine returned successfully. E_SYSTEM_ERROR System error. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
curses(3CURSES), menus(3CURSES), attributes(5) NOTES
The header <menu.h> automatically includes the headers <eti.h> and <curses.h>. SunOS 5.10 31 Dec 1996 menu_userptr(3CURSES)