Menu

Problem with cue/bin VCD files

Help
2002-07-21
2002-07-21
  • Florian Kalhammer

    Hello all

    I've got a problem burning cue/bin VCD files. I've tried to burn a VCD Image with cdrdao, using a readymade cue/bin set. The commandline was

    cdrdao write --device 0,1,0 --speed 4 blabla.cue

    It all works fine, I could even watch the movie with vlc but when I try to watch it on my stand-alone DVD Player it is recogniced as a MP3-Disk.

    I tried to burn the same file(s) with nero under Win98 on the same machine, with the same cd-writer (Teak CD-R55S) and it works with my DVD-Player.

    As far as I understood, it should work with cdrdao as well as with nero, if I use the same cue-file. But it seems, that the first track is written on a different way. If I try to read the toc-file using the command

    cdrdao read-toc ...

    I get two different outputs. The Nero-made disk shows
    the following output:

    -----------------------------------------------------------------------------
    Using driver: Plextor CD-ROM Reader (scanning) - Version 1.0 (options 0x0000)

    Reading toc data...

    Track   Mode    Flags  Start                Length
    ------------------------------------------------------------
    1      DATA    4      00:00:00(     0)     00:06:00(   450)
    2      DATA    4      00:06:00(   450)     78:54:26(355076)
    Leadout DATA    4      79:00:26(355526)

    ?: Input/output error.  : scsi sendcmd: no error
    CDB:  28 00 00 00 00 00 00 00 01 00
    status: 0x2 (CHECK CONDITION)
    Sense Bytes: F0 00 03 00 00 00 00 0A 00 00 00 00 02 82 00 00
    Sense Key: 0x3 Medium Error, Segment 0
    Sense Code: 0x02 Qual 0x82 (no seek complete) [No matching qualifier] Fru 0x0
    Sense flags: Blk 0 (valid)
    cmd finished after 3.055s timeout 20s
    WARNING: Cannot determine mode of data track 1 - asuming MODE1.
    Analyzing track 01 (MODE1): start 00:00:00, length 00:04:00...
    Analyzing track 02 (MODE2_FORM_MIX): start 00:06:00, length 78:54:26...
    Found pre-gap: 00:02:00

    -----------------------------------------------------------------------------

    But this one works fine with the DVD-Player.

    The cdrdao-made disk shows no error but different Modes for the tracks:

    ------------------------------------------------------------------

    /dev/sr1: PLEXTOR CD-ROM PX-40TS        Rev: 1.01
    Using driver: Plextor CD-ROM Reader (scanning) - Version 1.0 (options 0x0000)

    Reading toc data...

    Track   Mode    Flags  Start                Length
    ------------------------------------------------------------
    1      DATA    4      00:00:00(     0)     00:06:00(   450)
    2      DATA    4      00:06:00(   450)     78:54:26(355076)
    Leadout DATA    4      79:00:26(355526)

    Analyzing track 01 (MODE2_FORM_MIX): start 00:00:00, length 00:04:00...
    Analyzing track 02 (MODE2_FORM_MIX): start 00:06:00, length 78:54:26...
    Found pre-gap: 00:02:00
           
    --------------------------------------------------------------------

    Any idea how to solve the problem? I'm getting sick if I'm forced to load Win98 to burn a VCD...

     
    • Florian Kalhammer

      I forgot to mention

      Im using cdrdao 1.1.5
      Debian woody with Kernel 2.4.18
      The CD-Rom and the CD-Writer are both SCSI

      Thanks

       

Log in to post a comment.