| Optical Disc Authoring |
Article Index for Optical Disc |
Shopping Authoring |
Articles about Optical Disc Authoring |
Website Links For Optical |
Information AboutOptical Disc Authoring |
| CATEGORIES ABOUT OPTICAL DISC AUTHORING | |
| computer storage mediacomputer storage media | |
| multimedia | |
| SHOPPER'S DELIGHT | |
|
In computing, optical disc authoring, including '''CD authoring''' and '''DVD authoring''', known often as '''burning''', is the process of recording source material—video, audio or other data—onto an Optical Disc ( Compact Disc or DVD ). PROCESS Creating an optical disc usually involves first creating a Disk Image with a full File System designed for the optical disc, and then actually burning the image to the disc. Many programs create the disk image and burn in one bundled application, such that end-users do not even know the distinction. There are also Packet-writing applications that do not require writing the entire disc at once, but allow writing parts at a time, allowing the disc to be used like a floppy. There exist many Optical Disc Authoring Technologies for optimizing the authoring process and preventing errors. Discs whose burn failed are colloquially termed ''coasters'' since that is all they are good for. SESSIONS Data on an optical disc is laid out in sessions. Each session consists of a ''lead-in'', containing the session's ''Table of Contents'', the program area in which the individual ''tracks'' are located, and the ''lead-out''. The number of tracks is limited to 99 in a session. The specifications require at least one track in each session. The tracks are located in the program area of the session. In multisession discs, the lead-in areas contain addresses of the subsequent sessions. The TOC written in the lead-in of the latest session is used to access the tracks. TOC The Table of Contents ('''TOC''') is the area where the layout of the tracks on the disc is described. It is located in the Lead-in area of the disc Session . The TOC on discs is in principle similar to Partition Table on Hard Drive s. Nonstandard or corrupted TOC records are abused as a form of CD/DVD Copy Protection , in e.g. the Key2Audio scheme. Lead-In The lead-in area of a CD session is the starting part of the disc. It contains the TOC for the session, and the address of the next available free part of the disc available for the start of the next session, unless the disc is closed and therefore no more sessions can be added, or the disc is not multisession. Lead-Out The lead-out area is the ending part of the CD session. When the session is closed, the lead-out area is written. The first lead-out is 6750 sectors (about 13 megabytes) long, each subsequent lead-out is 2250 sectors (4 megabytes) long. Tracks See Also: Track (CD) A track is a consecutive set of sectors on the disc containing a block of data. One session may contain one or more tracks of the same or different types. There are several kinds of tracks: Audio tracks, Data tracks. HARDWARE See Also: Optical disc recorder Authoring is commonly done in software on computers with Optical Disc Recorder s. There are, however, stand-alone devices like Personal Video Recorder s which can also author and record discs. SOFTWARE See Also: Optical disc authoring software Use of optical disc recorders require Optical Disc Authoring Software , (sometimes called "burning applications" or "burner applications"). Such software is usually sold with the recorder. FILE SYSTEMS Optical disk file systems include ISO-9660 (often known simply as "ISO") and Universal Disk Format (UDF). ISO is most common for CD s and UDF is most common for DVDs. ISO 9660 See Also: ISO 9660 ISO 9660 is a format mainly used on cds. The ISO 9660 can be extended with Joliet , Rock Ridge , El Torito , or the Apple ISO9660 Extensions . The Joliet file system was made by Microsoft. It makes it possible to have Long File Names , and other stuff. Rock Ridge is a system providing ownership, fewer restictions on the file names, and more. El Torito makes it possible to boot from a CD. The Apple Extensions enables creator codes, file type, on so on. Universal Disk Format See Also: Universal Disk Format Universal Disk Format is a format. UDF can be extended with Mount Rainier which makes it possible to use the disc like a Floppy . You can delete, create, modify files, without having to write the whole disc again. SEE ALSO |