< 1 2 3 4 5 6 > >>   Sort: Rank

.INF File Name Extension - AUTORUN.INF Files
.INF File Name Extension - AUTORUN.INF Files inf is the file name extension for the autorun file, AUTORUN.INF, on CD or DVD discs. AUTORUN.INF provides instructions to the Autorun function, telling the operating system which executable to start, which icon to use, and which additional menu commands ...
2008-02-19, 8532🔥, 0💬

.DAT File Name Extension - VCD Media Files
.DAT File Name Extension - VCD Media Files .dat is the file name extension for VCD media files. A .dat file (DAT file) is really a MPEG-1 file modified for VCD encoded with both audio and video information: Audio information format: MPEG-1 Bit Rate: 224 kbps (kilo bits per second) Sample Rate: 44.1 ...
2008-02-19, 8715🔥, 0💬

.ISO File Name Extension - ISO Files
.ISO File Name Extension - ISO Files .iso is the file name extension for files storing ISO 9660 file system binary images. ISO 9660 is a standard published by the International Organization for Standardization (ISO) in 1988. It defines a file system for CD-ROM media (data CD based on the Yellow Book...
2008-02-12, 10322🔥, 0💬

.WMA File Name Extension - Windows Media Audio Files
.WMA File Name Extension - Windows Media Audio Files .wma is the file name extension for audio files - music and songs in WMA (Windows Media Audio) format, developed by Microsoft. WMA file format uses ASF (Advanced Systems Format) as the container format to encapsulate audio bitstream data. WMA (Win...
2008-02-12, 7160🔥, 0💬

.WAV File Name Extension - WAV Files
.WAV File Name Extension - WAV Files .wav is the file name extension for audio files - music and songs in WAV (WaveForm) format, developed by Microsoft and IBM. The original WAV file format contains uncompressed audio data using the same encoding method, PCM (Pulse-Code Modulation), as audio CD (Com...
2008-02-06, 6487🔥, 0💬

Splitting/Joining MPEG Files with mpgtx
Splitting/Joining MPEG Files with mpgtx "mpgtx" offers a function to split a large MPEG file into small MPEG files. It also offers a reverse function to join small MPEG files into a large MPEG file. I tried both split and join functions with sample music MP3 file. Split music_full.mp3 into 5 equal p...
2008-01-31, 10787🔥, 0💬

Demuxing (Demultiplexing) MPEG Files with mpgtx
Demuxing (Demultiplexing) MPEG Files with mpgtx The demux function (-d command option) of "mpgtx" allows you to demultiplex a MPEG file to separate streams of media data into separate output files. Here is an example of demuxing a MPEG-1 file: C:\temp>\local\bin\mpgtx -d sample_part.mpg -b sample_st...
2008-01-29, 6498🔥, 0💬

Slicing MPEG Files by Play Time Ranges with mpgtx
Slicing MPEG Files by Play Time Ranges with mpgtx The slice function of "mpgtx" allows you to slice out a chunk of the media data with a given play time range or offset data size range. The slice function requires the following command arguments: * "-s file.mpg [hh:mm:ss-hh:mm:ss]": The slice comman...
2008-01-29, 7092🔥, 0💬

Printing MP3 Encoding Information with mpgtx
Printing MP3 Encoding Information with mpgtx MP3 music files are MPEG 1 layer 3 files. Let's see if mpgtx can print MPEG encoding information from a MP3 file: C:\temp>\local\bin\mpgtx -i xxx.mp3 Skipped -2 zeroes at start of file mpgtx: AT EOF - please stop me! mmm, this file does not start with a p...
2008-01-24, 6686🔥, 0💬

Printing MPEG Encoding Information with mpgtx
Printing MPEG Encoding Information with mpgtx The first test I did was to use the "-i" option to print MPEG encoding information from MPEG files. 1. Print MPEG encoding information from a MPEG 1 syste file: C:\temp>\local\bin\mpgtx -i mpeg1vcd.mpeg Mpeg 1 System File [Video/Audio] Muxrate : 1.41 Mbp...
2008-01-22, 5896🔥, 0💬

Splitting Large Movie VOB Files with vStrip
Splitting Large Movie VOB Files with vStrip Another commonly used function of vStrip is to split a large VOB file into smaller VOB files to two command options: "-$nn": Specify the output file size in MB. "-oFile": Save output to a file. 1. Split the sample VOB file into multiple VOB files in size o...
2008-01-17, 6341🔥, 0💬

Demuxing (Demultiplexing) Data Streams in Movie VOB Files
Demuxing (Demultiplexing) Data Streams in Movie VOB Files The next test I did was to demux (demultiplex) an audio or video stream from a movie VOB file with vStrip using 4 command options. "-d": Turn on the demux mode. "-oFile": Save output to a file. "-!": Strip everything. "0xnn": Hex value of a s...
2008-01-17, 7854🔥, 0💬

Listing Data Streams in Movie VOB Files
Listing Data Streams in Movie VOB Files Other than ripping off media VOB files from a DVD, vStrip can also be used to manipulate VOB files stored on hard disk. The most commonly used function is to list all audio and video streams that are available in a VOB file. 1. Download a large sample VOB file...
2008-01-15, 6708🔥, 0💬

Ripping Off VOB Files from DVD with vStrip
Ripping Off VOB Files from DVD with vStrip The next test I did was to try to rip off a media VOB file from a movie DVD. 1. Insert movie DVD "Big Fish" into the DVD drive. 2. Run the vStrip tool: C:\>copy d:\VIDEO_TS\VIDEO_TS.vob \temp Copy Protection Error - The read failed because the sector is enc...
2008-01-15, 7352🔥, 0💬

Downloading and Installing vStrip
Downloading and Installing vStrip "vStrip" is one the most powerful DVD ripper and VOB file processing program. Here is what I did to download and install it: 1. Go to http://www.doom9.org/Soft21/Ri ppers/2. Click the file vStrip_08f_css.zip to download it to C:\temp\vStrip_08f_css.zip. 3. Unzip the...
2008-01-11, 13165🔥, 0💬

Playing WMA Music Files with MPlayer
Playing WMA Music Files with MPlayer The next test is to use MPlayer to play a WMA music file: C:\temp>\local\mplayer\mplayer sample.wma MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3...
2008-01-09, 6418🔥, 0💬

Playing WAV Music Files with MPlayer
Playing WAV Music Files with MPlayer The next test is to use MPlayer to play a WAV music file: C:\temp>\local\mplayer\mplayer 01-Track_1.wav MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow:...
2008-01-07, 6242🔥, 0💬

Playing MP3 Music Files with MPlayer
Playing MP3 Music Files with MPlayer The next test is to use MPlayer to play a MP3 music file: C:\temp>\local\mplayer\mplayer Liang_Zhu.mp3 MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: ...
2008-01-07, 5879🔥, 0💬

Playing MPEG Video Files with MPlayer
Playing MPEG Video Files with MPlayer The next test is to use MPlayer to play a MPEG video file: C:\temp>\local\mplayer\mplayer tracking.mpg MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow:...
2008-01-02, 10637🔥, 0💬

Playing VCD DAT Files with MPlayer
Playing VCD DAT Files with MPlayer The next test is to use MPlayer to play a VCD DAT file: C:\temp>\local\mplayer\mplayer music_video.dat MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 ...
2008-01-02, 6450🔥, 0💬

Playing DVD VOB Files with MPlayer
Playing DVD VOB Files with MPlayer As the first test, let's try to use MPlayer to play a DVD VOB file: C:\temp>\local\mplayer\mplayer dolby-bestsound.vob MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 M...
2007-12-28, 8152🔥, 0💬

Downloading and Installing MPlayer
Downloading and Installing MPlayer MPlayer is a movie player which runs on many systems (see the documentation). MPlayer plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files. You can watch VideoCD, SVCD, DVD, 3iv...
2007-12-28, 6327🔥, 0💬

Viewing DVD Track Layout
Viewing DVD Track Layout The next test to view the track layout of my DVD with IsoBuster. 1. Insert the DVD into the CD drive. Start IsoBuster. 2. IsoBuster shows sessions and tracks in a tree structure. . Click on Track 01. The ISO icon shows up. So Track 01 has ISO 9660 file system. Click the righ...
2007-12-26, 6538🔥, 0💬

Viewing VCD Track Layout
Viewing VCD Track Layout The next test to view the track layout of VCD with IsoBuster. 1. Insert the VCD into the CD drive. Start IsoBuster. 2. IsoBuster shows sessions and tracks in a tree structure. 3. Click on Track 01. The ISO icon shows up. So Track 01 is ISO 9660 file system. Click the right m...
2007-12-26, 6593🔥, 0💬

< 1 2 3 4 5 6 > >>   Sort: Rank