Christoph Bersch <[EMAIL PROTECTED]> wrote: > Clemens Wohld wrote: >> >> ich hab ein Mpeg file mit 782MB was auf eine 800MB CDR soll. Mit >> >> $ cdrdao $cdrdao_args --overburn new.toc >> >> hatte ich versucht das mpg auf eine 800MB CDR zu brennen, >> aber das ging _total_ daneben! >> >> Auch ohne Zusatz-optionen krieg ich die 782 MB nicht auf eine CDR. >> Kann mir jemand aus seinem Erfahrungsschatz einen "Anlauf" >> geben um das "overburn" zu verstehen und anzuwenden?? > > Hi! > > Die manpage von cdrecord sagt: > > "Most CD recorders only do overburning in SAO or RAW mode. Known > exceptions are TEAC CD-R50S, TEAC CD-R55S and the Panasonic CW-7502. > Some drives do not allow to overburn as much as you might like and limit > the size of a CD to e.g. 76 minutes. This problem may be circumvented by > writing the CD in RAW mode because this way the drive has no chance to > find the size before starting to burn." > > Vielleicht k�nnte eines davon die Ursache deines Problemes sein! Du > -sao, -overburn (und evtl. noch ein paar anderen) zu brennen.
Wobei -dao und -sao das gleiche ist. <http://faq.dchlb.de/index.php?aktion=artikel&rubrik=001&id=26&lang=de> ,----[ man cdrecord ] | -dao | | -sao Set SAO (Session At Once) mode which is usually | called Disk At Once mode. This currently only | works with MMC drives that support Session At Once | mode. Note that cdrecord needs to know the size of | each track in advance for this mode (see the | mkisofs -print-size option and the EXAMPLES section | for more information). | | -tao Set TAO (Track At Once) writing mode. This is the | default write mode in previous cdrecord versions. | With most drives, this write mode is required for | multi session recording. | | -raw Set RAW writing mode. Using this option defaults | to -raw96r. Note that cdrecord needs to know the | size of each track in advance for this mode (see | the mkisofs -print-size option and the EXAMPLES | section for more information). `---- Heino

