История создания CD и DVD дисков | Пикабу

Author

Joerg Schilling
Seestr. 110
D-13353 Berlin
Germany

Additional information can be found on:

Basic options

-V
Specifies the name (that is assigned to) of the file system. The ISO 9660 standard specs impose the limitations of 32-character string length, as well as limiting the characters allowed to sets of: “A” to “Z”, “0” to “9”, and “_”. This volume label will probably show up as mount point if the medium is mounted automatically.
-J
Enables Joliet extension, which allocates special space to store file names in Unicode (up to 64 UTF-16 characters for each file).
-joliet-long
Increases maximum length of file names from 64 to 103 UTF-16 characters in Joliet table. Non-compliant to Joliet specs and not commonly supported.
-r
Enables Rock Ridge extension, which adds POSIX file system semantics to an image, including support of long 255-character filenames and Unix-style file permissions.
-o
Sets the file path for the resulting ISO image.

Bd-r dl 50gb errors on trying to burn second layer

Using growisofs from dvd rw-tools for burning 50GB BD-R DL discs might result in a fatal error and damaged media, such as:

$ growisofs -Z /dev/sr0 -J -R -V "label" files
Executing 'mkisofs -J -R -V label files | builtin_dd of=/dev/sr0 obs=32k seek=0'
I: -input-charset not specified, using utf-8 (detected in locale settings)
  0.03% done, estimate finish Fri Jan 29 19:50:36 2022
  0.05% done, estimate finish Fri Jan 29 19:50:36 2022
  0.08% done, estimate finish Fri Jan 29 19:50:36 2022
/dev/sr0: pre-formatting blank BD-R for 49.8GB...
/dev/sr0: "Current Write Speed" is 8.2x4390KBps.
  0.11% done, estimate finish Sat Jan 30 03:29:13 2022
  0.13% done, estimate finish Sat Jan 30 02:10:01 2022
...
 63.20% done, estimate finish Fri Jan 29 20:43:45 2022
:-[ WRITE@LBA=b6d820h failed with SK=3h/WRITE ERROR]: Input/output error
:-( write failed: Input/output error
/dev/sr0: flushing cache
/dev/sr0: closing track
/dev/sr0: closing session
:-[ CLOSE SESSION failed with SK=5h/INVALID FIELD IN CDB]: Input/output error
/dev/sr0: reloading tray

This happened at the 25GB boundary when starting to write the second layer. Using cdrecord from cdrtools works with no problems. Tested with a ‘HL-DT-ST BD-RE WH16NS40’ LG burner, and Verbatim BD-R DL 6x discs (#96911). FS#47797

Blu-ray

See Blu-ray#Playback.

Brasero fails to normalize audio cd

If you try to burn it may stop at the first step called Normalization.

As a workaround you can disable the normalization plugin using the Edit > Plugins menu

Burning

Warning: The quality of optical drives and the discs themselves varies greatly. Generally, using a slow burn speed is recommended for reliable burns. If you are experiencing unexpected behaviour from the disc, try burning at the lowest speed supported by your burner.

The burning process of optical disc drives consists of creating or obtaining an image and writing it to an optical medium. The image may in principle be any data file. If you want to mount the resulting medium, then it is usually an ISO 9660 file system image file.

Burning a bin/cue

To burn a BIN/CUE image run:

$ cdrdao write --device /dev/sr0image.cue

Burning an audio cd

Create your audio tracks and store them as uncompressed, 16-bit, 44100-Hz, stereo WAV files. To convert MP3 to WAV, ensure lame is installed, cd to the directory with your MP3 files, and run:

$ for i in *.mp3; do lame --decode "$i" "$(basename "$i" .mp3)".wav; done

In case you get an error when trying to burn WAV files converted with LAME, try decoding with mpg123:

$ for i in *.mp3; do mpg123 --rate 44100 --stereo --buffer 3072 --resync -w $(basename "$i" .mp3).wav $i; done

To convert AAC to WAV ensure faad2 is installed and run:

$ for i in *.m4a; do faad $i; done

To fix the bitrate of an already existing WAV file (or many other formats), try using sox:

$ for i in *.wav; do sox $i -c 2 -r 44100 $(basename "$i" .wav)-ok.wav; done

Name the audio files in a manner that will cause them to be listed in the desired track order when listed alphabetically, such as 01.wav, 02.wav, 03.wav, etc. Use the following command to simulate burning the WAV files as an audio CD:

$ cdrecord -dummy -v -pad speed=1 dev=/dev/sr0 -dao -swab *.wav

If everything worked, you can remove the -dummy flag to actually burn the CD.

Note: The produced disk may not play in all CD players. For an audio-only disk (discarding some track metadata), add the -audio flag.

To test the new audio CD, use MPlayer:

$ mplayer cdda://

Burning an iso image to cd, dvd, or bd

To burn a readily prepared ISO image file isoimage.iso onto an optical medium, run for CD:

$ cdrecord -v -sao dev=/dev/sr0isoimage.iso

and for DVD or BD:

$ growisofs -dvd-compat -Z /dev/sr0=isoimage.iso

for CD, DVD, BD:

$ xorriso -as cdrecord -v dev=/dev/sr0 -dao isoimage.iso

Burning cd/dvd/bd with a gui

There are several applications available to burn CDs in a graphical environment.

See also Wikipedia:Comparison of disc authoring software.

  • AcetoneISO — All-in-one ISO tool (supports BIN, MDF, NRG, IMG, DAA, DMG, CDI, B5I, BWI, PDI and ISO).

Console

  • abcde — Comprehensive command-line tool for ripping audio CDs.

Converting img/ccd to an iso image

To convert an img/ccd image, you can use ccd2iso:

$ ccd2iso ~/image.img~/image.iso

Credits

Bill Swartz

Description

Cdrecord is used to record data or audio Compact Discs on an Orange Book CD-Recorder or to write DVD media on a DVD-Recorder.

The device refers to scsibus/target/lun of the CD/DVD-Recorder. Communication on SunOS is done with the SCSI general
driver scg. Other operating systems are using a library simulation of this driver.

Possible syntax is: dev=scsibus,target,lun or dev=target,lun. In the latter case, the CD/DVD-Recorder has to be connected to the default
SCSI bus of the machine.

Scsibus, target and lun are integer numbers. Some operating systems or SCSI transport implementations may require
to specify a filename in addition. In this case the correct syntax for the device is: dev=devicename:scsibus,target,lun or
dev=devicename:target,lun.

If the name of the device node that has been specified on such a system refers to exactly one SCSI
device, a shorthand in the form dev=devicename:@ or dev=devicename:@,lun may be used instead of dev=devicename:scsibus,target,lun.

Diagnostics

You have 9 seconds to type ^C to abort cdrecord after you see the message:

Starting to write CD at speed %d in %s mode for %s session.

A typical error message for a SCSI command looks like:

Dvd drive is noisy

If playing DVD videos causes the system to be very loud, it may be because the disk is spinning faster than it needs to. To temporarily change the speed of the drive, run:

# eject -x 12 /dev/dvd

Sometimes:

# hdparm -E12 /dev/dvd

Any speed that is supported by the drive can be used, or 0 for the maximum speed.

Setting CD-ROM and DVD-ROM drive speed

Dvd-audio

  • Python Audio Tools — Includes dvda2track, which is easy to use command line tool to extract DVD-Audio tracks to uncompressed wav files.

Dvd-video

See also Wikipedia:Comparison of DVD ripper software.

Often, the process of ripping a DVD can be broken down into two subtasks:

  1. Data extraction — Copying the audio and/or video data to a hard disk,
  2. Transcoding — Converting the extracted data into a suitable format.

Environment

CDR_DEVICE

This may either hold a device identifier that is suitable to the open call of the SCSI transport library or a label in the file /etc/cdrecord.conf.
CDR_SPEED
Sets the default speed value for writing (see also -speed option).
CDR_FIFOSIZE
Sets the default size of the FIFO (see also fs=# option).
CDR_FORCERAWSPEED
If this environment variable is set, cdrecord will allow you to write at the full RAW encoding speed a single CPU supports. This will create high
potential of buffer underruns. Use with care.
CDR_FORCESPEED
If this environment variable is set, cdrecord will allow you to write at the full DMA speed the system supports. There is no DMA reserve for reading
the data that is to be written from disk. This will create high potential of buffer underruns. Use with care.
RSH

If the RSH environment is present, the remote connection will not be created via rcmd(3) but by calling the program pointed to by RSH.
Use e.g. RSH=/usr/bin/ssh to create a secure shell connection.

Note that this forces cdrecord to create a pipe to the rsh(1) program and disallows cdrecord to directly access the network socket to
the remote server. This makes it impossible to set up performance parameters and slows down the connection compared to a root initiated rcmd(3)
connection.
RSCSI

If the RSCSI environment is present, the remote SCSI server will not be the program /opt/schily/sbin/rscsi but the program pointed to by
RSCSI. Note that the remote SCSI server program name will be ignored if you log in using an account that has been created with a remote SCSI server
program as login shell.

Erasing cd-rw and dvd-rw

Used CD-RW media need to be erased before you can write over the previously recorded data. This is done by

$ cdrecord -v dev=/dev/sr0 blank=fast

There are two options for blanking: blank=fast and blank=all. Full blanking lasts as long as a full write run. It overwrites the payload data on the CD. Nevertheless this should not be considered as securely making those data unreadable. For that purpose, several full write runs with random data are advised.

Alternative commands are:

$ cdrskin -v dev=/dev/sr0 blank=fast
$ xorriso -outdev /dev/sr0 -blank as_needed

To erase the DVD-RW use the dvd rw-format utility from dvd rw-tools:

$ dvd rw-format -blank=fast /dev/sr0

Alternative commands are:

$ cdrecord -v dev=/dev/sr0 blank=fast
$ cdrskin -v dev=/dev/sr0 blank=deformat_sequential_quickest
$ xorriso -outdev /dev/sr0 -blank deformat_quickest

Such fastly blanked DVD-RW are not suitable for multi-session and cannot take input streams of unpredicted length. For that purpose one has to use one of:

$ cdrecord -v dev=/dev/sr0 blank=all
$ dvd rw-format -blank=full /dev/sr0
$ cdrskin -v dev=/dev/sr0 blank=as_needed
$ xorriso -outdev /dev/sr0 -blank as_needed

The other media types are either write-once (CD-R, DVD-R, DVD R, BD-R) or are overwritable without the need for erasing (DVD-RAM, DVD RW, BD-RE).

Examples

For all examples below, it will be assumed that the CD/DVD-Recorder is connected to the primary SCSI bus of the machine. The SCSI target id is set to 2.

To record a pure CD-ROM at double speed, using data from the file cdimage.raw:

cdrecord -v speed=2 dev=2,0 cdimage.raw

To create an image for a ISO 9660 filesystem with Rock Ridge extensions:

mkisofs -R -o cdimage.raw /home/joerg/master/tree

To check the resulting file before writing to CD on Solaris:

mount -r -F fbk -o type=hsfs /dev/fbk0:cdimage.raw /mnt

On Linux:

mount cdimage.raw -r -t iso9660 -o loop /mnt

Go on with:ls -lR /mntumount /mnt

:/>  Как сохранить данные из командной строки или PowerShell

If the overall speed of the system is sufficient and the structure of the filesystem is not too complex, cdrecord will run without creating an image of the
ISO 9660 filesystem. Simply run the pipeline:

mkisofs -R /master/tree | cdrecord -v fs=6m speed=2 dev=2,0 –

The recommended minimum FIFO size for running this pipeline is 4 MBytes. As the default FIFO size is 4 MB, the fs= option needs only be present if
you want to use a different FIFO size. If your system is loaded, you should run mkisofs in the real time class too. To raise the priority of mkisofs
replace the command

mkisofs -R /master/treebypriocntl -e -c RT -p 59 mkisofs -R /master/tree

on Solaris and by

nice –18 mkisofs -R /master/tree

on systems that don’t have UNIX International compliant real-time scheduling.

Cdrecord runs at priority 59 on Solaris, you should run mkisofs at no more than priority 58. On other systems, you should run mkisofs at no less than nice
–18.

Creating a CD-ROM without file system image on disk has been tested on a Sparcstation-2 with a Yamaha CDR-400. It did work up to quad speed when the machine
was not loaded. A faster machine may be able to handle quad speed also in the loaded case.

To record a pure CD-DA (audio) at single speed, with each track contained in a file named track01.cdaudio, track02.cdaudio, etc:

cdrecord -v speed=1 dev=2,0 -audio track*.cdaudio

To check if it will be ok to use double speed for the example above. Use the dummy write option:

cdrecord -v -dummy speed=2 dev=2,0 -audio track*.cdaudio

To record a mixed-mode CD with an ISO 9660 filesystem from cdimage.raw on the first track, the other tracks being audio tracks from the files
track01.cdaudio, track02.cdaudio, etc:

cdrecord -v dev=2,0 cdimage.raw -audio track*.cdaudio

To handle drives that need to know the size of a track before starting to write, first run

mkisofs -R -q -print-size /master/tree

and then run

mkisofs -R /master/tree | cdrecord speed=2 dev=2,0 tsize=XXXs –

where XXX is replaced by the output of the previous run of mkisofs.

To copy an audio CD in the most accurate way, first run

cdda2wav dev=2,0 -vall cddb=0 -B -Owav

and then run

cdrecord dev=2,0 -v -dao -useinfo -text *.wav

This will try to copy track indices and to read CD-Text information from disk. If there is no CD-Text information, cdda2wav will try to get the
information from freedb.org instead.

To copy an audio CD from a pipe (without intermediate files), first run

cdda2wav dev=1,0 -vall cddb=0 -info-only

and then run

cdda2wav dev=1,0 -no-infofile -B -Oraw – | cdrecord dev=2,0 -v -dao -audio -useinfo -text *.inf

This will get all information (including track size info) from the *.inf files and then read the audio data from stdin.

If you like to write from stdin, make sure that cdrecord is called with a large enough FIFO size (e.g. fs=128m), reduce the write speed to a
value below the read speed of the source drive (e.g. speed=12), and switch the burn-free option for the recording drive on by adding
driveropts=burnfree.

To set drive options without writing a CD (e.g. to switch a drive to single session mode), run

cdrecord dev=1,0 -setdropts driveropts=singlesession

If you like to do this when no CD is in the drive, call

cdrecord dev=1,0 -force -setdropts driveropts=singlesession

To copy a CD in clone mode, first read the master CD using:

readcd dev=b,t,l -clone f=somefile

or (in case the CD contains many sectors that are unreadable by intention) by calling:

readcd dev=1,0 -clone -nocorr f=somefile

will create the files somefile and somefile.toc. Then write the CD using:

cdrecord dev=1,0 -raw96r -clone -v somefile

Files

/etc/cdrecord.conf

Note: The location of cdrecord.conf has been changed from /etc/default to /etc.

Default values can be set for the following options in /etc/cdrecord.conf. For example: CDR_FIFOSIZE=8m or CDR_SPEED=2

CDR_DEVICE

This may either hold a device identifier that is suitable to the open call of the SCSI transport library or a label in the file /etc/cdrecord.conf that
allows to identify a specific drive on the system.

CDR_SPEED

Sets the default speed value for writing (see also -speed option).

CDR_FIFOSIZE

Sets the default size of the FIFO (see also fs=# option).

Any other label

is an identifier for a specific drive on the system. Such an identifier may not contain the characters ‘,’, ‘/’, ‘@’ or ‘:’.

Each line that follows a label contains a TAB separated list of items. Currently, four items are recognized: the SCSI ID of the drive, the default speed
that should be used for this drive, the default FIFO size that should be used for this drive and drive specific options.

teac1= 0,5,0

yamaha= 1,6,0

burnfree

This tells cdrecord that a drive named teac1 is at scsibus 0, target 5, lun 0 and should be used with speed 4 and a FIFO size of 8 MB. A
second drive may be found at scsibus 1, target 6, lun 0 and uses the default speed and the default FIFO size.

Formatting bd-re and bd-r

BD-RE need formatting before first use. This is done automatically by the burn programs when they detect the unformatted state. Nevertheless the size of the payload area can be influenced by expert versions of the format commands shown above for DVD-RW.

Formatting dvd-rw

Formatted DVD-RW media can be overwritten without previous erasure. So consider to apply once in their life time

$ dvd rw-format -force /dev/sr0
$ cdrskin -v dev=/dev/sr0 blank=format_if_needed
$ xorriso -outdev /dev/sr0 -format as_needed

Unlike DVD-RAM, DVD RW, and BD-RE, formatted DVD-RW cannot be used as (slow) hard disk directly, but rather need the mediation of driver pktcdvd. See pktsetup(8).

General options

General options must be before any track file name or track option.

Graft-points

It is also possible to let mkisofs to collect files and directories from various paths

Iso 9660 and burning on-the-fly

It is not necessary to store an emerging ISO file system on hard disk before writing it to optical media. Only very old CD drives in very old computers could suffer failed burns due to an empty drive buffer.

If you omit option -o from mkisofs then it writes the ISO image to standard output. This can be piped into the standard input of burn programs.

$ mkisofs -V "ARCHIVE_2022_07_27" -J -r ./for_iso | 
  cdrecord -v dev=/dev/sr0 -waiti -

Option -waiti is not really needed here. It prevents cdrecord from writing to the medium before mkisofs starts its output. This would allow mkisofs to read the medium without disturbing an already started burn run. See next section about multi-session.

On DVD and BD, you may let growisofs operate mkisofs for you and burn its output on-the-fly:

$ growisofs -Z /dev/sr0 -V "ARCHIVE_2022_07_27" -r -J ./for_iso

Learning the name of your optical drive

For the remainder of this section the name of your recording device is assumed to be /dev/sr0.

Check this by

$ cdrecord dev=/dev/sr0 -checkdrive

which should report Vendor_info and Identification fields of the drive.

If no drive is found, check whether any /dev/sr* exist and whether they offer read/write permission (wr-) to you or your group.
If no /dev/sr* exists then try loading module sr_mod manually.

Making an iso image from existing files on hard disk

The simplest way to create an ISO image is to first copy the needed files to one directory, for example: ./for_iso.

Then generate the image file with mkisofs:

$ mkisofs -V "ARCHIVE_2022_07_27" -J -r -o isoimage.iso./for_iso

Each of those options are explained in the following sections.

Mounting an iso image

You can mount an ISO image if you want to browse its files.
To mount the ISO image, we can use:

# mount -t iso9660 -o ro,loop /path/to/file.iso/mount-point

Do not forget to unmount the image when your inspection of the image is done:

# umount /mount-point

Multi-format

  • Aaru — Software for archival ripping of CDs, DVDs, and harddrives

Multi-session by growisofs

By default, growisofs uses mkisofs as a backend for creating ISO images forwards most of its program arguments to . See above examples of mkisofs. It bans option -o and deprecates option -C.

$ export MKISOFS="xorrisofs"

The wish to begin with a new ISO file system on the optical medium is expressed by option -Z

$ growisofs -Z /dev/sr0 -V "ARCHIVE_2022_07_27" -r -J ./for_iso

The wish to append more files as new session to an existing ISO file system is expressed by option -M

$ growisofs -M /dev/sr0 -V "ARCHIVE_2022_07_28" -r -J ./more_for_iso

For details see the growisofs(1) manual and the manuals of mkisofs and xorrisofs.

Multi-session by xorriso

xorriso learns the wish to begin with a new ISO file system from the blank state of the medium. So it is appropriate to blank it if it contains data. The command -blank as_needed applies to all kinds of re-usable media and even to ISO images in data files on hard disk. It does not cause error if applied to a blank write-once medium.

$ xorriso -outdev /dev/sr0 -blank as_needed 
          -volid "ARCHIVE_2022_07_27" -joliet on -add ./for_iso --

On non-blank writable media xorriso appends the newly given disk files if command -dev is used rather than -outdev. Of course, no command -blank should be given here

$ xorriso -dev /dev/sr0 
          -volid "ARCHIVE_2022_07_28" -joliet on -add ./more_for_iso --

For details see the xorriso(1) man page and especially its examples.

None of the above programs are able to rip/encode a dvd to my hard disk!

Make sure the region of your DVD reader is set correctly; otherwise, you will get loads of inexplicable CSS-related errors. Use the regionsetAUR package to do so.

Playback does not work with new computer (new dvd-drive)

If playback does not work and you have a new computer (new DVD-Drive) the reason might be that the region code is not set. You can read and set the region code with the regionsetAUR package.

Reading the volume label of a cd or dvd

If you want to get the name/label of the media, use dd:

$ dd if=/dev/sr0 bs=1 skip=32808 count=32

Referenced by

bchunk

(1),

cdrdao

(1),

cdrskin

(1),

cdw

(1),

dvdrecord

(1),

graveman

(1),

hal-disable-polling

(1),

isoinfo

(8),

mkrescue

(8),

xcdroast

(1),

xorrecord

(1),

xorriso

(1),

xorrisofs

(1)

Ripping

Ripping is the process of copying audio or video content to a hard disk, typically from removable media or media streams.

See also

cdda2wav(1), readcd(1), scg(7), fbk(7), mkisofs(8), rcmd(3), ssh(1).

Special case: medium error / write error

Here are some typical messages about the drive disliking the medium. This can only be solved by using a different drive or a different medium. A different program will hardly help.

:/>  Почему диск бывает загружен на 100% в Windows 10 | Windows для системных администраторов

Brasero with backend growisofs:

BraseroGrowisofs stderr: :-[ WRITE@LBA=0h failed with SK=3h/ASC=0Ch/ACQ=00h]: Input/output error

Brasero with backend libburn:

BraseroLibburn Libburn reported an error SCSI error on write(16976,16): [3 0C 00] Write error

Synopsis

cdrecord [ general options ] dev=device [ track options ] track1…trackn

Toc/cue/bin for mixed-mode disks

ISO images only store a single data track. If you want to create an image of a mixed-mode disk (data track with multiple audio tracks) then you need to make a TOC/BIN pair:

$ cdrdao read-cd --read-raw --datafile image.bin --driver generic-mmc:0x20000 --device /dev/cdromimage.toc

Some software only likes CUE/BIN pair, you can make a CUE sheet with toc2cue (part of cdrdao):

$ toc2cue image.tocimage.cue

Track options

Track options may be mixed with track file names.

Verifying the burnt iso image

You can verify the integrity of the burnt medium to make sure it contains no errors. Always eject the medium and reinsert it before verifying. It will guarantee that any kernel cache will not be used to read the data.

First calculate the MD5 checksum of the original ISO image:

$ md5sum isoimage.iso
 e5643e18e05f5646046bb2e4236986d8 isoimage.iso

Next calculate the MD5 checksum of the ISO file system on the medium.
Although some media types deliver exactly the same amount of data as have been submitted to the burn program, many others append trailing garbage when being read. So you should restrict reading to the size of the ISO image file.

Vlc: error “… could not open the disc /dev/dvd”

If you get an error like

vlc dvdread could not open the disc "/dev/dvd"

it may be because there is no device node /dev/dvd on your system. Udev no longer creates /dev/dvd and instead uses /dev/sr0. To fix this, edit the VLC configuration file (~/.config/vlc/vlcrc):

# DVD device (string)
dvd=/dev/sr0

Важнейшие преимущества dvd технологии

Сегодня DVD — это уже широко распространенная, проверенная
временем и в тоже время динамично развивающаяся технология с
огромным потенциалом.

История создания cd и dvd дисков

Первые форматы dvd

Технология DVD первоначально опиралась 3 основных формата,
наличие которых определено специфическими требованиями для
различных областей применения DVD:

Эти форматы описывали диски, предназначенные только для
чтения. Информация на такие диски помещается один раз — в
процессе их производства. С развитием технологии DVD появились
спецификации дисков, обеспечивающие пользователям дисков
запись и перезапись информации.

Однако основные участники
форума не смогли договориться о единой спецификации на такие
диски из-за стремления сохранить самостоятельный контроль над
своими авторскими техническими разработками. В результате
появилось несколько конкурирующих спецификаций (форматы
DVD-RAM, DVD-RW, DVD RW). Рассмотрим перечень развиваемых
сегодня форматов DVD дисков.

Перспективы dvd

Наличие разных стандартов и спецификаций не говорит о том,
что DVD технология стоит на месте. Усилия различных компаний
сегодня направлены на внедрение технологии «голубого лазера» — с меньшей длиной волны. Это позволит увеличить плотность
записи на дисках с вытекающим отсюда улучшением и других
характеристик.

Компания Calimetrics Inc предложила
технологию ML (multilevel), позволяющую в три раза повысить
емкость стандартного DVD/CD. При этом нет необходимости
совершать какие-либо доработки в механизме и оптике
существующих приводов. Для внедрения новой технологии
достаточно воспользоваться набором микросхем, разработанного
этой компанией.

Суть технологии заключается в возможности
использовать в качестве информационной характеристики глубину
питов (до 8 уровней) при работе с дисками. Отметим, что
аналогичную технологию, но для CD дисков, разрабатывает
компания TDK в сотрудничестве с другими фирмами.

Форматы DVD только для чтения

DVD-ROM (Digital Versatile Disc Read Only Memory)

Диски формата DVD-ROM предназначены для использования в
компьютерной технике. Информация заносится на диск
единственный раз — при его производстве.

Прогресс
устройств DVD во многом повторяет путь, пройденный CD, и
направлен главным обазом на улучшение скоростных характеристик
и введение функции записи. Устройства DVD-ROM первого
поколения использовали режим CLV и считывали с диска со
скоростью 1.

38 Мб/с (в традиционном обозначении для DVD это
1х). Устройства второго поколения могли читать DVD с вдвое
большей скоростью — 2х (2.8 Мб/с). Современные DVD-ROM — устройства третьего поколения — используют режим контроля
вращения (CAV) с максимальной скоростью чтения 4х-6х (5.5 — 8.3 Мб/с) и более. Современные DVD-ROM приводы (дисководы)
поддерживают чтение практически всех форматов, включая диски
CD.

DVD-Video

Формат DVD-Video
предназначен для хранения и воспроизведения видео. Как и
DVD-ROM, эта спецификация определяет возможность только чтения
информации — воспроизведение записей с помощью видеоплееров
(видеорекодеров). Спецификация базируется на формате DVD-ROM,
но предусматривает специальный способ размещения данных,
предотвращающий возможность побитового копирования дисков.

Видеоматериалы в закодированном виде размещаются на диске в
процессе его производства. Воспроизведение DVD-video возможно
только на бытовых видеоплеерах (видеорекодерах) или на
DVD-дисководах, подключенных к компьютеру. При использовании
компьютерного оборудования декодирование информации
осуществляется либо аппаратно, либо программными средствами.

Современная спецификация обеспечивает запись на диск
высококачественного видео (до 2-х часов в формате сжатия
MPEG-2), а также многоканальное звуковое сопровождение на 8
языках, выбор экранного формата, титры на 32 языках,
интерактивное управление посредством экранного меню, до 9
угловых направлений просмотра, защиту от нелегального
копирования, разграничение просмотра видеопродукции по
регионам, управление доступом детей к видеоматериалам.

:/>  Что делать, если msmpeng.exe нагружает систему

DVD-Audio

Новое поколение музыкального
формата после CD. Спецификацией формата определены
высококачественный многоканальный звук, поддержка широкого
диапазона качества звука (квантование 16, 20, 24 бит при
частоте от 44,1 до 192 кГц), воспроизведение DVD плеерами CD
дисков, поддержка дополнительной информации (включая видео,
текст, меню, заставки, удобную навигационную систему), связь с
осуществляющими информационную поддержку web-сайтами,
расширение возможностей при появлении новых технологий.

Существуют две версии формата DVD-Audio: просто DVD-Audio — только для звукового содержания и DVD-AudioV — для звука с
дополнительной информацией.

Выработаны специальные меры
защиты дисков от пиратского копирования.

Появление dvd. dvd-форум

В основе появления DVD дисков лежала идея разработать такой
носитель информации, который мог бы одинаково успешно
использоваться в звуковой и видео аппаратуре, в компьютерной
технике, игровых приставках. Это обеспечило бы сближение
разных областей электроники.

Название DVD первоначально
означало Цифровой Видео Диск (Digital Video Disc). Позднее в
связи с принятием решения о расширении функций DVD
аббревиатура стала читаться иначе — Цифровой Универсальный
Диск (Digital Versatile Disk).

О разработке формата DVD
был официально объявлено в сентябре 1995 г. группой из 10
компаний: Hitachi, JVC, Matsushita, Mitsubishi, Philips,
Pioneer, Sony, Thomson, Time Warner и Toshiba. В мае 1997 г.
на базе этого консорциума был создан DVD-форум — открытая для
вступления организация, насчитывающая сегодня более 200
членов.

Основные задачи этой организации — развитие и
продвижение формата DVD, выработка согласованных спецификаций,
а также лицензирование деятельности предприятий в области DVD
технологии. В рамках форума действуют специальные рабочие
группы по различным аспектам DVD технологии. На ряд
спецификаций приняты международные стандарты.

Развиваемые форматы dvd

Только для чтения

Для многократной перезаписи


Для одноразовой записи

Для видеозаписи

Совместимость

Разработчики не смогли достичь единого подхода при
выработке формата записываемых дисков. Конкуренция
предопределила отсутствие поддержки одним устройством
нескольких записывающих форматов. Поэтому диски, записанные в
одном из форматов, как правило, не читаются на приводах других
записываемых форматов.

Некоторые устройства могут
не понимать тот формат дисков DVD, который был предложен уже
после их выпуска. Естественно, бытовая электроника может быть
ориентирована на вполне конкретный сегмент потребительского
рынка (DVD-Audio, DVD-Video, оба формата), и не обязательно
должна обеспечивать чтение компьютерных дисков, что и
определено DVD-форумом.

Справочные таблицы

Таблица 1. Емкости DVD дисков

* 1ГБ — 1 миллиард байт

Таблица 2. Основные параметры DVD дисков последних модификаций

ПараметрТип диска
DVD-ROM DVD-RAM DVD-RW DVD RWDVD-R
Емкость одной стороны 4,7 ГБ 4,7 ГБ 4,7 ГБ 4,7 ГБ4,7 ГБ
Длина волны лазера 650 650 650 650 650 (G)
635 (A)
Отража- тельная способность 18-30% (двух- слойного) 15-25% (2,6) 18-30% 
Способ записи Оттиск с матрицы при производстве Смена фазы Смена фазы Смена фазы Смена цвета красителя
Форма записи Не применимо Wobbled Land& Groove Wobbled groove Wobbled grooveWobble pre-groove
Межтре- ковое расстояние 0,74 мкм 0.615 мкм  0.74 мкм0.74 мкм
Минимальная длина пита 0,40 0,28  0,40
Число зон Не применимо 35 Не применимо Не применимоНе применимо
Способ контроля вращения* CAV ZCLV
CAV в пределах зоны
CLV CLV (для видео) или

CAV (для данных)

CLV
Скорость записи данных до 8,31 МБ/с (чтение) 2,77 МБ/с  11-26 Mbit/s,2,77 МБ/с
Файловая система Micro UDF и/или ISO9660 UDF/UDF Bridge UDF/UDF Bridge UDF/UDF BridgeТип1 UDF Bridge

Тип2 UDF

Стоимость односторон- него диска (дисковода)  $20-30($500)  $10-15 ($1000)

* CLV — (Constant Linear Velocity) постоянная линейная скорость

CAV — (Constant Angular Velocity) постоянная угловая скорость

ZCLV — (Zone Constant Linear Velocity) зонная постоянная линейная скорость

Примечание — в некоторых случаях « » означает, что чтение или запись не противоречат спецификациям DVD форума, однако такие устройства могут пока быть не представлены на рынке.
«-» означает, что спецификацией не определено обязательное требование по чтению или записи, однако на рынке могут быть устройства, обеспечивающее эту возможность

Файловая система udf

Большим достижением в обеспечении совместимости в
технологии DVD стала принятая в 2000 году единая файловая
система MicroUDF. Файловая система MicroUDF — это
адаптированная для применения в DVD версия файловой системы
UDF (Universal Disk Format), которая, в свою очередь, основана
на международном стандарте ISO-13346.

Эта файловая система
постепенно идет на смену устаревшей ISO9660, созданной в свое
время для использования в компакт-дисках. На переходный период
(пока не выйдут из обращения компьютерные устройства и диски,
работающие в формате ISO9660) будет использоваться файловая
система UDF Bridge, которая является некоторой комбинацией
MicroUDF и ISO9660. Для записи Audio/Video DVD дисков может
использоваться только MicroUDF.

Возможности файловой
системы MicroUDF следующие:

При использовании MicroUDF на одном DVD-диске можно
одновременно хранить видеофильмы, аудиозаписи, оцифрованные
фотографии и компьютерные файлы. Этим обеспечивается
межплатформенная совместимость, т. е. DVD-диск становится единым
носителем для Macintosh, DOS/Windows, OS/2, UNIX.

Форматы dvd для многократной записи

Многократная запись

Все известные спецификации
перезаписываемых DVD дисков используют технологию многократной
записи, основанную на физическом принципе смены фазового
состояния (кристаллическое/аморфное) информационного слоя под
воздействием лазера с длиной волны 650 (635) нм (phase-change
recording).

Материал для многократной записи

В качестве
рабочего используется материал AVIST, созданный компанией TDK
в 1995 году. Характеристики этого материала практически
идеально удовлетворяют требованиям технологии перезаписи
DVD-дисков:


Каждый из форматов имеет свои достоинства и недостатки, что
определило их области применения. Наиболее распространенным на
сегодня является формат DVD-RAM в силу более низкой стоимости
работающих с ним приводов и дисков.

DVD-RAM (Digital Versatile Disc Random Access
Memory)

Перезаписываемый формат, разработанный компаниями
Panasonic, Hitachi, Toshiba.

Формат одобрен DVD-форумом в
июле 1997 г. Оборудование и диски этого формата тестировались
в течение 3-х месяцев в более чем 20 компьютерных
компаниях-производителях всего мира. Свыше 160 участников
форума проголосовало за принятие спецификации. На сегодня это
самый распространенный DVD формат в компьютерной индустрии.

DVD-RAM приводы читают диски DVD-ROM. В свою очередь,
диски DVD-RAM могут быть прочитаны только приводами DVD-ROM
так называемого третьего поколения, выпускаемыми с середины
1999 г.

Первое поколение дисков DVD-RAM вмещало 2.6 ГБ на
сторону. Диски современного — второго — поколения несут 4.7 ГБ
на стороне или 9.4 ГБ для двусторонней модификации.

Выпускаются два типа односторонних DVD-RAM дисков — в
картридже и без картриджа. Диски в картридже в основном
предназначены для бытовой видеоаппаратуры, где необходимо
исключить влияние внешних факторов при интенсивном ручном
использовании. Картриджи в свою очередь могут быть двух видов — открываемые и цельные.

Важнейшие достоинства дисков
формата DVD-RAM — это возможность перезаписи до 100 000 раз и
наличие механизма коррекции ошибок записи.

Самое большое
число циклов перезаписи среди всех DVD, механизм коррекции
ошибок и произвольный доступ к диску как при записи, так и при
чтении предопределили максимальную эффективность этого формата
во вторичных устройствах хранения данных. Подавляющее
большинство устройств массового хранения информации — роботизированные DVD библиотеки — использует именно эту
технологию.

Диски DVD-RAM могут использоваться для записи
и воспроизведения потокового видео на оборудовании,
поддерживающем спецификацию DVD-VR (см. ниже).

DVD RW (Digital Versatile Disc ReWritable)

Формат DVD RW продвигается только его разработчиками — компаниями Hewlett-Packard, Mitsubishi Chemical, Philips,
Ricoh, Sony и Yamaha (не поддержан DVD-форумом).

На дисках
DVD RW можно записать как потоковое видео или звук, так и
компьютерные данные. Диски формата DVD RW могут быть
перезаписаны около 1000 раз.

На базе DVD RW создан формат
записи потокового видео — DVD RW Video Format. Устройства и
диски, работающие в этом формате, позиционируется на рынке как
полностью совместимые с оборудованием, работающим в форматах
DVD-Video. Это значит, что диски DVD RW, содержащие
видеоматериалы, могут быть воспроизведены на выпущенной ранее
бытовой аппаратуре DVD.

Форматы dvd для однократной записи

DVD-R (Digital Versatile Disc Recordable) DVD-R — формат однократной записи, разработанный компанией Pioneer.
Устройства на базе этого формата были первыми, которые
записывали на дисках DVD. Технология записи аналогична
используемой в CD-R и базируется на необратимом изменении под
воздействием лазера спектральных характеристик информационного
слоя, покрытого специальным органическим составом.

На
диски DVD-R могут быть записаны как компьютерные данные,
мультимедийные программы, так и видео/аудио информация. В
зависимости от типа записанной информации диски могут быть
прочитаны на других, совместимых с записанным форматом типах
устройств, включая DVD-Video видеоплееры и большинство DVD-ROM
приводов.

Долговечность
дисков DVD-R оценивается сроком более 100 лет.

Для защиты
от нелегального копирования разработаны две спецификации:
DVD-R(A) и DVD-R(G). Две эти версии одной спецификации
используют различную длину волны лазера при записи информации.
Таким образом, диски могут быть записаны только на
соответствующем их спецификации оборудовании. Воспроизведение
дисков может осуществляться одинаково успешно на любом
оборудовании, поддерживающем формат DVD-R.

DVD-R(A) (DVD-R
for Authoring) используется в профессиональных приложениях. В
частности, поддержка специального формата (Cutting Master
Format) позволяет применять эти диски для записи исходной
реплики информации (пре-мастеринг) вместо обычного
использования для этих целей DLT лент.

DVD-R(G) (DVD-R for
General) предназначена для более широкого применения. Диски
этого формата защищены от возможности побитового копирования
на них информации с других дисков. Формат поддерживается в
устройствах массового хранения (например, в роботизированных
DVD библиотеках, предлагаемых самой компанией Pioneer).

DVD-VR

Спецификация DVD-VR основана на DVD-RAM и
поддержана DVD-форумом. Формат DVD-VR позволяет записать в
реальном времени до 2 часов высококачественного видео в
формате MPEG-2 на односторонний диск DVD-RAM емкостью 4,7 ГБ и
обеспечивает такие возможности, как редактирование уже
записанных видеоматериалов, запись различных типов статических
изображений. Электронику на базе этого формата выпускают, к
примеру, компании Panasonic, Toshiba, Samsung, Hitachi.

Disc tray autocloses

If after ejecting a cd, either by using the eject command, or pushing the drive button, the drive disc tray autocloses before being able to remove the disc, try the following command:

# sysctl -w dev.cdrom.autoclose=0

If that solves the problem, make the change permanent:

/etc/sysctl.d/60-cdrom-autoclose.conf
dev.cdrom.autoclose = 0

If the above does not work and as a last resort measure, you can unload the disk module from the kernel via:

# rmmod sr_mod

the disk drive should now behave as expected but will not mount disk anymore. After putting a disk into the drive, reactivate the module via:

# modprobe sr_mod

the disk should now mount.

Burn backend problems

If you are experiencing problems, you may ask for advise at mailing list cdwrite@other.debian.org, or try to write to the one of support mail addresses if some are listed near the end of the program’s man page.

Gui program log indicates problems with backend program

If you use a GUI program and experience problems which the program’s log blames on some backend program, then try to reproduce the problem by the logged backend program arguments.
Whether you succeed with reproducing or not, you may report the logged lines and your own findings to the places mentioned in #Burn backend problems section.

Оставьте комментарий