Compaq Multimedia Services
for OpenVMS Alpha
Run-Time Environment Guide


Previous Contents Index

8.6 How to Use Sleep Hot Spots

If you move the cursor to the extreme lower left corner of the screen, the screen saver will start immediately without waiting for the sleep time to elapse.

As long as the cursor remains in the extreme lower right corner of the screen, the screen saver will be disabled.

8.7 Video Odyssey Options

The following list specifies the present Video Odyssey options:

Note

Video Odyssey is compute intensive. Video playback rate is highly dependent upon system speed, the number of background processes, and speed of the frame buffer. Video Odyssey is meant for workstations with single users. Enabling Video Odyssey when other users are remotely logged in to the system may result in poor performance for both Video Odyssey and for users who may notice their applications slowing down.

For protection against degrading the system's response time to remotely logged in users, Video Odyssey runs at a low priority. Video Odyssey voluntarily gives up the processor to any other processes running at higher than the lowest system priority.

To find your base priority, type SHOW PROCESS/ALL . Set your base priority to a lower value by typing SET PROCESS/PRIORITY=n where n equals a value lower than the present base priority.


Chapter 9
The AlphaVCR Utility Program

The AlphaVCR utility program records and plays AVI files having both audio and video, plays MPEG files, and records single frames in .bmp format.

When invoked, the AlphaVCR utility program brings up the AlphaVCR menu bar and the AlphaVCR television screen (see Figure 9-1).

Figure 9-1 AlphaVCR Television Screen


Note

AlphaVCR can play AVI files that contain JPEG and Motion JPEG format compressed video data, and 8-bit X image and YUV uncompressed video data. It can also play files containing 24-bit X image data, but this format requires either the FullVideo Supreme (AV301) or FullVideo Supreme JPEG (AV321) option module.

AlphaVCR can play MPEG-1 files but not MPEG-2 files. AlphaVCR cannot play Cinepak or Quicktime files. The File Info menu lists the video format for AVI or MPEG files.

9.1 Syntax for AlphaVCR

To invoke the AlphaVCR utility program, create a foreign command. The following example defines the symbol alphavcr as a foreign command:


$ alphavcr :== $SYS$SYSTEM:MMOV$ALPHAVCR.EXE 

AlphaVCR uses the following command line options:

[-live]
plays live video and audio on startup as captured by a videocamera or any other input source such as a videocassette recorder or a television signal.

[-play filename]
plays a specified AVI or MPEG file on startup.

[-out filename]
plays a file specified on startup to the output device.

[-record filename]
records the AVI file specified on startup. You cannot record MPEG files. When recording, the default audio format is 11 kHz 16-bit PCM.

[-pal]
tells the program to use the PAL video format. This option applies only to the Live Video and Record modes.

[-secam]
tells the program to use the SECAM video format. This option applies only to the Live Video and Record modes.

[-ntsc]
tells the program to use the NTSC video format. This option applies only to the Live Video and Record modes. This is the default format.

[-colormap type]
specifies which colormap type for AlphaVCR to use. The two types are default (for default colormap) and private (for private colormap). To get the correct colors while playing 8-bit X image format files, you must use the private colormap. A 24-bit X graphics display automatically uses the private colormap. When using the private colormap for 8-bit X image format files, the display will flash while the cursor is in the TV screen. This flashing does not occur when using a 24-bit graphics display.

[-graphics type]
specifies the display image format. The two formats are X image (default) and YUV. Type ximage to specify X image format and type yuv to specify YUV format. If you play an 8-bit X image file, you must use the X image display type using either YUV or X image display.

The -graphics YUV option displays YUV format images. When using a 24-bit graphics display, this option will display a true color image instead of an 8-bit dithered image. The -graphics YUV option requires graphics hardware that supports YUV display. If you choose YUV display and it is not supported on your system, AlphaVCR automatically uses X image display instead.

When using YUV display, display images are scaled up using the graphics hardware. This results in much better performance for large image sizes for both 8- and 24-bit displays, especially for full screen display. This also results in more scaling options for playing MPEG files. For Live Video, the maximum capture size when using YUV display is 320 x 240 for NTSC, and 384 x 288 for PAL and SECAM. To capture full frame sizes during Live Video, use X image display. For Record AVI File, a File Image Size of "double" will capture and record full frame images.

[-exit]
exits the program once the operation is complete.

[-loop mode]
tells the program whether or not to continuously play the specified file. The two mode types are off and on. Off (default) tells the program to play the file once (do not loop). On tells the program to loop while playing.

[-nowait]
tells the program to start the operation without waiting for the user to click on the designated function button for that operation. Unless this switch is used, the operation will not immediately start. Nowait is functional on initial operation, and only if an additional operation has been chosen in the command line.

[-help]
displays help information.

9.2 AlphaVCR Menus

The AlphaVCR utility control panel menus are described in the following sections.

9.2.1 File Menu

The following items are available under the File menu:

9.2.2 Options Menu

The following items are available under the Options menu:

9.2.3 Help Menu

When you choose On Version from the Help menu, the title page AlphaVCR Help is displayed. You can view the version, date, and trademark information for the AlphaVCR utility.


Previous Next Contents Index