<< < 101 102 103 104 105 106 107 108 109 110 111 > >>   ∑:2855  Sort:Rank

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, ∼7347🔥, 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, ∼7591🔥, 0💬

Viewing Data CD Track Layout
Viewing Data CD Track Layout The next test to view the track layout of an Data CD (CD-ROM) with IsoBuster. 1. Insert the Data CD into the CD drive. Start IsoBuster. 2. IsoBuster shows sessions and tracks in a tree structure. 3. Click on the only track, Track 01. It has an ISO icon. So Track 01 is ha...
2007-12-24, ∼7559🔥, 0💬

Viewing CD-DA (Audio CD) Track Layout
Viewing CD-DA (Audio CD) Track Layout The next test to view the track layout of an Audio CD (CD-DA) with IsoBuster. 1. Insert the Audio CD into the CD drive. Start IsoBuster. 2. IsoBuster shows sessions and tracks in a tree structure. 3. Click on Track 01. It has no ISO icon. So Track 01 is has no I...
2007-12-24, ∼6884🔥, 0💬

Playing Movie DVD with Windows Media Player
Playing Movie DVD with Windows Media Player Of course, movies on DVD can be played on stand alone DVD player devices. But it can also be played on computers with DVD player software. Windows systems has a built-in DVD player software called Windows Media Player. On my Windows XP system, I can use fo...
2007-12-10, ∼9241🔥, 0💬

DVD Video (Movie) File Directory Structure
DVD Video (Movie) File Directory Structure Since DVD uses the ISO 9660 file system, contents on a DVD-Video (movie) disc are organized into a file directory structure with single required directory: \ - Root directory VIDEO_TS\ - VIDEO Title Set directory VIDEO_TS.BUP - Back up of VIDEO_TS.IFO VIDEO...
2007-12-07, ∼7323🔥, 0💬

What Is DVD-Video
What Is DVD-Video? DVD-Video is a DVD format designed to store digital video (movies) on DVD. A typical movie DVD-Video disc will have 3 file systems on the disc at the same time: ISO 9660 File System - The original ISO standard developed for CD-ROM discs. UDF (Universal Disk Format) - ISO 13346 sta...
2007-12-05, ∼6580🔥, 0💬

What Is DVD
What Is DVD? DVD (Digital Versatile Disc or Digital Video Disc) is the next generation of optical disc storage media format. A DVD has the same physical dimensions as a normal CD. But a DVD can store more than 6 times of data comparing to a normal CD. DVDs are produced in two physical sizes: 120 mm,...
2007-12-05, ∼7234🔥, 0💬

Playing Movie VCD with Windows Media Player
Playing Movie VCD with Windows Media Player VCD can be played back on stand alone VCD player devices. But it can also be played back by computer software. Windows systems has a built-in VCD player software called Windows Media Player. On my Windows XP system, I can use following steps to use Windows...
2007-12-03, ∼7912🔥, 0💬

File Directory Structure on an Example Movie VCD
File Directory Structure on an Example Movie VCD A VCD (Video CD) 2.0 has a well defined file directory tree structure. Here is a good example that I got from one of my VCD collection: 1. Insert the VCD into the CD drive. The CD is recognized by the Windows system as drive "D:". 2. Run the following...
2007-11-30, ∼7688🔥, 0💬

Movie VCD File Directory Structure
Movie VCD File Directory Structure Since movie VCD uses the ISO 9660 file system, contents on a VCD are organized into a file directory structure: \ - Root directory CDDA\ - Compact Disc Digital Audio directory AUDIO01.DAT - Optional audio file AUDIO02.DAT ... CDI\ - CD-i (CD Interactive) directory ...
2007-11-30, ∼8845🔥, 0💬

What Is VCD
What Is VCD? VCD (Video CD, Compact Disc digital video) is a standard digital format for storing video on a CD. The VCD standard was created in 1993 by Sony, Philips, Matsushita, and JVC and is referred to as the White Book standard. Main characteristics of VCD are: 1. CD Track Type: CD-ROM Mode 2 -...
2007-11-29, ∼6582🔥, 0💬

Checking ISO 9660 Image
Checking ISO 9660 Image Since I have the ISO 9660 command line tools installed, I did a quick check on the ISO image file, created by the FinalBurner: C:\&gt;cd \local\cdrtools C:\local\cdrtools&gt;isoin fo-i \temp\arch2006.iso -d CD-ROM is in ISO 9660 format System id: Volume id: data Volum...
2007-11-27, ∼6676🔥, 0💬

Creating ISO 9660 Image with FinalBurner
Creating ISO 9660 Image with FinalBurner Instead of burning (writing or copying) files to a CD-R directly, it is better to do it in two steps: Create an ISO image file with all input files - In this step, all input files will be re-organized into an ISO 9660 file system stored as a file on the hardd...
2007-11-27, ∼7691🔥, 0💬

Installing Final Burner
Installing Final Burner FinalBurner is free CD burning software produced by ProtectedSoft. Since I don't have other CD burning software on my system, I want to install FinalBurner and try it. 1. Go to http://www.protectedsoft.com/d ownload.php.A list of download item shows up. 2. Click on the "Downl...
2007-11-26, ∼9189🔥, 0💬

Archiving Files on CD - Compress with WinRAR
Archiving Files on CD - Compress with WinRAR If you have a lots of personal files on your computer system, you should consider to archive or backup them to a CD to avoid any losses if something happen to your computer. One easy way to backup your files is to copy the folder where your files are loca...
2007-11-26, ∼7216🔥, 0💬

"readcd" - Read Raw Data From CD
"readcd" - Read Raw Data From CD Tool in the "cdrtools" package is called "readcd", which allows you to read raw data from any CD-ROM by given sector locations. "readcd" takes an option called "sectors=&lt;start>-&l t;end+1>".Here is the README.TXT file where is located. C:\>\local\cdrtools\...
2007-11-21, ∼8470🔥, 0💬

isoinfo - ISO 9660 Command Line Tools
isoinfo - ISO 9660 Command Line Tools One of the tools included in the cdrtools package is called "isoinfo", which is a great tool to perform analysis an ISO 9660 file system on a CD-ROM. "isoinfo" supports the following options: C:\>\local\cdrtools\isoinfo -help /cygdrive/c/local/cdrtools/iso info:...
2007-11-20, ≈10🔥, 0💬

ISO 9660 Standard - File System for CD-ROM
ISO 9660 Standard - File System for CD-ROM The main characteristics of ISO 9660 standard are: 1. Reserved Field - The first 16 sectors of the track is reserved. The reserved field can be used to store computer code to boot the operating system. This makes the CD bootable. But most of the time, the r...
2007-11-19, ∼9389🔥, 0💬

Internet Explorer system security warning
Every time I open my Windows Internet Explorer a systems security warming comes up indicating my computer is vulnerable to attacks. I've tried changing the web page in internet tools but to no avail. The web page advertises a variety of anti-spyware programs. Any help on how to get my web page back?
2007-11-07, ∼8317🔥, 0💬

Opening Audio CD with Windows Media Playerc
How to Open Audio CD with Windows Media Playerc? Windows systems has a built-in audio CD player software called Windows Media Player. On my Windows XP system, I can use following steps to use Windows Media Player to open an audio CD: Click Start > All Programs > Accessories > Entertainment > Windows...
2007-10-16, ∼6090🔥, 0💬

About Audio CD (CD-DA) Player Devices
About Audio CD (CD-DA) Player Devices Audio CD (Compact Disc Digital Audio or CD-DA) player devices are electronic devices that are dedicated to play back sounds (music, songs, voice messages, etc.) recorded on the audio CD. Examples of audio CD player devices are CD players in cars, CD players in h...
2007-10-16, ∼7585🔥, 0💬

Playing DVD-Video files Files with Media Player Classic
How To Play DVD-Video Files with Media Player Classic? If you have "Media Player Classic" installed on your Windows system, you can follow this tutorial to play DVD-Video files: 1. Double click on C:\Progam Files\bin\mplayer.exe to run Media Player Classic. 2. Click menu File > Open Files.... The Op...
2007-05-27, ∼9902🔥, 0💬

Downloading and Installing Media Player Classic
How To Download and Install Media Player Classic? If you are looking for a simple open source DVD player application, you can follow this tutorial to download and install "Media Player Classic" for your Windows system. 1. Go to Media Player Classic home page . 2. Click the "Download guliverkli" butt...
2007-05-27, ≈14🔥, 0💬

<< < 101 102 103 104 105 106 107 108 109 110 111 > >>   ∑:2855  Sort:Rank