System, method and article of manufacture for a common cross platform framework for development of DVD-video content integrated with ROM content

Abstract
A method for providing enhanced content for play across multiple play platforms employs steps of delivering media content to a client device; delivering HTML content to a client device, the HTML content being accessible and usable by a plurality of client device platforms; activating a browser to access the HTML content, the browser being located on and compatible for use with the client device; activating firmware on the client device to access the media content; and incorporating the accessed HTML content with the accessed media content.
Description
BACKGROUND OF THE INVENTION

The present invention relates to enhancement of multimedia content and more particularly to a system, method and apparatus for enhancing multimedia content with supplemental content.


Multimedia computer systems have become increasingly popular over the last several years due to their versatility and their interactive presentation style. A multimedia computer system can be defined as a computer system having a combination of video and audio outputs for presentation of audio-visual displays. A modern multimedia computer system typically includes one or more storage devices such as an optical drive, a CD-ROM, DVD (DVD-Video or DVD Audio etc), Laser Disc, Video Disc or Audio Disc, or a hard drive. Audio and video data are typically stored on one or more of these mass storage devices. In some file formats the audio and video are interleaved together in a single file, while in other formats the audio and video data are stored in different files, many times on different storage media. Audio and video data for a multimedia display may also be stored in separate computer systems that are networked together. In this instance, the computer system presenting the multimedia display would receive a portion of the necessary data from the other computer system via the network-cabling.


Multimedia computer systems have become increasingly popular over the last several years due to their versatility and their interactive presentation style. A multimedia computer system can be defined as a computer system having a combination of video and audio outputs for presentation of audio-visual displays. A modern multimedia computer system typically includes one or more storage devices such as an optical drive, a CD-ROM, a hard drive, a videodisc, or an audio disc, and audio and video data are typically stored on one or more of these mass storage devices. In some file formats the audio and video are interleaved together in a single file, while in other formats the audio and video data are stored in different files, many times on different storage media. Audio and video data for a multimedia display may also be stored in separate computer systems that are networked together. In this instance, the computer system presenting the multimedia display would receive a portion of the necessary data from the other computer system via the network cabling.


Graphic images used in Windows multimedia applications can be created in either of two ways, these being bit-mapped images and vector-based images. Bit-mapped images comprise a plurality of picture elements (pixels) and are created by assigning a color to each pixel inside the image boundary. Most bit-mapped color images require one byte per pixel for storage, so large bit-mapped images create correspondingly large files. For example, a full-screen, 256-color image in 640-by-480-pixel VGA mode requires 307,200 bytes of storage, if the data is not compressed. Vector-based images are created by defining the end points (corners), thickness, color, pattern and curvature of lines and solid objects within an image. Thus, a vector-based image includes a definition that consists of a numerical representation of the coordinates of the object, referenced to a corner of the image.


Bit-mapped images are the most prevalent type of image storage format, and the most common bit-mapped-image file formats are as follows. A file format referred to as BMP is used for Windows bit-map files in 1-, 2-, 4-, 8-, and 24-bit color depths. BMP files contain a bit-map header that defines the size of the image, the number of color planes, the type of compression used (if any), and the palette used. The Windows DIB (device-independent bit-map) format is a variant of the BMP format that includes a color table defining the RGB (red green blue) values of the colors used. Other types of bit-map formats include the TIF (tagged image format file), the PCX (Zsoft Personal Computer Paintbrush Bitmap) file format, the GIF (graphics interchange file) format, and the TGA (Texas Instruments Graphic Architecture) file format.


The standard Windows format for bit-mapped images is a 256-color device-independent bit map (DIB) with a BMP (the Windows bit-mapped file format) or sometimes a DIB extension. The standard Windows format for vector-based images is referred to as WMF (Windows meta file).


Full-motion video implies that video images shown on the computer's screen simulate those of a television set with identical (30 frames-per-second) frame rates, and that these images are accompanied by high-quality stereo sound. A large amount of storage is required for high-resolution color images, not to mention a full-motion video sequence. For example, a single frame of NTSC video at 640-by-400-pixel resolution with 16-bit color requires 512K of data per frame. At 30 flames per second, over 15 Megabytes of data storage are required for each second of full motion video. Due to the large amount of storage required for full motion video, various types of video compression algorithms are used to reduce the amount of necessary storage. Video compression can be performed either in real-time, i.e., on the fly during video capture, or on the stored video file after the video data has been captured and stored on the media. In addition, different video compression methods exist for still graphic images and for full-motion video.


Examples of video data compression for still graphic images are RLE (run-length encoding) and JPEG (Joint Photographic Experts Group) compression. RLE is the standard compression method for Windows BMP and DIB files. The RLE compression method operates by testing for duplicated pixels in a single line of the bit map and stores the number of consecutive duplicate pixels rather than the data for the pixel itself. JPEG compression is a group of related standards that provide either lossless (no image quality degradation) or lossy (imperceptible to severe degradation) compression types. Although JPEG compression was designed for the compression of still images rather than video, several manufacturers supply JPEG compression adapter cards for motion video applications.


In contrast to compression algorithms for still images, most video compression algorithms are designed to compress full motion video. Video compression algorithms for motion video generally use a concept referred to as interframe compression, which involves storing only the differences between successive frames in the data file. Interframe compression begins by digitizing the entire image of a key frame. Successive frames are compared with the key frame, and only the differences between the digitized data from the key frame and from the successive frames are stored. Periodically, such as when new scenes are displayed, new key frames are digitized and stored, and subsequent comparisons begin from this new reference point. It is noted that interframe compression ratios are content-dependent, i.e., if the video clip being compressed includes many abrupt scene transitions from one image to another, the compression is less efficient. Examples of video compression which use an interframe compression technique are MPEG, DVI and Indeo, among others.


MPEG (Moving Pictures Experts Group) compression is a set of methods for compression and decompression of full motion video images that uses the interframe compression technique described above. The MPEG standard requires that sound be recorded simultaneously with the video data, and the video and audio data are interleaved in a single file to attempt to maintain the video and audio synchronized during playback. The audio data is typically compressed as well, and the MPEG standard specifies an audio compression method referred to as ADPCM (Adaptive Differential Pulse Code Modulation) for audio data.


A standard referred to as Digital Video Interactive (DVI) format developed by Intel Corporation is a compression and storage format for full-motion video and high-fidelity audio data. The DVI standard uses interframe compression techniques similar to that of the MPEG standard and uses ADPCM compression for audio data. The compression method used in DVI is referred to as RTV 2.0 (real time video), and this compression method is incorporated into Intel's AVK (audio/video kernel) software for its DVI product line. IBM has adopted DVI as the standard for displaying video for its Ultimedia product line. The DVI file format is based on the Intel i750 chipset and is supported through the Media Control Interface (MCI) for Windows. Microsoft and Intel jointly announced the creation of the DV MCI (digital video media control interface) command set for Windows 3.1 in 1992.


The Microsoft Audio Video Interleaved (AVI) format is a special compressed file structure format designed to enable video images and synchronized sound stored on CD-ROMs to be played on PCs with standard VGA displays and audio adapter cards. The AVI compression method uses an interframe method, i.e., the differences between successive frames are stored in a manner similar to the compression methods used in DVI and MPEG. The AVI format uses symmetrical software compression-decompression techniques, i.e., both compression and decompression are performed in real time. Thus AVI files can be created by recording video images and sound in AVI format from a VCR or television broadcast in real time, if enough free hard disk space is available.


As discussed above, such audio and video content is often stored on media such as CD-ROM or digital video disc (DVD). However, once a vendor has delivered such content to a customer, the vendor loses any practical control over the product. Even if the product is delivered under license rather than out right sale, it has traditionally been difficult to prevent a customer from copying the content or providing the content to any number of friends so that they might illegally copy the content.


The now familiar compact disk preserves information as a series of microscopic pits and smooth areas, oriented in concentric circular or helical tracks, on the otherwise smooth, planar surface of an annular disk. Recorded information is read from a compact disk by directing a focused laser beam along the recorded tracks, and detecting variations in the intensity of the laser beam along the recorded tracks, and detecting variations in the intensity of the laser beam as it encounters the microscopic pits and smooth areas on the disk. The coherence and relatively short wavelength of laser radiation enables large volumes of information to be written onto very small spaces of a recording medium.


Compact disks were first introduced in the music recording industry in 1982, and now account for 43% of all recorded music sales. In the United States alone, over three hundred million compact disks are sold annually, with a retail value of over three billion dollars, according to the Recording Industry Association of America. The most prevalent format for recording multimedia events onto such disks is Digital Video or Versatile Disk (DVD). The DVD is a read only format for recording a relatively large amount of high quality data. When delivered to a user, the disk is input into a CD-ROM player on a client device such as a computer. Software on the client device allows the DVD formatted data to be read.


Once the DVD disk has been manufactured the content is essentially fixed. The content that the user can access from the disk is limited to the content provided when the disk was manufactured. In order to update the information, a new disk must be created and delivered to the user. This is an expensive and inconvenient solution.


Thus there remains a need for a system for easily and efficiently updating content provided on a DVD-disk. Such a system would preferably allow update information to be delivered via a network such as the Internet. In addition, such a system would take advantage of software capabilities already present on the client device, and would importantly be able to function on the many different possible platforms of client devices, such as for example Macintosh, PC or a set top box.


Disc technologies that are re-writeable like a CD-RW or technologies that allow multiple sessions can be used for adding additional or updated content directly to the disc. Thus for multi-session discs, where the first session of the disc is write-once and additional sessions on the disc can be either write-one, or rewriteable, additional or updated content can be added to these additional sessions of the disc. This includes such technologies as the “Orange Book” specification for CD-ROM, including CD-PROM and Multimedia discs such a Dataplay.


Flash memory based and other similar memory technologies can be used for storing multimedia and additional or updated content as well. This includes IBM technology that uses a USB interface to coupled a personal computer to a storage device such as a “keychain” memory device.


The present invention advantageously addresses the above and other needs.


SUMMARY OF THE INVENTION

The present invention advantageously addresses the needs above as well as other needs by providing the enhancement of multimedia content and more particularly to providing a system, method and apparatus for enhancing multimedia content with supplemental content.


In one embodiment, the invention can be characterized as a method for providing enhanced content for play across multiple play platforms. The method employs steps of delivering media content to a client device; delivering HTML content to a client device, the HTML content being accessible and usable by a plurality of client device platforms; activating a browser to access the HTML content, the browser being located on and compatible for use with the client device; activating firmware on the client device to access the media content; and incorporating the accessed HTML content with the accessed media content.


In another embodiment, the invention can be characterized as a method for enhancing multimedia content. The method employs steps of providing a recording medium; recording content onto the recording medium; integrating HTML content with the recorded content; accessing the recorded content and the HTML content; and playing a multimedia event based on the accessed content.




BRIEF DESCRIPTION OF THE DRAWINGS

The above and other aspects, features and advantages of the present invention will be more apparent from the following more particular description thereof, presented in conjunction with the following drawings wherein:



FIG. 1 is a schematic diagram of a hardware implementation of one embodiment of the present invention;



FIG. 2 is a schematic diagram of a system for enhancing a DVD multimedia experience;



FIG. 2A is a flow chart illustrating steps traversed upon insertion of a DVD disk (or other media) into a device, such as a DVD player;



FIG. 3 is a flowchart illustrating logic for incorporating update information to supplement a DVD multimedia play experience;



FIG. 4 is graphical representation of data layouts for bitmap layers;



FIG. 5 is a flowchart illustrating a method for providing an enhanced multimedia experience; and



FIG. 6 is a flowchart illustrating a method for enhancing DVD content with ROM content.




Corresponding reference characters indicate corresponding components throughout the several views of the drawings.


DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

The following description of the presently contemplated best mode of practicing the invention is not to be taken in a limiting sense, but is made merely for the purpose of describing the general principles of the invention. The scope of the invention should be determined with reference to the claims.



FIG. 1 illustrates a system for providing enhanced DVD content for play across multiple user platforms. Both DVD-Video content and HTML content are recorded on DVD discs and provided to a user. The HTML content includes various directories that allow it to be accessed by multiple platforms of user devices. Once inserted into a user device, browser software on the user device accesses the HTML content and supplies supplemental update information to enhance the play experience provided by the DVD-Video content. The supplemental update information can be either retrieved via a network such as the Internet or can be provided directly from the HTML data itself stored on the DVD disc.


In various embodiments, the client devices may take the form of computers, televisions, stereos, home appliances, or any other types of devices. In one embodiment, the client apparatuses and the host computer each include a computer such as an IBM compatible computer, Apple Macintosh computer or UNIX based workstation.


A representative hardware environment is depicted in FIG. 1, which illustrates a typical hardware configuration of a workstation in accordance with a preferred embodiment having a central processing unit 110, such as a microprocessor, and a number of other units interconnected via a system bus 112. The workstation shown in FIG. 1 includes a Random Access Memory (RAM) 114, Read Only Memory (ROM) 116, an I/O adapter 118 for connecting peripheral devices such as disk storage units 120 (i.e. DVD playback device) to the bus 112, a user interface adapter 122 for connecting a keyboard 124, a mouse 126, a speaker 128, a microphone 132, and/or other user interface devices such as a touch screen (not shown) to the bus 112, communication adapter 134 for connecting the workstation to a communication network (e.g., a data processing network) and a display adapter 136 for connecting the bus 112 to a display device 138. The workstation typically has resident thereon an operating system such as the Microsoft Windows NT/2000 or Windows 95/98/ME Operating System (OS), the IBM OS/2 operating system, the MAC OS, or UNIX operating system. Those skilled in the art will appreciate that the present invention may also be implemented on platforms and operating systems other than those mentioned.


A preferred embodiment is written using JAVA, C, HTML and the C++ language and utilizes object oriented programming methodology. Object oriented programming (OOP) has become increasingly used to develop complex applications. As OOP moves toward the mainstream of software design and development, various software solutions require adaptation to make use of the benefits of OOP. A need exists for these principles of OOP to be applied to a messaging interface of an electronic messaging system such that a set of OOP classes and objects for the messaging interface can be provided.


A preferred embodiment of the invention utilizes Hypertext Markup Language (HTML) to implement documents on the Internet together with a general-purpose secure communication protocol for a transport medium between the client and the Newco. HTTP or other protocols could be readily substituted for HTML without undue experimentation. Information on these products is available in T. Berners-Lee, D. Connoly, “RFC 1866: Hypertext Markup Language—2.0” (November 1995); and R. Fielding, H, Frystyk, T. Berners-Lee, J. Gettys and J. C. Mogul, “Hypertext Transfer Protocol—HTTP/1.1: HTTP Working Group Internet Draft” (May 2, 1996). HTML is a simple data format used to create hypertext documents that are portable from one platform to another. HTML documents are SGML documents with generic semantics that are appropriate for representing information from a wide range of domains. HTML has been in use by the World-Wide Web global information initiative since 1990. HTML is an application of ISO Standard 8879; 1986 Information Processing Text and Office Systems; Standard Generalized Markup Language (SGML).


To date, Web development tools have been limited in their ability to create dynamic Web applications which span from client to server and interoperate with existing computing resources. Until recently, HTML has been the dominant technology used in development of Web-based solutions. However, HTML has proven to be inadequate in the following areas:

    • Poor performance;
    • Restricted user interface capabilities;
    • Can only produce static Web pages;
    • Lack of interoperability with existing applications and data; and
    • Inability to scale.


Sun Microsystem's Java language solves many of the client-side problems by:

    • Improving performance on the client side;
    • Enabling the creation of dynamic, real-time Web applications; and
    • Providing the ability to create a wide variety of user interface components.


With Java, developers can create robust User Interface (UI) components. Custom “widgets” (e.g., real-time stock tickers, animated icons, etc.) can be created, and client-side performance is improved. Unlike HTML, Java supports the notion of client-side validation, offloading appropriate processing onto the client for improved performance. Dynamic, real-time Web pages can be created. Using the above-mentioned custom UI components, dynamic Web pages can also be created.


Sun's Java language has emerged as an industry-recognized language for “programming the Internet.” Sun defines Java as: “a simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multithreaded, dynamic, buzzword-compliant, general-purpose programming language. Java supports programming for the Internet in the form of platform-independent Java applets.” Java applets are small, specialized applications that comply with Sun's Java Application Programming Interface (API) allowing developers to add “interactive content” to Web documents (e.g., simple animations, page adornments, basic games, etc.). Applets execute within a Java-compatible browser (e.g., Netscape Navigator) by copying code from the server to client. From a language standpoint, Java's core feature set is based on C++. Sun's Java literature states that Java is basically, “C++ with extensions from Objective C for more dynamic method resolution.”


Another technology that provides similar function to JAVA is provided by Microsoft and ActiveX Technologies, to give developers and Web designers wherewithal to build dynamic content for the Internet and personal computers. ActiveX includes tools for developing animation, 3-D virtual reality, video and other multimedia content. The tools use Internet standards, work on multiple platforms, and are being supported by over 100 companies. The group's building blocks are called ActiveX Controls, small, fast components that enable developers to embed parts of software in hypertext markup language (HTML) pages. ActiveX Controls work with a variety of programming languages including Microsoft Visual C++, Borland Delphi, Microsoft Visual Basic programming system and, in the future, Microsoft's development tool for Java, code named “Jakarta.” ActiveX Technologies also includes ActiveX Server Framework, allowing developers to create server applications. One of ordinary skill in the art readily recognizes that ActiveX could be substituted for JAVA without undue experimentation to practice the invention.


In accordance with one embodiment, a cross-platform DVD specification defined, which is called InterActual Technologies Cross Platform, hereafter referred to by the name ITX. By following the ITX specification, DVD authors can create HTML-enhanced DVD-Video/Audio content that can play reliably across multiple playback platforms, ranging from computers (such as Windows and Macintosh) to Internet-connected set-top devices (such as the Sony Playstation II and Nuon-enhanced consumer DVD players). The general requirements for enhanced DVD authoring and the requirements for the playback devices, both hardware and software are described herein.


The ITX enables DVD-Video/Audio (hereafter referred to only as DVD-Video) content developers to create products that seamlessly combine the Internet and/or other DVD-ROM capabilities with DVD-Video to create a richer, more interactive, and personalized entertainment experience for their customers. All this is accomplished without the need for content developers to create special content for each unique playback platform, and without the need of becoming an expert programmer on Windows, Macintosh, and other platforms. Additionally the present invention allows for customized content and functions tailored for specific platform(s).


Internet connectivity is not a requirement for the use of ITX. A stand-alone system with HTML browser functionality is all that is required. In addition, CD-DA (standard music CDs) can also be enhanced by use of ITX.


The following terms are defined as follows:

TermDescriptionBCABurst Cutting Area. Area near innerring on a DVD disc where custom datacan be imprintedATVEFAdvanced Television Enhancement Forum(spec allows combining HTML and TVprogramming)PIPPicture in PictureDVD-VideoA disc authored in accordance withthe DVD-Video specification. Anyplace where the term DVD-Video isused it also applies to DVD-Audio,unless specifically excluded.UOPUser Operations (as defined DVD-Videoand DVD-Audio specifications)


The following documents are incorporated by reference:

1.HTML Cross Platform Authoring Guidelines2.ISO-96603.ATVEF Specification (http://www.atvef.com)4.DVD-Video (Book 3) and DVD-Audio (Book 4)specifications


The ITX specification provides a common framework whereby content developers, browser providers, and hardware manufacturers can successfully create and playback Internet-enhanced DVD and CD products.


This description of the embodiments is divided into three major sections, targeting three different audiences:

    • Content Development Requirements: Addresses issues specific to DVD authors and content creators. The target audience includes DVD authoring facilities, web designers, and graphics and creative production facilities. This section outlines the integration of DVD-Video with Web Pages, Programming Interfacing, and other cross-platform DVD-Video and DVD-ROM authoring considerations.
    • Browser Requirements: Addresses issues specific to browser implementation. The target audience includes establishments such as: PlanetWeb, Spyglass, Liberate, and VM Labs (with a custom implementation of the Spyglass browser). This section outlines basic browser requirements to support ITX titles and integration of a DVD-Video programming interface.
    • Platform/Rardware Requirements: Addresses issues specific to DVD-Video hardware platforms. The target audience includes specialized chip manufacturers, consumer DVD-Video player, game system manufacturers (Sony Playstation, Nintendo, Sega), and any others who might incorporate web connectivity into DVD player products. This section outlines display requirements, browser interfaces, and other hardware-specific requirements.


With reference to FIG. 2, in an embodiment, a system 200 is provided for enhancing an internet play experience. ROM/HTIM content 202 is recorded onto a DVD disc 204. Additionally DVD-Video content 206 is also recorded onto the DVD disc. The disc 104 is inserted into a client device 208 that contains Browser/Presentation software 210 thereon. The client device hardware also includes a DVD Firmware/Navigator 212 that reads the DVD-Video content. In addition, the client device 208 includes a Browser/Presentation Engine software 110, which reads the ROM/HTML Content. The Browser/Presentation Engine can be for example Netscape Navigator or some other engine commonly available on personal computers. After reading the ROM/HTML content, the browser software 110 searches the Internet to find supplemental information related to the DVD content and incorporates the supplemental information into the DVD content 202, 206 to create an Internet Enhanced DVD Experience 214.


To better understand the purpose and goals of ITX three possible usage scenarios are described, each with an increasing level of complexity.


DVD-Video Disc with Movie Script Provided:


A movie is authored with the entire screenplay provided on the DVD disc in HTML format. Clicking on any scene visually represented in the HTML immediately links the user to that scene within the DVD-Video. Besides being a finer granularity than the normal chapter navigation provided on DVD-Video, the HTML-based script could contain other media (pictures, audio) and/or live web links for other information (stored either on the DVD disk, or accessible through the Internet). Further, the text of the screenplay in HTML could automatically “scroll” with the DVD-Video to give the appearance of being synchronized with the DVD-Video. Although many of these types of features (minus live web links and synchronized scrolling) could be authored in DVD-Video, HTML authoring is much more efficient, immediate and widely known.


More Complex Menus:


A DVD-Video is shipped with a simple HTML page that does little except start a movie. However, the HTML page also uses the Internet and checks to see if that movie has any web site updates. If it does, then the HTML page launches a new movie menu that is downloaded from the web. This new menu might have e-commerce opportunities (buy gifts based on the movie; buy tickets for the sequel to the DVD, etc.). Because the new movie menu is not on the DVD-Video, but rather is on a server accessible via the internet, the window of time during which the choices on the new movie menu is available can be decided by the studio long after the DVD-Video has shipped. The new movie menu may have new links to an actor's web site, which can be particularly advantageous if, for example, the actor has become a star since the movie was made, and therefore wasn't given star treatment in the original DVD-Video. The new movie menu may just be a more convenient way to navigate the disc to a finer granularity than the chapters provided. Advantageously, in accordance with the present embodiment, the DVD can have new movie menus stored on a server accessible through the internet, and that can be changed over time. If the DVD-Video is played without ITX, the DVD-Video operates in a conventional manner.


Live Webcast with the Director or Stars in Live Chat:


A DVD-Video movie is shipped with an HTML page that links the user to an ITX web site. This site (and studio advertising) notifies the user of the date/time of a “live chat” with, for example, the movie's director, who will discuss the making of the movie. Near the event starting time, the user connects to the web site with the DVD-Video in his/her DVD player. At the start time, the director begins sending voice (such as streaming audio, e.g., Real Audio) over the Internet. The director controls the DVD player of the user, as well as other DVD players, by sending play, pause, fast-forward, and rewind commands, etc. (Latecorners are automatically synchronized). User (if they have, for example, a browser with a keyboard) can enter questions. The director can choose which questions to answer and control every DVD player to an appropriate scene in the movie and discuss the scene. Through the use of bitmap overlay layers and drawing tools, the director can pause the video and draw on the screen (like a football play) to better explain the details involved in creating a certain scene, for example. As the director moves from one question to another the video can use transitions and special effects to make the presentation more professional and entertaining.


In order to support the above-described functionality, the present embodiment is as follows. An ITX disk can contain DVD Video and ITX-compatible ROM data, DVD-Audio and ITX-compatible ROM data, CD-Audio and ITX-compatible ROM data, or the like. The ITX compatible ROM data can be any digital file type including HTML and graphics, including for example, HTML graphics, subject to file system limitations described below. There is no theoretical limit to the amount of ITX compatible ROM data that can be placed on a DVD disk, except for physical constraints of the DVD disk (or in an alternative embodiment CD-disk).


An ITX-compatible disk adheres to rules regarding capability, detection, file system, directory structure, and content location, each of which is described in further detail herein. As multi-platform support is a goal of the present embodiment, an ITX disk provides for both platform-specific behavior and general-purpose behavior. Platform-specific behavior can be accomplished using the ITX-API described above, by either placing platform-specific binaries on the DVD disk in predefined directories, described herein, or by authoring general purpose HTML content that uses, for example, ECMAScript or JavaScript and the ITX API to detect specific platforms and to “serve” web pages specifically designed for a particular platform, i.e., particular type of device. General purpose content can be created for playback on multiple platforms using HTML content and the ITX API. Both approaches can be combined so that platform-specific behavior can be employed with certain devices, while other devices, such as devices developed after release of the DVD disk, can be supported with general-purpose behavior.


For personal computers, such as personal computers operating under Microsoft Windows, ITX content can be viewed through a proprietary browser client per the ITX content viewed through the proprietary browser client can be the same content that is displayed on, for example, a browser-enhanced consumer electronics system, such as a set top box, a game console, or an internet-connected DVD player or the like.


The device must provide a capability to determine the type of media that has been inserted into the device. Specifically, the device must be able to determine whether the media is a DVD disk or some form of CD disk. For CD-DA, there may or may not be a file structure formatted on the CD-DA disk, such as described herein and therefore the CD-DA disk table of contents must be read per the “red-book” specification.


An ITX-compatible DVD or CD is detected by checking for the existence of a file named index.htm in a directory named common. The ITX-API version information can be found in a mediated area in the index.htm file, which is an HTML file.


The index.htm file provides JavaScript that detects the particular type of device into which the DVD disk has been inserted, and the device is “navigator,” and provides general framework for interactive playback. For a disk not authored in accordance with the ITX content, a content homepage is employed, i.e., file named default.htm is employed. The default.htm file may be stored in memory on the device.


Content Development Requirements:


This section describes the requirements for content developers, DVD authors, and creative houses. This section outlines how DVD-Video can be integrated with ROM content for playback across multiple hardware platforms and multiple browsers. For more information regarding cross-platform HTML development (independent of integration with DVD-Video), refer to the InterActual™ HTML Cross Platform Authoring Guidelines document. This reference document outlines platform/browser detection, use of JavaScript files (.js files) and other HTML authoring techniques.


DVD/ROM Authoring Considerations:


ITX Directory and File Naming Conventions (Mandatory Compliance)


When making an ITX disk, DVD video zone files must be placed physically at the beginning of the ITX disk, contiguously, in the order specified by the DVD-Video specification, likewise, DVD-Audio zone files must follow the DVD-Video files in contiguous order.


The DVD specifications for DVD-Video and DVD-Audio require that each disc contain specific directories and files. For example, the DVD-Video files are contained in a directory (or folder) with the name VIDEO_TS; DVD-Audio files in the AUDIO_TS directory. The VIDEO_TS and AUDIO_TS directories should be the first entries in the directory descriptor (the true order of the directory and file entries is usually hidden, since most operating systems list them in, for example, alphabetical order). There is no such requirement for “DVD-ROM” content, and, thus, developers can arrange other files on a disc in any desired manner. It is best to place ROM-zone files in subdirectories versus the root directory. The placement of files on a dual-layered disk (DVD-9, DVD-14, or DVD-18) is generally independent of layer details. DVD-Video and DVD-Audio files must begin on layer zero. ROM-zone files are beginning after the DVD-Video (or DVD-Audio) files and can cross layer boundaries, if needed. In order to prevent problems that can arise from this open aspect of the specifications, ITX provides a convention for ordering and naming files.


Files stored for use with ITX can be in any DVD disc directory. However, there must be a method that allows the platform-specific browser and/or playback engine to identify the initial starting HTML file in the case were there is no executable file. Also, in order to simplify support, it is strongly suggested that the full convention described below be followed on all ITX-authored discs.


ITX Naming Standard:


Each DVD-Video authoring system and tool set supports different naming capabilities; such as ISO-9660, ISO-9660 with Joliet extensions, Macintosh file names, support for Macintosh resources, hybrid discs, etc. Some authoring tools go even further by forcing a certain character case (e.g., the Toshiba authoring system forces all characters to uppercase). These issues must be taken into account as part of the development process since some playback platforms may operate differently depending on the physical layout and file structure on the DVD. As a specific example, Windows and Macintosh operating systems are case insensitive, whereas Unix and Linux operating systems are case sensitive.


For ITX compliance, the following naming standard must be followed:

    • UDF 1.02 and ECMA 167 (second edition)
    • Support for hybrid Windows/Macintosh discs (whereby resource forks for the Macintosh operating system are preserved)


All files and directories must be developed with case sensitivity in mind. The recommended approach is to use only capital letters for all directories, file names, and HTML references. To be safe, only use A-Z, 0-9 and the underscore. The initial HTML file shall have a name of ITX.HTM.


ITX Directories:


The ITX.HTM file must be located in a directory that follows these rules. Other files, based on individual authoring needs may be located in any directory following any convention. There may be more than one ITX.HTM file. For example, there could be a different one for each platform supported, or just one primary one and one alternate for a single platform that requires special operations.

Directory namePlatformCOMMONAll (default)LINUXlinux operatingsystemMACMacintoshNINTENDONintendo DolphinSONYPlaystation II andCENUONVMLabsWINWindowsSEGASega DreamcastTOSHIBAToshibaWINWindowsZORANZoranTo be determinedall other ITXdirectory names mustbe registered toinsure no conflicts.


Directory Naming Conventions

Note that any new platform directory names should be reserved and assigned before use. However, each platform developer can control the directory structure under its reserved top-level directory name. For example, Sony could create a PS2 and PS3 directory under the SONY directory.


This directory structure allows for proprietary executable binary files for each platform. For example, a current PCFriendly DVD (i.e., a DVD in accordance with the present embodiment) can utilize the directory structure by placing the Windows version of software in a WIN directory, and a Macintosh version of software in a MAC directory. Upon insertion of the disc, the platform will initiate execution of the appropriate binaries (based on some platform-specific autorun feature) and then the binaries will load the ITX.HTM file.


The set-top player browser shall locate its starting file via the following logic:

    • Check for online updates enabled and online
    • If OK, then check web for update and use, if found
    • Else check for its platform-specific directory.
    • If the platform-specific directory exists and the ITX.HTM file is found, then start;
    • Else if the COMMON ROM directory exists and the ITX.HTM file is found, then start;
    • Else the disc is not an ITX disc and it should be played as a DVD-Video disc.


The above-described structure allows for device specific executable binary file for each type of device supported by a particular DVD disk. The platform-specific directory structure and its associated set of binaries enable any platform to run executables specifically designed for any device provided that such executables are available on the particular DVD disk being utilized. This capability, in essence, allows the device specific binaries to override general purpose ITX content or override a standard browser mechanism. While the actual ROM content may reside in a device specific directory, it is recommended that all content reside in the common directory when possible. The common directory can support any number of subdirectories, including device specific subdirectories.


The common directory stores, in most cases, the actual ITX content (versus platform specific binaries). It is recommended that all ITX content (even platform specific ITX content reside in the common directory as this provides an intuitive content development approach. By maintaining a single content directory, Java Script can easily be used to detect platforms and render appropriate HTML players pages tailored to specific devices.


There may be cases where device specific binaries may be included on the DVD disk, but still the general-purpose content. For example, an ITX disk can utilize the directory structure by placing a Windows version of software in the WIN directory, and the Macintosh version of the software in the MAC directory. Upon insertion of the ITX disk, the platform will initiate execution of the appropriate binaries (based on a device specific feature, such as autorun) and then the binaries will load the index.htm file located in the common directory, the starting point for any general-purpose ITX disk.


The starting or entry point is the index.htm file, with which resides in the top level of the common directory. It is recommended that all ITX content (with the exception of device-specific binaries) be stored in the common directory. Java Script can then be used to detect platforms and render appropriate HTML pages tailored to specific platforms. The index.htm file will be the background “container” web page while standard playback occurs. This page enables Java Script event handlers to be loaded and activate to handle events during playback. The meta-data of the index.htm file contains the ITX-API version information.


Referring to FIG. 2A, a flow chart is shown of steps traversed upon the coupling of a storage medium with, e.g., insertion of a DVD disk into, a device, e.g., a personal computer, a consumer electronics device, a game console, or the like. Steps traversed upon insertion of the DVD disk into the device are divided into phases as follows. During the first phase, a disk detection algorithm determines if the disk has content in accordance with the present embodiment, i.e., whether the disk is an ITX disk, i.e., whether the disk contains ITX content. This determination is made by examining whether a file named index.htm is located in a “common” directory on the DVD disk.


If the index.htm file exists, then the DVD disk is an ITX disk. Otherwise, the DVD disk is determined not to be an ITX disk. During a second phase, a determination is made as to whether the DVD disk is a DVD-Video or a DVD-Audio, or whether a disk of another type has been inserted, such as a CD-DA. Logic for performing the second phase is included, generally, in the device, and this is not discussed in detail further herein. (Such logic is known.)


During a third phase, a determination is made as to a default playback mode of the device. This is determined by reading a “player mode” from the property, e.g., InterActual.PlayerMode. If the device is configured for “play” mode, ITX content, e.g., HTML content, is bypassed, whereas if the device is configured for ITX mode, then the ITX content is launched beginning with the index.htm file in the common directory. The ITX content itself can then be updated dynamically if the device is connected to the Internet, or an equivalent network. There is no Internet connection, or equivalent connection, the device renders ITX content from a ROM portion of the DVD disk.


For non-ITX disks, when the device is configured for ITX mode, a default content home page (called default.htm) is displayed and an Internet connection, or equivalent, is attempted to provide potential ITX content for the non-ITX disk.


During a fourth phase, platform specific file detection occurs, and a determination is made as to whether there are platform specific binary files on the DVD disk for the device. This is accomplished by searching for a predefined directory, as described above, associated with the device.


During a fifth phase, a determination is made as to whether a connection to the internet or similar network, can be made. This step is performed for ITX disks in order to determine whether updated content is available from a server. Additionally, for DVD disks without ITX content, a connection to an on-line database can be attempted, so that the database can be interrogated to determine whether a server containing content associated with the DVD disk is available. If such content is available, an interactive experience similar to that available on ITX disk can be offered to the user of the device. When the device is in “play” mode, then ITX disk can display an icon, to signify that ITX content is available from the DVD disks ROM area. If the user selects the icon, a content home page is displayed, i.e., default.htm, so that the user can switch to ITX mode.


With reference to FIG. 3, a process 300 for obtaining update information is described. The process 300 begins with a decision step 302 wherein a determination is made as to whether the user is online and whether the user prefers to check for updates online. If the answer to decision step 302 is no, then in another decision step 304 a determination is made as to whether HTML update information is available. If such information is available then in an operation 306, the ITX.HTM is started from the web and the update information is retrieved. If the answer to question 302 or both questions 302 and 304 are no, then in yet another decision step 308 a determination is made whether a platform directory exists, the platform directory applicable to the platform of the user device. If an appropriate platform directory does exist, then in an operation 310, ITX.HTM is started in the platform directory. If an appropriate platform directory does not exist, then in a decision step 312 a determination is made as to whether a common directory exists which can be used with the platform of the user device. If such a common directory does exist, then ITX.HTM is started in that directory. If such a common platform directory does not exist, then in a step 316 the DVD is played a normal video without Internet enhancement.


It is recommended that each player have a user setup that allows the ITX functionality to be overridden, such as:

    • Check for ITX and start as ITX if found (default setting)
    • Check for ITX and give the user a menu choice of ITX or Standard
    • Show the ITX icon on the screen for several seconds when ITX is found (include a remote control function that re-starts discs in ITX mode
    • Play all discs as DVD-Video, ignoring ITX


ITX Programming Interface (Mandatory Compliance):


This section describes the ITX application programming interface (API) for controlling and scripting ITX-enhanced discs. The API is divided into five sections:

    • Embedding. Syntax for embedding DVD-Video within a web page. This section also addresses displaying video full screen and in a window.
    • Commands. Commands control the playback and search mechanisms of a DVD-Video disc.
    • Properties. Properties are used to query attributes of the DVD-Video and set certain configuration properties.
    • Events. Events are used to trigger notification of various playback conditions, such as time changes, title changes and UOP changes. Events are essential for scripting and synchronizing the video with other assets.


      Embedding:


This section describes how to embed DVD-Video within an HTML page and control its layout.


Computer operating systems shall embed DVD-Video using currently available embedding techniques. Examples for each of the major computer operating systems is are provided below:

OperatingSystemExampleWindows<object ID=“PCFriendly” CLASSID=“clsid: A0739DE5-571F-11D2-A031-0060977F760C” BORDER=“1” WIDTH=50% HEIGHT=60% ></object>Apple/Macintosh<embed ID=”PCFriendly” TYPE=”application/x-pcfriendly-plugin” ALT=”PCFriendly Plug In” HIDDEN=”TRUE” ></embed>LinuxTBDOthersTBD


Examples for Embedding DVD-Video in HTML

After the DVD-Video object is embedded in the web page, it can be accessed using any style sheet, link, or scripting language. Values for the ID string must begin with a letter (A-Z or a-z) and may be followed by any number of letters, digits, hyphens, and periods up to a maximum of 48.


Unlike computers, set-top boxes do not generally have a full-blown operating system and browser. Therefore, the capabilities within the browser are often more restricted. For embedding DVD-Video within these platforms using ITX, the “PCFriendly” ID must be integrated within the embedded browser as any other tag structure. With this approach, any embedded browser that encounters the “PCFriendly” tag, would automatically associate this identifier with the ITX programming API described later in this section.


While many possible windows configurations are possible for displaying the update data, the update data is preferably provided on a screen in the following manner:

    • Toggling between full screen
    • Displaying within frame
    • Dynamic resizing


      Commands:


Commands (also known as functions or methods in OOP terminology) control the playback and navigation mechanisms of a DVD-Video/Audio or CD-DA disc. Commands can be used by the calling application (HTML, C++, or other) to initiate a DVD/CD playback function. The commands supported by ITX are listed below.

    • All commands support return values as shown above.
    • See notes at the end of the table and for a description of the optional time and FX parameters designated by [*].


Items in square brackets [ ] are optional.

DVDCD-SupportITX CommandsDescriptionPlayerDALevelRangeOpen(filenameOpens specifiedBothYBase| type)file name.See note 1.Play([*])Start playback ofBothYBasethe DVD.Pause([*])Pause playback ofBothYBasethe DVD(Pause_On).Subsequent issueof Pause( ) resumesplayback(Pause_Off)Stop([*])Stop playback ofBothYBasethe current DVD.Stops execution ofcurrent PGC andtransfers to StopState.FastForward([x[,*]])Fast forward theBothBase2-99,current DVD at xalthoughspeed. (Bysomedefault, x = 2)playersmayallowonlythe DVDvaluesof2, 4, 8, 16, 32Rewind([x[,*]])Rewind the currentBothBasesame asDVD at x speed.above(By default, x = 2)Slow([x[,*]])Play the currentBothAdv2-99DVD at x speed.(reciprocal(By default, x = 2values)for ½ speed).Supported Featuresshould be checkedfirst to determineif capability issupported.See note 2.SlowReverse(x[,*])Play the currentBothAdvsame asDVD at x speed inabovereverse. (Bydefault, x = 2 for½ speed).Supported Featuresshould be checkedfirst to determineif capability issupported.See note 2.Step([n[, *]])Steps playback ofBothAdv1-30the DVD forward nframes. SupportedFeatures should bechecked first todetermine ifcapability issupported. Bydefault, n = 1.NextChapter([*])Halts playback ofVideoBasethe currentchapter and startsplayback from thenext chapterwithin the title.PrevChapter([*])Halts playback ofVideoBasethe currentchapter and startsplayback from thestart of thecurrent chapter;or if near thestart of a chaptergoes to theprevious chapter.NextTrack( )Halts playback ofAudioYBasethe current trackand startsplayback from thenext track in thesame Audio Titlewithin the TitleGroup.PrevTrack( )Halts playback ofAudioYBasethe current trackand startsplayback from theprevious track inthe same AudioTitle within theTitle Group.NextDisplay([*])Presents the nextAudioBasevisualdisplay/slide inthe display listto the user.PrevDisplay([*])Presents theAudioBaseprevious visualdisplay/slide inthe display listto the user.TitlePlay(t[,*])Start playback atVideoBase1-99the specifiedtitle index, t.(Initializes allGPRMs and SPRMs).ChapterPlay(t,c[,*])Start playback atVideoBaset: 1-99the specifiedc: 1-99title index andchapter value. Ifin TT_DOM andalready withinspecified title,ChapterSearch isissued to maintainall GPRM and SPRMvalues. Otherwise,ChapterPlay isissued and allGPRMs and SPRMsare initialized.TimePlay(h,m,s,f[,*])Start playback atBothBaseh: 00-23the specified.m: 00-59Specify time ins: 00-59hours, minutes,f: 00-29seconds, frames.(Computer musttranslate intomilliseconds). Ifin TT_DOM orTT_GR_DOM andalready withinspecified title,TimeSearch isissued to maintainall GPRM and SPRMvalues. Otherwise,TimePlay is issuedand all GPRMs andSPRMs areinitialized.TitleGroupPlay(g[,*])Start playback atAudioBaseg: tbdthe specifiedtitle groupnumber.TrackPlay(g,t[,*])Start playback atAudioYBaseg: tbdthe specifiedt: tbdtitle group numberand track number.If in TT_GR_DOMand already withinspecified titlegroup, TrackSearchis issued tomaintain all GPRMand SPRM values.Otherwise,TrackPlay isissued and allGPRMs and SPRMsare initialized.In case of CD-DA,group numbershould be 1 bydefault.HiddenGroupPlay(g[,*])Plays desiredAudioAdvg: tbdhidden/lockedgroup.HiddenTrackPlay(g,t[,*])Plays desiredAudioAdvg: tbdhidden/lockedt: tbdtrack withinHidden Group.HiddenTimePlay(h,m,s[,*])Plays fromAudioAdvh: 00-23specific timewithin Hiddenm: 00-59Group.s: 00-59Menu(x[,*])Display theBothBase1-5specified menu.See note 3.GotoMenuID(x[,*])Displays menuBothAdvassociated withentered menu IDGotoBookMark(x[,*])Continues playbackBothYAdvat the specifiedbookmark locationby number.See note 4.SaveBookMark(x[,*])Creates a bookmarkBothYAdv0-nat the currentn islocation to storesystemwith a givendependent,number.aboutSee note 4.32Resume([*])Resume DVDBothBaseplayback (ifapplicable basedon Navigation).StillOff([*])Continue withBothBasestill off.UOPMask( )Retrieve currentVideoBaseUOPs.AutoMouseHide(b)Show or hide theBothAdvmouse cursor whenthe DVD isplaying. (Hideoccurs 2 secondsafter no activity)UpButtonSelect([n])Selects the upBothBase1-36direction button ntimes. By defaultn = 1.DownButtonSelect([n])Selects the downBothBase1-36direction n times.By default n = 1.LeftButtonSelect([n])Selects the leftBothBase1-36direction button ntimes. By defaultn = 1.RightButtonSelect([n])Selects the rightBothBase1-36direction button ntimes. By defaultn = 1.ButtonActivate( )Activate theBothBasecurrenthighlightedbutton.ButtonSelectActivate theBothBase1-36AndspecifiedActivate(n)highlightedbutton, where n isthe button numberbetween 1 and 36.AudioSelect(n)Sets the streamBothBase1-8number of theAudio to playSubPictureSelect(n)Sets the streamVideoBase1-32number of theSubpicture todisplaySubPictureEnable(n)Enables orVideoBase0 = offDisables1 = onSubpictures (subtitles)AngleSelect(n)Sets the streamVideoBase1-8number of theAngle to playMenuLanguageSelects theBothBase1-tbdSelect(n)language for theSystem Menuaccording to thelanguage code (n).Only available ina Stop State.TextLanguageSelects theAudioBase1-tbdSelect(n)language for theAudio Text Data.ParentalLevelSelects parentalVideoBase1-8Select(n)level of player.ParentalCountrySelects theVideoBase1-tbdSelect(n)country for theparental level.KaraokeSelect(x)Changes the AudioVideoAdv1:mode for Karaoke.vocalist 12:vocalist 23:guidemelodyZoom([x, y[,*]])Zoom (or scale) byBothAdv2500-40000a percentage(16-bitfactor of xunsigned(horizontal) and yvalues)(vertical).Individual playersmay supportvarious zoomranges, but 25% to400% isrecommended (2500 < x,y < 40000).See note 5.X and Y areintegers, 100times thepercentage. Bydefault, x and yare 10000 (100%).Pan([x,y[,*]])Set center pointBothAdv−5000of zoomed displaytoto x, y coordinates+5000based onpercentage ofnormal contentfull screendisplay.See note 5.X and Y areintegers, 100times thepercentage. Bydefault, x and yare zero (centerpoint).VideoBlending([a,c[,*]])Controls whetherBothAdva: 0-255the video isc: 32-played in its ownbitwindow/full screenARGB(a = 0) or if thevideo is in thebackground andHTML content isblended on top ofit (where a is thealpha blendingvalue from 1 to255; c is HTML theHTML backgroundcolor that isclear). Bydefault, a = 255(HTML on top) andc = white (whiteHTML background isclear for video toshow through).See note 6.Bitmap LayerExtensionsCreateLayer(b,c,r,d,p)Create an overlayBothYAdvb: 1-9layerc: 32-b is the bitmapbitoverlay ref numberARGB(or handle)r: 1-4Initialize tod: 1,color c2, 4,r is the8, 15,resolution16, 24,d is the number of32bits per pixel. pp:is the palettepalettewhen b = 1, 2, 4 or 8tblSee note 7.ChangePalette(b,p[,*])Change the paletteBothYAdvb: 1-9for layer bp:palettetblDestroyLayer(b)Destroy an overlayBothYAdv1-9layer. If b = 0then destroy alllayers.ShowLayer(b[,*])Make a layerBothYAdv1-9visibleHideLayer(b[,*])Hide a layerBothYAdv1-9SetVectorDraw(b,c,w[,*])Set defaultBothYAdvb: 1-9drawing color (c)c: 32-and width (w) forbitlayer b.ARGB orc: ARGB or indexpaletteinto paletteindexw: 1 to 16 pixelsw: 1-16SetVectorCorners(x1,y1,x2,y2)Set the userx: 0-720coordinate system(orto: x1, y1 (upper1920)left corner);y: 0-480,x2, y2 (lower right576 (orcorner).1080)The default is0, 0..720, 480 forNTSC and 0, 0..720576 for PAL; whichmatches one to oneto pixels in thelayer. (All valuesare 16-bit signedintegers)This coordinatesystem is used forVectorMove andVectorDrawVectorMove(xMove to x, y on,y,b[,*])BothYAdvx: 0-720layer b.(or(x, y based on1920)SetVectorCorners)y: 0-480,576 (or1080)b: 1-9VectorDraw(x,y,b[,*])Draw to x, y onBothYAdvx: 0-720layer b.(or(x, y based on1920)SetVectorCorners)y: 0-480,576 (or1080)b: 1-9DisplayImage(f, b,a[,*])Display image fromBothYAdvf:file (types: JPEG,filenameGif) in layer b,b: 1-9with alpha blenda: 0-255level a. (Layermust havesufficient bitdepth.)Time and FXSetRelTime([t])Set the relativeBothYBaset: 0-231time counter to t.unsigned(unsigned 32-bit32-integer in ms)bitSee GetRelTimeintegerproperty. Therelative timeaffects onlycommands issuedfor delayedexecution(queued). Oncequeued commandsuse machineabsolute time. Bydefault, t = 0.FlushCmdQueue( )Flush and/orBothYBaseinitialize thecommand queue.MiscExtensionsSetMixVolume(x[,*]Set primary audioBothYAdvx: 0-100stream volume0 = mutelevel tomainpercentage x toaudioallow overmixing.FullScreen(w[,*])Toggles videoBothBase0 = fullplayback between1 = windowfull screen andwindow.NetConnect([u[,*]])Establish WWWBothYAdvu = textconnection tostringoptional URLprovided. Bydefault,connection is madewith no URL.ComputerThe followingOnly:commands should beignored in set-topplayersClose( )Close the driverBothYBaseand stop playbackof the currentDVD.ShowControls(x,y[,*])Show or hide theBothYBasex: 0-1920video controls iny: 0-1200full screen mode,at x, y. Use −1,−1to hide.ShowContextMenu( )Controls the rightBothBasemouse clickcontext menu.PopUpMenu( )Displays andBothBaseallows the audiolanguages, sub-pictures, andangles to be setto those currentlyavailable.SuppressErrors(b)Suppresses displayBothYBase0 = suppressof error messages1 = show(0 = suppressdisplay of errormessages, 1 = displayerrormessages)


ITX Command Summary

Command Notes:


[*] optional parameters

    • Special effects and timed operations are performed with four optional parameters. See section 2.1.2.2.3 for complete details.


      1. Open.


Opening of VOB files and MPEG files is required for baseline support. Other file types are advanced features. An open file can be played, paused, stopped. Fast forward and rewind are not available. Stopping causes the file pointer to be reset to the start of the file.


2. Slow and Slow Reverse.


If slow is supported a speed of ½ is required. Other slow speeds may also be supported; decreasing powers of two are recommended: ¼, ⅛, 1/16, etc although any value from ½ to 1/99 is allowed. Integer reciprocal values are used for the speeds, such as 2 for ½ and 4 for ¼, etc.


3. Menu.


Menu choices are:

    • 1: Title Menu
    • 2: Root Menu
    • 3: Chapter Menu
    • 4: Audio Languages Menu
    • 5: Subpicture Languages Menu


      4. Bookmarks.


The bookmarks are assigned a number when set. A GotoBookMark returns to the same position on the disc as when the bookmark was set (saved). Preservation of bookmarks during powerdown is not required, however, if implemented, bookmarks shall be unique to the disc (using a generated disc id). A minimum of one bookmark per disc is required if implemented (32 recommended). It is recommended that bookmarks save the entire DVD-Video or DVD-Audio state, but this is not required. At a minimum, the correct title and time must be saved.


5. Zoom and Pan.


Zoom parameters are based on a percentage, so integer values of 10000 and 10000 (x and y) indicate 100% of normal full screen display with no zoom. Normally the x and y scale factors should be the same to maintain a correct aspect ratio. When zooming to a value greater than 100%, by default, the center point of the image remains on the center of the display. Panning allows moving the center point of the portion of the image to be displayed. These x and y pan parameters are provided as a percentage of the display from −50% to +50% using integer values from −5000 to +5000. (This is done so that the differences between NTSC and PAL do not have to be calculated in pixels. Additionally, it may also be possible to use the same HTML code for handling 4:3 and 16:9 as well.) If the pan parameters would cause the display to pan off the edge of the video, then the platform software shall only set that panning parameter to the largest or smallest value that keeps the video in the display area.


6. Blending.


This advanced feature allows an HTML page to be constructed that includes a background color (the colorkey) that is treated as clear. Other information on the page (graphics or text) is then alpha blended with the video. An alpha value of 0 indicates that the video shows everywhere. An alpha value of 255 indicates that the HTML page shows everywhere (except where it is clear as defined by the colorkey value). This allows, for example, placing textual titles on top of the video (or blended with the video). Graphical menus can be added in the same manner. A minimum of 16 (256 recommended) discreet alpha values are required if this feature is supported. However, the alpha blend parameter is always from 0 to 255.


7. Bitmap Layers.


The bitmap layer features allow defining and using multiple layers (possibly only one active at a time depending on the playback device) with other layers stored in memory and ready to be activated when needed. This is how an event moderator can remotely draw onto the video image. The number of bits per pixel (color depth) can be 1, 2, 4, 8, 15, 16, 24 or 32. For bpp of 1, 2, 4 and 8 a palette must be provided (32-bit ARGB data). It is anticipated that the most frequently used capability will be bpp values of 1 or 2 to be used for image markup, like a chalkboard with 1 to 4 colors. Bpp values of 15, 16, 24 and 32 allow images to be used on a layer.


Errors and Warnings


All commands shall return one of the following error codes

numbernamedescriptioncommands0OKSuccessfulall1GeneralOther or Unknown errorallErrorcondition1FileNotFile not foundOpen,FoundDisplayImage2NotSupportedFile type or feature notsupported3NoDiscAttempt to play with noPlay, +others?disc4BadParamParameter out of rangemany5ParamErrorParameter out of rangemanyfor current disc orcurrent condition6NoMemNot enough memory forCreateLayer,operationDisplayImage7QueueFullCommand queue is fullTime delayedcommand8QueueFailTimed command errorTime delayed(such as overlappingcommandcommand)9QueueWarnTimed command accepted,Time delayedbut action may becommandemulated


Error and Warning Summary

Layers and Pixel Formats:


With reference to FIG. 4, a data layout 400 for a layer with 2 bpp, resolution is depicted. Also depicted is a data layout 402 for a layer with a 4 bpp resolution. The pixel formats for data in a layer may be stored (internally) in any format. The diagrams on the next page illustrate how it might work in one implementation. The data in the LUT (lookup table) is provided as a color palette by CreateLayer( ) or ChangePalette( ). Each entry in the palette is a 32-bit integer as follows:

    • byte 0: blue (least significant byte)
    • byte 1: green
    • byte 2: red
    • byte 3: alpha


An alpha value of 0 indicates a transparent color (i.e. the video shows through) and 255 is a solid opaque color (i.e. no video shows through). The first entry in every color palette should consist of 4 bytes of zero, a clear color. The default color value, c, in CreateLayer( ) should normally be zero to initialize the layer to a clear color. Special visual effects can be created by use of other values, such as initializing a layer to red, then erasing it off with a series of drawing commands and/or by changing alpha values, in the color palette, etc. Layers and data on them are not affected by video transitions and special effects having to do with video playback.


As described in the next section, some commands may be modified with time parameters and special effects or transitions. Of particular note to the bitmap layer commands are the ChangePalette( ) and VectorDraw( ) commands. A VectorDraw( ) command with a time duration simply draws a line incrementally. However, the ChangePalette( ) command with a time duration should be implemented such that there are three complete palettes, the original, the final and the current palette. At each time increment every palette table entry is interpolated towards its final value. The ShowLayer( ) and HideLayer( ) commands may have a timed special effect applied to them such as a wipe or fade.


Transitions, Special Effects and Timing:


Similar to how an author might use transitions and special effects during video editing, ITX allows a subset of these types of capabilities, depending on the unique capabilities of each playback system. If a system cannot produce the effect due to hardware or software limitations then it should gracefully degrade to some emulation or simply produce no effect at all, but concluding at the same logical end point.


Transitions can be used, for example, when switching from one scene to another with a time search or chapter search. If no effect is specified, then the playback system would normally produce a standard cut or possibly insert black frames between the scenes. However, if a wipe left is specified, then the final still frame of scene 1 is shown and scene 2 wipes in from the left at the specified rate. (No attempt is made to provide a moving image for both scenes simultaneously.)


The following table details the optional parameters and their ranges:

Descriptionrangexxx(?[t1,t2,fx,p])Command xxx with optionalt1: 0-231see command listparameters as follows:t2: 0-231in 2.1.2.2 wheret1: time 1 (0 or relativefx: 0-999[*] is replaced bystart time)p: 32-bit[t1,t2,fx,p]t2: time 2 (duration (ifvaluet1=0) or relative end time)based on xfx: special effect numberallp: extra parameter based onunsignedfx32-bitThere are two basic modes:integers1. If t1=0, then t2 is thecommand duration.2. If t1>0, then t1=startingrelative time and t2=endingrelative time.t1 and t2 are unsigned 32-bit integers inmilliseconds.The possible choices for thevariable numbers ofparameters are:t1 (not allowed)t1, t2t1, t2, fxt1, t2, fx, p


Optional Parameter Format for Timed Commands and Special Effects

Notes:


1. Immediate Execution


To cause a timed command or special effect to start immediately, the t1 parameter must be set to zero (or to a value less than the current relative time). The t2 parameter contains the duration of the command (when t1=0). If t1 is greater than zero, but less than the current relative time then the duration is equal to t2-t1. A negative duration is treated as the shortest possible time for that operation.


2. Delayed Execution


To cause a command to be queued for later execution, the t1 parameter must be set to a non-zero value greater than the current relative time. To accomplish this the current relative time can be queried via the GetRelTime property. Alternatively, the relative time can be set using the SetRelTime command. Once a command has been queued, the player shall convert the relative time to an absolute time for its scheduled execution and cannot be changed. (However, the command queue can be flushed.)



3. SpecialFX.


Any immediate or delayed execution command can have a special effect or transition (with optioannl parameter) added to modify its operation. All special effects and transitions must be accepted by all players but may be emulated or ignored if the effect cannot be performed. The same is true of the timed nature of various commands—if a player has a fixed duration for executing a particular command, then the requested duration is ignored.



4. Command Macros


Macros of commands can be created by using the SetRelTime and then issuing various commands based with offsets from that time.


5. Command Queue


The player must support a command queue with a depth of at least two items (eight is recommended; PC/Mac: 64 is recommended). That is, two items are pending execution at a later time while further commands continue to execute. If a command is accepted for the queue, then it must be executed (unless flushed or some other operation negates or overrides its action). Times stored in the queue should be in an absolute machine time (not relative time and not DVD playback time) so that subsequent changes to the relative time do not affect commands already queued.


6. Conflicting Commands


Because it is possible to schedule commands that have overlapping times, these must be checked prior to acceptance for the queue. Non-conflicting, overlapping operation can be accepted. Conflicting overlapping operations may be accepted also if the operations can still be logically completed. Conflicting overlapping operations that are accepted shall return a warning code. An example of a conflicting operation would be to schedule a chapter advance with a 5 second fade in and a second chapter advance after only 2 seconds. Robust internally interlocks must be used if there is any chance of an erroneous program to lock up a machine due to the use of timed or delayed execution commands. A fallback to basic sequential operation is suggested.


Exemplary transitions and special effects according to an embodiment of the invention include the following.

numnamedescriptionparameters 0nonestandard cut, no effectnone 1dissolveold scene dissolves away,nonenew scene appears 2fadeold fades to color, newcolor: 32-bitscene fades inARGB 3wipeold scene is wiped offLRTBrevealing new scene 4revealold scene is pulled off,LRTBrevealing new scene 5slidenew scene slides on,LRTBcovering old scene 6pushnew scene pushes old sceneLRTBoff 7pealold scene is peeled offLFTB(like a wipe, but 3D) 8cornerwipe from a cornerULURLLLRwipe 9cornerreveal from a cornerULURLLLRreveal 10cornerslide from a cornerULURLLLRslide 11cornerpeel from a cornerULURLLLRpeal 12randomrandom boxes poke holes inbox size inboxesold scene revealing newpixelsscene 13blindshoriz or vert blinds wipeblind size inoff revealing new scenepixels14-99reserved for othertransitions100nonestandard video and audionone101YUVadjustments are made to lumabyte 0: Vand chromabyte 1: Ubyte 2: Ybyte 3:reserved 0(signed byteadjustments)102snowsnow is added to the display0 = none255 = maximum103ripplevideo is played like0 = noneunderwater255 = maximum104-999reserved1000assignable for specificandsystem effectsup
Notes:

LRTB: 1 = left, 2 = right, 3 = top, 4 = bottom

ULURLLLR: 1 = upper left, 2 = upper right, 3 = lower left, 4 = lower right


List of Transitions and Special Effects

Notes:


LRTB: 1=left, 2=right, 3=top, 4=bottom


ULURLLLR: 1=upper left, 2=upper right, 3=lower left, 4=lower right


All transitions and/or effects do not make sense with each command. The guiding philosophy should be to implement only those that make sense. The following table is the recommended set features for the most advanced playback systems with Y1 being the most basic to Y4 the most advanced.

timedelayedtimeeffect/trITX Command(queued)durationansitionChangePaletteY1Y4(b,p[,*])ChapterPlay(t,Y1Y2Y2c[,*])DisplayImage(f,Y1Y3Y3b, a[,*])FastForward([Y1Y2Y2x[,*]])FullScreen(w[,*])Y1Y3GotoBookMark(x[,*])Y1GotoMenuID(x[,*])Y1Y2Y2HiddenGroupPlayY1(g[,*])HiddenTimePlayY1(h,m,s[,*])HiddenTrackPlayY1(g,t[,*])HideLayer(b[,*])Y1Y3Y3Menu(x[,*])Y1Y2Y2NetConnect([uY2[,*]])NextChapter([*])Y1Y2Y2NextDisplay([*])Y1Y2Y2Pan([x,y[,*]])Y1Y2Pause([*])Y1Y2Y2Play([*])Y1Y2Y2PrevChapter([*])Y1Y2Y2PrevDisplay([*])Y1Y2Y2Resume([*])Y1Y2Y2Rewind([x[,*]])Y1Y2Y2SaveBookMark(Y1x[,*])SetMixVolume(Y1x[,*])SetVectorDrawY1(b,c,w[,*])ShowControls(x,Y1Y3Y3y[,*])ShowLayer(b[,*])Y1Y3Y3Slow([x[,*]])Y1Y2Y2SlowReverse(xY1Y2Y2[,*])Step([n[,*]])Y1StillOff([*])Y1Stop([*])Y1Y2Y2TimePlay(h,m,Y1Y2Y2s,f[,*])TitleGroupPlayY1(g[,*])TitlePlay(t[,*])Y1Y2Y3TrackPlay(g,tY1[,*])VectorDraw(x,Y1Y3y,b[,*])VectorMove(x,Y1Y3y,b[,*])VideoBlendingY1Y2([a,c[,*]])Zoom([x,y[,*]])Y1Y2


Recommended Commands and Special Effects Matchups

ITX Events


Events are integral to synchronizing DVD-Video with other media. With these events, web pages can be synchronized with the audio or video. For example, each ChapterEvent (start of new chapter) can change an HTML storyboard that corresponds to the movie. Time events can be used to coordinate advertising messages in HTML while the video is playing: when James Bond is driving his BMW, an appropriate web page (BMW or auto sales site) can automatically be displayed at the same time.


The value of events is that these external media do NOT have to be embedded or even be known at the time the DVD-Video is authored. This flexibility keeps DVD-Video authoring on schedule and greatly minimizes the authoring costs while adding valuable and unique features to each disc.


Events can be used by the calling application (HTML, C++, or other) to receive notification of DVD playback status. If a platform does not support an event, then an error code must be returned when its use is attempted. Supported events are:

Sup-CD-portITX EventsDescriptionDALevelRangeTitleEvent(t)Called when titleBase1-99changes. Returns thenew title number in t.ChapterEvent(c)Called when chapterBase1-99changes. Returns thenew chapter number inc.TitleGroupEventCalled when titleBase1-tbd(g)group changes.Returns the newtitle groupnumber in g.TrackEvent(t)Called when the trackYBase1-tbdchanges. Returns thenew track number in t.TimeEvent(e,t)Called on time change.Basee: 1-231Returns elapsed timet: 1-231in e and total time in(˜224t. Both inismilliseconds.practicallimitDisplayChange(x)Called whenBasetbdslide/display listchanges. Returns slidenumber in x.AngleEvent(x)Called on angleBase1-9change. Returns newangle number in x.StateEvent(x)Called when play stateBase0-6changes (i.e., play topause). Returns statein x.See CurrentStateproperty for values.SpeedEvent(x)Called when speedBase1-32changes (i.e., play toscanning). Returnsnew speed in x.UOPSEvent(n)Called when any UOPBase32changes. Returns16-bitUOPs array in n.valuesDomainEvent(x)Called when domainBasechanges. Returnsdomain in x.MenuEvent(x)Called when menu IDAdvchanges. Returns theID of the new menu inx.MenuButtonEventCalled when userAdv1-32(x)clicks a button on amenu. Returns the IDof the button selectedin x.MouseEvent(b,x,y)Called when the userAdvb: tbdclicks either the leftx: 0-720or right mouse button.y: 0-480Returns mouse buttonorin b, x coordinate in576x, and y coordinate iny.AudioEvent(x)Called when userYBase1-tbdchanges audio track.Returns audio numberin x.SubpictureEventCalled when userBase1-32(x)changes subpicturetrack. Returnssubpicture number inx.AngleEvent(c,m)Called when userBasec: 1-9changes video angle.m: 1-9Returns current anglenumber in c and totalnumber of angles in mMenuLanguageEventCalled when userBase1-tbd(x)changes menulanguage. Returnsmenu languagenumber in x.TextLanguageEventCalled when userBase1-tbd(x)changes text language.Returns text languagenumber in x.VideoErrorEventCalled when an errorBasetbd(n)occurs. Returns errornumber in n.ParentalEvent(p,c)Called when parentalAdvp: 1-8control changes.c: tbdReturns level in p andcountry in c.KaraokeEvent(b)Called when karaokeAdv0-1event changes. Returns1 if karaoke track hasbegun playing, 0 ifjust finished.EjectEvent( )Called when disc isYBaseejected from device.No return value.InsertEvent( )Called when disc isYBaseinserted into device.No return value.


ITX Events Summary

ITX Properties


Properties can be used to find information about commonly used variables; such as time, title and chapter. All properties must be supported even if the advanced feature itself is not supported. Non-supported features may return a reasonable default value (for example if the zoom feature is not supported the zoom properties should always return 10000.) If a feature is not supportable and there is no reasonable value, then a −1 should be returned.


The following properties are supported:

CDSupportITX PropertyDescriptionDALevelRangeCurrentElapsedElapsed time ofYBase0-231Timecurrent title (inmilliseconds)CurrentTotalTimeTotal time of currentBase0-231title (inmilliseconds)CurrentTitleCurrently playingBase0-99titleCurrentTitleGroupCurrently playingBase0-99title groupCurrentChapterCurrently playingBase0-99chapterCurrentTrackCurrently playingYBase0-99trackCurrentDisplayCurrently playingBase0-99display list itemCurrentStateCurrent play stateYBase0-6(0=None, 1=Scanning,2=Stop, 3=Pause,4=Play, 5=Slow Play,6=Menu)CurrentDomainCurrent domainBasetbdCurrentAudioCurrent audio trackYBase0-99CurrentSubpictureCurrent sub pictureBase0-31trackCurrentAngleCurrent video angleBase1-9CurrentMenuLangCurrent menu languageBase1-8NumAudioNumber of audioBase1-8languages/trackscurrently availableNumSubpictureNumber of subpicturesBase0-31currently availableNumAnglesNumber of anglesBase1-9currently availableNumMenuLangNumber of menuBase1-8languages availableGetAudioLanguageReturns audio languageBase0-99(x)(and extensions) forspecified audio numberx. Returned audiolanguage is the 2-digit locale.GetSubpictureLanguageReturns subpiuctureBase0-99(x)language (andextensions) forspecified subpicturenumber x. Returnedsubpicture language isthe 2-digit locale.GetMenuLanguageReturns menu forBase0-99(x)specified menu numberx. Returned menulanguage is the 2-digit locale.SupportedFeaturesReturns feature bitsYBase32-bitcorresponding tomaskcapabilities ofcurrent system (Mustbe available beforethe navigator is inthe play state).See section 4.1 and4.2 for details.VersionReturns version ofYBaseTwoplatform. This field16-bitcan also be used tointegersdetermine parsing ofcertain components inthe SupportedFeaturesproperty. Returnsmajor version andminor version uniqueto each playbacksystem.CurrentZoomXCurrent Zoom X valueBaseUnsigned16-bitCurrentZoomYCurrent Zoom Y valueBaseUnsigned16-bitCurrentPanXCurrent Pan X valueBaseUnsigned16-bitCurrentPanYCurrent Pan Y valueBaseUnsigned16-bitCurrentMenuIDCurrent ID associatedBase0-99with currentlyselected menuNumLayersNumber of overlayYBase0-9layers currentlypossible (based onmemory available atresolution 1, bpp = 1)See note 8.MaxLayersMaximum number ofYBase0-9simultaneous overlaylayers supportedSee note 8.MaxAlphaMaximum number ofYBase16,alpha blending steps32,supported. (i.e. DVD64,subpictures requires128,16 levels but hardware256may support 256levels).MaxFastMaximum number of fastBase0-99speeds.MaxFastReverseMaximum number ofBase0-99reverse fast speeds.MaxSlowMaximum number of slowBase0-99speeds. Could be zeroif not supported.MaxSlowReverseMaximum number ofBase0-99reverse slow speeds.Could be zero if notsupported.MaxCmdQueueMaximum size of theYBase0-255command queueMaxBookmarks(x)Maximum number ofYBaseUnsignedbookmarks based on x:16-bit1: total in volatilememory2: total in non-volatile memory3: per disc involatile memory4: per disc in non-volatile memoryNumBookmarks(x)Number of bookmarksYBaseUnsignedavailable based on x.16-bit(same as above)GetRelTimeGets the relative timeYBase0-231counter.CurrentCmdQueueCurrent number ofYBase0-255empty slots in thecommand queueGetDiscTypeGets the current discYBase0-216type and sub-type.low 8types:bits0 = drive empty oris anunknown stateinteger1 = DVDtype;2 = CD audiohigh 83 = otherbits4-255 = reservedaresub-types for DVD (bitbitfields):fields0 = DVD-Video1 = DVD-Audio2 = DVD-ROM materialpresent3 = PCFriendly4 = ITX5-7 = reservedSee section 2.1.2.4.1for detailsQueryNetGets InternetYBase0-9connection status0 = not available,ever1 = not currentlyavail2 = available, notonline3 = online, speedunknown4 = up to 23.8K5 = up to 56K6 = up to 128K7 = up to 1.5M8 = up to 10M9 = >10M


ITX Properties Summary

Notes:


8. Layer Properties.


The MaxLayers property is how many simultaneous overlay layers the hardware can process or the software/hardware system can effectively emulate as simultaneous overlays in real time and blend with a full screen video. The NumLayers property returns the number of layers that can be created (but not necessarily used simultaneously) based on the amount of free memory currently available.


The concept of layer resolution is that a 720×480 image requires some number of bytes of data (depending on the bpp) at a resolution of 1. A resolution of 2 uses one data item for a 2×2 pixel area of the image (i.e. 4× less data). This allows a layer to be defined for markup that doesn't need high accuracy and/or a method for a platform to perform graceful degradation if not enough memory is available for a full resolution layer. Resolution 3 is a 3×3 pixel area, and is somewhat awkward. Resolution 4 is a 4×4 pixel area. No other resolutions are defined.


Disc Type Detection


The GetDiscType property requires that the type of disc in the player be available to the application. A disc may be only one of the following types:

    • 0: drive empty or unknown state
    • 1: DVD
    • 2: CD
    • 3: other


For a DVD disc, any number of the DVD sub-types may be detected and have their respective bits set as follows:

BitnumberDescriptionDetection method0DVD-VideoVIDEO_TS\VIDEO_TS.IFOfile present1DVD-AudioAUDIO_TS\AUDIO_TS.IFOfile present2DVD-ROMAny file in the mainmaterialdirectory other thanpresentVIDEO_TS and AUDIO_TSdirectories3PCFriendlyDISC.ID file present4ITXITX.HTM file present5-7reservedN/A


Disc Sub-Types Bit Fields

Browser Requirements


Web browsers and the software environment on each platform shall be capable of the following

SupportFeatureLevelITX features in para 2.1.2.2-2.1.2.4Base/AdvPresentation layer must properlyBaseinterpret HTML with embedded videoHTML version 4.0BaseJavaScript version 1.2BasePlatform determinationBase(navigator.platform)Language determinationBase(navigator.language)JavaScript handlers forMethodsBasePropertiesBaseEventsBaseGraphic support (JPG, GIF)BaseGraphic support (BMP)AdvAnimated GIF supportAdvXMLAdvJava supportAdvStreaming media supportAdvMacromedia FlashBase/AdvMacromedia ShockwaveAdvQuickTimeAdvInterfaces to common hardware featuresBase(ID, cookie, etc.)


Browser Requirements Summary

HTTP Header Formatting (Base)


Each HTTP header should be formatted with the following information (in addition to standard HTTP header information:

    • Language
    • Screen resolution
    • Hardware platform identifier and version
    • Browser identifier and version


      Cookies (Base)


Browser must be able to support cookie mechanism, which of course places a memory requirement on the hardware device. Cookie shall be placed by browser in local persistent memory and shall be readable only by a specific server and browser/hardware partner. Cookie shall contain:

    • User/hardware ID: generated by computer software or by hardware platform (in case of set-top)
    • Disc ID: generated by local hardware based on a hashing algorithm.
    • BCA number: read from lead-in area of DVD


The following is matter of design choice.

    • Format of cookie
    • When to place cookie (i.e., insertion event)


      Direct Connection to Navigator (Adv)


Ability to pass commands directly to DVD/CD navigator, such as:

    • All DVD/CD navigation commands
    • Additionally, must have ability to set GPRMs


      Platform/Hardware Requirements


In order to provide a consistent baseline platform for ITX content developers it is important that the platform and hardware vendors properly support the ITX API. Not all hardware platforms will have identical capabilities. So it is important that each platform provide access to the features that are available and graceful degradation for those that are not supported—and provide this as feedback so that content developers understand how their content will function on different platforms.


Baseline Hardware Platform Requirements


Hardware platform vendors must provide hardware and interfaces capable of performing all the functions specified as base above to be ITX compatible. If the feature is not available it is important that it either be emulated or degrade gracefully in some manner. Items marked as advanced can be supported or not, but the Supported Features bits must accurately indicate what features are available.


It is expected that hardware platforms meet these minimum specifications:

    • Support HTML 3.2 browser and other requirements in paragraphs 3.x


Play video full screen down to a 4:1 downscale (180×120 (NTSC), 180×144 (PAL)).

ITX BaselinebitCommand GroupCommand list0GRP_OPENVOBOpen(filename |type)1GRP_TRANSPORTPlay([*])Pause([*])Stop([*])FastForward([x[,*]])Rewind([x[,*]])NextChapter([*])PrevChapter([*])Resume([*])StillOff([*])2GRP_AUDIOTRANSPORTNextTrack( )PrevTrack( )NextDisplay([*])PrevDisplay([*])3GRP_SEARCHTitlePlay(t[,*])ChapterPlay(t,c[,*])TimePlay(h,m,s,f[,*])Menu(x[,*])4GRP_AUDIOSEARCHTitleGroupPlay(g[,*])TrackPlay(g,t[,*])5GRP_UOPUOPMask( )6GRP_SELECTUpButtonSelect([n])DownButtonselect([n])LeftButtonSelect([n])RightButtonSelect([n])ButtonActivate( )ButtonSelectAndActivate(n)7GRP_VFEATURESSubPictureSelect (n)SubPictureEnable(n)AudioSelect (n)AngleSelect (n)MenuLanguageSelect(n)ParentalLevelSelect(n)ParentalCountrySelect(n)FullScreen(w[,*])8GRP_AFEATURESTextLanguageSelect(n)9GRP_PCClose( )ShowControls(x,y[,*])ShowContextMenu( )PopUpMenu( )10 GRP_DOWNSCALEFrom HTML embeddedobject width andheight parametersZoom(x,y[,*])(downscale requiredfor baseline;upscale is advanced)11-15N/Areserved (mustreturn 0)


Baseline Capabilities Grouping

Advanced Hardware Platform Requirements:


Each advanced feature requires that it be fully supported for its feature bit to be enabled. However, different playback systems may have differing levels of support for some features, such as the number of bookmarks supported or the variety of special effects supported.

ITX AdvancedbitCommand GroupCommand List16GRP_FILEOPENOpen(filename |type)Play files otherthan VOB and MPG.Audio:WAVMIDVideo:AVI17GRP_ADVPLAYSlow([x[,*]])SlowReverse([x[,*]])Step([n[,*]])18GRP_HIDDENHiddenGroupPlay(g[,*])HiddenTrackPlay(g,t[,*])HiddenTimePlay(h,m,s[,*])19GRP_MENUGotoMenuID(x[,*])20GRP_BOOKMARKGotoBookMark(x[,*])SaveBookMark(x[,*])21GRP_MOUSEAutoMouseHide(b)22GRP_KARAOKEKaraokeSelect(x)23GRP_ZOOMPANZoom([x,y[,*]])Pan([x,y[,*]])24GRP_BLENDVideoBlending([a,c[,*]])25GRP_LAYERCreateLayer(b,c,r,d,p)ChangePalette(b,p[,*])DestroyLayer(b)ShowLayer(b[,*])HideLayer(b,[,*])DisplayImage(f,b,a[,*])26GRP_DRAWSetVectorDraw(b,c,w[,*])SetVectorCorners(x1,y1,x2,y2)VectorMove(x,y,b[,*])VectorDraw(x,y,b[,*])27GRP_AUDIOMIXSetMixVolume(x[,*])28GRP_QUEUEFlushCmdQueue( )SetRelTime([t])all optional timedcommand parametersand special effects29GRP_WEBNetConnect([u[,*]])30-31N/Areserved (mustreturn 0)


Advanced Capabilities Grouping

Local Storage/Memory Requirements:


The only local storage requirement of ITX is minimal memory for the purpose of placing cookies. Optionally, the hardware platform can also support larger local memory for the purposes of caching web pages. More information: TBD.


Hardware Platform Considerations


Some set-top players may not be able to access both DVD-Video and ROM content at the same time. The application will need to permit intelligent caching, and the platform will need to provide sufficient memory.


Directory Structure for Current PCFriendly Client:

/ROOT  PCFRIEND.EXE (WIN)  PCFRIEND (MAC)  README (MAC)  README (WIN)  /COMMON    /SETUP      LANG.INI      SETUP_EN.BMP      SETUP_JA.BMP      SETUP_FR.BMP      LIC_EN.TXT      LIC_JA.TXT      LIC_FR.TXT    /CONTENT      general content (runs on multiple platforms)  /MAC    /SETUP      PCFRIENDLY PLUG IN      FLASH 4    /CONTENT  /WIN    /SETUP      PCFRIEND.ICO      INUNINST.EXE      UPDATE.DAT    /CABINETS      MAIN.CAB      VIDEO.CAB      OTHER.CAB    /THIRDPTY  /MACROMED    SWFLASH.EXE  /MSIE    /EN    /JA


User Operation Control:

DVD-VideoDVD-AudioDVD-Audio +OnlyOnlyVideoFunctionMenuTitleStopAMGMTitleStopAMGMTitleStopTitlePlayXXXXXXXXTitle_Group_PlayPTTPlay,XXXXXXXXTrackPlayTimePlayXXXXXXXXStopXXXXXTimeSearchXXXPTTSearch,XXXTrackSearchNextTrackXXPrevTrackXXNextPGXXXPrevPGXXXNextDisplayXPrevDisplayXForwardScanXXXXXBackwardScanXXXXXMenuXXXXXResumeXXUpXXXXDownXXXXLeftXXXXRightXXXXEnterXXXXButtonSelectandXXXXActivatePauseXXXXXMenuLanguageSelectXXTextLanguageSelectXXAudioChangeXXXXXXXXSubpictureChangeXXXXXAngleChangeXXXXParentalLevelXParentalCountryXVideoPresentationXXXXXXModeKaraokeModeXXXHiddenGroupPlayXXXXXHiddenTrackPlayXXXXXHiddenTimePlayXXXXX


User Operation Control Summary

AMGM (Audio Manager Menu): Optional Visual Menu defined in the Audio Manager (AMG). The Audio Manager contains the information and data to control all Audio Title Sets (ATS), all Video Title Sets (VTSs) for Audio Titles and the AMGM.


Enumerations:

ItemOptionsValueDomainFirst Play1Video Manager Menu2Video Title Set Menu3Title4Stop5Unknown−1MenusTitle Menu2Root Menu3Subpicture Languages4MenuAudio Languages Menu5Angle Menu6Chapter Menu7Play StateNone0Scanning1Stop2Pause3Play4Slow5Step6Unknown−1Speed StateNormal Speed0Double Speed1Slow Forward Speed2Slow Backward Speed3Fast Forward Speed4Fast Backward Speed5Step Speed6Unknown−1


Enumerations

With reference to FIG. 5, a process 500 is described for providing an enhanced multimedia experience. In an operation 502, DVD content is recorded onto a DVD disc. Then, in an operation, 504, the HTML content is recorded onto the same disc. Thereafter, in an operation 506, the disc is inserted into a client device. The client device can be, for example a personal computer having DVD capabilities and an Internet browser. The client device could also be a set top box. Then in an operation 508, the DVD content is accessed by DVD software present on the client device. In a step 510, the HTML data is accessed. The HTML content is preferably accessed by the browser software already present on the client device. The HTML content is can include data obtained via the Internet by the browser software under the direction of the HTML content recorded onto the disc. Also, the HTML content can consist of only the recorded HTML data with no need for Internet connection. Finally, in an operation 512, the DVD content is supplemented with the HTML content to provide an enhanced multimedia event. The HTML content can be added to the DVD content in multiple ways. For example, the HTML content can be in the form of a picture within a picture, (e.g. a relatively small window within a DVD video). The HTML content could also be update data incorporated directly into a video or could be in the form of navigation commands or relevant Internet links.


With reference to FIG. 6, a general process 600 is described for enhancing DVD-content with ROM content. In an operation 602, DVD content is recorded onto a disc. The DVD content is in the form of standard DVD content familiar to those skilled in the art. Then, in an operation 604 DVD-ROM content is generated. This content is preferably HTML encoded content which can be read and operated on by standard Internet browsers. In an operation 606, a plurality of directories are incorporated into the DVD-ROM content. The directories allow operation with multiple user device platforms. The directories preferably include common directories which can be used on several platforms sharing common properties as well as platform specific directories for use with platforms having unique interface requirements. Thereafter, in an operation 608, the DVD-ROM content along with the directories is recorded onto the disc. Then, in an operation 610, the user's particular device platform is determined. This operation occurs automatically upon the user's attempt to use the disc. Then, in an operation, 612, a directory appropriate for use with the determined user device platform is selected from among the plurality of directories. This selected directory is called using Javascript function and appropriate tags associated with the directories.


While the invention herein disclosed has been described by means of specific embodiments and applications thereof, numerous modifications and variations could be made thereto by those skilled in the art without departing from the scope of the invention set forth in the claims.

Claims
  • 1. An information storage medium comprising: AV data including at least one video object that is constituted of video object units each having an audio pack, a video pack, and a navigation pack; and event occurrence information for generating an event designated based on a data structure of the AV data.
  • 2. The information storage medium of claim 1, further comprising: a markup document for outputting an AV screen corresponding to the AV data, wherein the event occurrence information is recorded in the markup document.
  • 3. The information storage medium of claim 1, wherein the AV data comprises a video title set, a video object constituting the video title set, and the video object units constituting the video object and including the audio pack, the video pack, and the navigation pack, and the event occurrence information is for requesting that a trigger event occurs when one of the video object units corresponding to the navigation pack of the video title set is reproduced.
  • 4. The information storage medium of claim 3, wherein the event occurrence information requests that designated contents are output on a screen when one of the video object units corresponding to the navigation pack of the video title set is reproduced.
  • 5. The information storage medium of claim 4, further comprising markup document data including the event occurrence information to output a markup screen, wherein the designated contents are displayed on a predetermined portion of the markup screen on which a markup document is reproduced.
  • 6. The information storage medium of claim 4, wherein the event occurrence information comprises: a trigger event identifier; a video title set identifier of a designated video title set; and a navigation pack identifier of a designated navigation pack.
  • 7. The information storage medium of claim 6, wherein the trigger event identifier comprises: an application program interface for setting the trigger event and canceling the trigger event.
  • 8. The information storage medium of claim 7, wherein the application program interface comprises: parameters including the trigger event identifier, the video title set identifier of the designated video title set, and the navigation identifier of the designated navigation pack.
  • 9. The information storage medium of claim 6, wherein the video title set identifier comprises a video title set number, and the navigation pack identifier comprises: a navigation pack number.
  • 10. The information storage medium of claim 6, wherein the video title set identifier comprises a video object number of the video title set to which a currently reproduced title belongs, and the navigation pack identifier is determined by a point in time at which reproduction of one of the video object units starts.
  • 11. The information storage medium of claim 6, wherein the video title set identifier comprises a program chain number, and the navigation identifier comprises: one of a time and a place of reproduction of a program chain displayed on the screen using a cell elapse time.
  • 12. The information storage medium of claim 6, wherein the video title set identifier comprises a title number, and the navigation pack identifier comprises: one of a time and a place of reproduction of the video title set.
  • 13. A method of playing an information storage medium comprising AV data, which includes a video title set containing at least one video object containing video object units each having an audio pack, a video pack, and a navigation pack, and event occurrence information for generating a predetermined event, the method comprising: interpreting the event occurrence information; and generating the event if a data structure matched with a result of the interpretation of the event occurrence information is discovered while the AV data is being decoded.
  • 14. The method of claim 13, wherein the an information storage medium comprises a markup document containing the event occurrence information, and the interpreting of the event occurrence information comprises: reading event occurrence information from the markup document in which a display window for displaying an AV screen on which the video object is reproduced is defined; and detecting place in which the event matched with the interpretation result occurs.
  • 15. The method of claim 14, wherein the video object that is constituted of cells each having the audio pack, the video pack, and the navigation pack, and the generating of the event comprises: reproducing a portion of the AV data corresponding to the place in which the event occurs.
  • 16. The method of claim 15, wherein the generating of the event comprises: outputting designated contents on a screen at a point in time or several milliseconds after the reproduction of the portion of the video object unit corresponding to the navigation pack of the video title set.
  • 17. The method of claim 13, wherein the event occurrence information comprises: a trigger event identifier; a designated video title set identifier; and a designated navigation pack identifier.
  • 18. The method of claim 17, wherein the trigger event identifier comprises: a first identifier for setting a trigger event; and a second identifier for canceling the trigger event.
  • 19. The method of claim 13, wherein the event occurrence information is implemented as an application program interface.
  • 20. The method of claim 19, wherein the application program interface comprises: parameters including the trigger event identifier, the video title set identifier of a designated video title set, and the navigation pack identifier of a designated navigation pack.
  • 21. An apparatus for playing an information storage medium comprising AV data, which includes a video title set containing at least one video object that is constituted of video object units each having an audio pack, a video pack, and a navigation pack, and event occurrence information for generating a predetermined event, the apparatus comprising: a reader reading the AV data or the event occurrence information; a presentation engine interpreting the read event occurrence information, outputting the interpretation result, and generating the event; and a decoder requesting the presentation engine to generate an appropriate event if a data structure of the AV data matched with the interpretation result received from the presentation engine is discovered during decoding the AV data.
  • 22. The apparatus claim 21, wherein the information storage medium comprises markup document data containing the event occurrence information, and the presentation engine interprets the event occurrence information read from the markup document defining a display window for displaying an AV screen on which the AV data is reproduced.
  • 23. The apparatus of claim 22, wherein the presentation engine generates the event when the AV data corresponding to the navigation pack of a designated video title set is reproduced.
  • 24. The apparatus of claim 23, wherein the presentation engine provides a screen in accordance with the markup document data and outputs designated contents on the screen at a point in time when or several tens of milliseconds after a video object unit corresponding to the navigation pack of the designated video title set starts being reproduced.
  • 25. The apparatus of claim 24, wherein the event occurrence information is implemented as an application program interface.
  • 26. The apparatus of claim 25, wherein the application program interface comprises: parameters including a trigger event identifier, a video title set identifier of the designated video title set, and a navigation pack identifier of the designated navigation pack.
  • 27. The apparatus of claim 26, wherein the trigger event identifier comprises: a first identifier for setting the event; and a second identifier for canceling the event.
  • 28. An information storage medium comprising: AV data having a data structure, which includes a video title set containing a video object having a plurality of video object units each having an audio pack, a video pack, and a navigation pack; and markup document data containing event occurrence information generating a designated event based on the data structure of the AV data.
  • 29. The information storage medium of claim 28, wherein the event occurrence information comprises: event information; and a request displaying a content of the AV data on a designated portion of a screen provided by the markup document when the data structure of the AV data is matched with the event information.
  • 30. A method of reproducing data from an information storage medium comprising AV data, which comprises a data structure including a video title set containing a video object having a plurality of video object units each having an audio pack, a video pack, and a navigation pack, and markup document data comprising event occurrence information, the method comprising: reading the markup document data; interpreting the event occurrence information; generating a screen provided by the markup document data; and displaying a content of the AV data on a portion of the screen according to an event of event occurrence information when the data structure of the AV data is matched with the event occurrence information.
  • 31. The method of claim 30, wherein the markup document data comprises parameters including a trigger event identifier, a video title set identifier of a designated video title set, and a navigation pack identifier of a designated navigation pack, and generating of the content comprises: matching the parameters of the markup document data with the navigation pack of the video title set.
Parent Case Info

This application is a divisional application of U.S. patent application Ser. No. 09/898,479 for “SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR A. COMMON CROSS PLATFORM FRAMEWORK FOR DEVELOPMENT OF DVD-VIDEO CONTENT INTEGRATED WITH ROM CONTENT” filed Jul. 2, 2001, which is a non-provisional claiming priority under 35 U.S.C. 119(e) to U.S. Provisional Patent Application Ser. No. 60/216,822 for “SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR A COMMON CROSS PLATFORM FRAMEWORK FOR DEVELOPMENT OF DVD-VIDEO CONTENT INTEGRATED WITH ROM CONTENT” filed Jul. 7, 2000, all of which are incorporated herein by reference as if set for in their entirety.

Provisional Applications (1)
Number Date Country
60216822 Jul 2000 US
Divisions (1)
Number Date Country
Parent 09898479 Jul 2001 US
Child 11210618 Aug 2005 US