Software component which decompresses audio. It must be designed to work with ACM or DirectShow. Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams.
The audio device that will play the sound. This is usually your sound card. Some computers have more than one sound playback device. You choose which sound playback device will play the sound by selecting the corresponding audio renderer.
The portion of the file holding the audio data. The audio data might be compressed to save disk space. The data has to be decompressed using an audio decompressor before you can play (hear) it.
When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves.
The name for each individual video file on a DVD. For example, under the title "Water Skiing", you might have the chapters "My first try," "My first wreck," and "My first jump."
The portion of the file holding the close captioning data. This is usually the subtitles. The text at the bottom of the movie that displays the words for the audio in the movie.
Also known as an encoder , this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder .
DV stands for Digital Video and has been defined in "Specification of Consumer-use Digital VCRs" (aka the Blue Book).
The driver that writes the data (burns the data) to the DVD. It is the software that burns the DVD image to the physical media. DVD Image to the physical media.DVD image to the physical media.
A set of files that contain all of the video and audio content received from a streaming or live video source, organized as a table of contents (.LBL) file, and corresponding recording data (.LRC) files.
Flash format.
An ISO image (.iso) is a disk image of a file system. It includes data files that are contained in the ISO image along with filesystem metadata. ISO images are an alternative to physical media for distribution of a "DVD" over the Internet. Most operating systems allow ISO images to be "played" as if they were physical discs. See also: DVD Image.
Joint Photographic Experts Group - commonly used method of compression for photographic images.
LEAD VP8 is a DirectShow filter for compressing/decompressing video data using the VP8 standard. VP8 is suitable for a wide range of bandwidths, from low bandwidth to broadband.
A module that combines audio and video into one file.
This format supports both audio and video files. It is higher quality than MPEG1 and is the standard used for DVD compression.
A module that combines audio and video into one file.
A module that received multiplexed data over a network.
The format to be used for the converted file. This includes the file format, any special settings used by that format, and which audio and/or video codec is to be used for the conversion, and any special settings used by the codecs.
Tagged Image File Format (abbreviated TIFF) is a file format for storing images. TIFF is a popular format for high color depth images, along with JPEG.
The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files.
A collection of media sources, sinks, and transforms that are connected in a certain order that is used to convert data from one format to another.
The MediaFoundation component responsible for playing the video. Some renderers might have useful settings you can adjust if you have problems playing the video.
The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) it.