Menu

dvd info packet is version 1?

Help
2010-06-25
2012-11-20
  • Otto J. Mäkelä

    I've now keep having this error "dvd info packet is version 1" come up, when trying to create a DVD with movies recorded from TV, the same way I have done now for several years (record TS files with a DreamBox, master those into MPEG files with ProjectX). The program version is dvdstyler-1.8.0.3-2.fc13.x86_64 from the Rpmfusion repository, and I'm working in a freshly-installed Fedora 13 environment.

    This is what dvdstyler tells me in the pop-up:

    DVDStyler v1.8.0.3
    Linux 2.6.33.5-124.fc13.x86_64 x86_64
    FFmpeg: libavformat 52.61.0, libavcodec 52.66.0, libavutil 50.15.0
    Prepare
    Cleaning temporary directory
    Search for transcoded files in cache
    Generating menus
    Generating menu 1 of 1
    Prepare
    Create menu mpeg
    Multiplexing subtitles (buttons) into mpeg
    Executing command: spumux -s 0 "/mnt/tmp/dvd-tmp/menu1-0.mpg_spumux.xml"
    DVDAuthor::spumux, version 0.6.14.
    Build options: gnugetopt iconv freetype
    Send bugs to <dvdauthor-users@lists.sourceforge.net>
    INFO: Locale=LC_CTYPE=fi_FI;LC_NUMERIC=en_US;LC_TIME=en_IE;LC_COLLATE=fi_FI;LC_MONETARY=en_IE;LC_MESSAGES=en_US;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C
    INFO: Converting filenames to ISO-8859-1
    STAT: 0:00:00.000
    INFO: PNG had 2 colors
    INFO: PNG had 2 colors
    INFO: PNG had 2 colors
    INFO: Pickbuttongroups, success with 1 groups, useimg=1
    INFO: Found EOF in .sub file.
    INFO: Max_sub_size=5110
    WARN: Button y coordinates are odd for button button01: 80x0-360x575; they may not display properly.
    WARN: Button y coordinates are odd for button button02: 360x0-640x575; they may not display properly.
    INFO: 1 subtitles added, 0 subtitles skipped, stream: 32, offset: 0.50
    Statistics:
    - Processed 0 subtitles.
    - The longest display line had -1 characters.
    - The maximum number of displayed lines was 0.
    - The normal display height of the font arial.ttf was 0.
    - The bottom display height of the font arial.ttf was 0.
    - The biggest subtitle box had 5110 bytes.
    Generating DVD
    Executing command: dvdauthor -o "/mnt/tmp/dvd-out" -x "/mnt/tmp/dvd-tmp/dvdauthor.xml"
    DVDAuthor::dvdauthor, version 0.6.18.
    Build options: gnugetopt graphicsmagick iconv freetype fribidi
    Send bugs to <dvdauthor-users@lists.sourceforge.net>
    INFO: Locale=LC_CTYPE=fi_FI;LC_NUMERIC=en_US;LC_TIME=en_IE;LC_COLLATE=fi_FI;LC_MONETARY=en_IE;LC_MESSAGES=en_US;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C
    INFO: Converting filenames to ISO-8859-1
    INFO: dvdauthor creating VTS
    WARN: First cell is not marked as a chapter in PGC 0, setting chapter flag
    WARN: First cell is not marked as a chapter in PGC 1, setting chapter flag
    STAT: Picking VTS 01
    STAT: Processing /mnt/tmp/dvd-tmp/menu1-0.mpg…
    ERR: dvd info packet is version 1
    Failed

    Can anyone explain what this error actually means, I guess it's from dvdauthor?

     
  • Otto J. Mäkelä

    Here is the file dvdauthor.xml generated by dvdstyler above, anyone like to hazard a guess what is wrong with it?

    <?xml version="1.0" encoding="utf-8"?>
    <dvdauthor jumppad="0">
      <vmgm>
        <menus>
          <audio lang="EN"/>
          <pgc>
            <vob file="/usr/share/dvdstyler/data/empty_pal_mp2.mpg"/>
            <pre>jump titleset 1 menu;</pre>
          </pgc>
        </menus>
      </vmgm>
      <titleset>
        <menus>
          <audio lang="EN"/>
          <pgc>
            <button name="button01">jump title 1;</button>
            <button name="button02">jump title 2;</button>
            <button name="button03">jump title 3;</button>
            <vob file="/mnt/tmp/dvd-tmp/menu1-0.mpg" pause="inf"/>
          </pgc>
        </menus>
        <titles>
          <audio lang="EN"/>
          <pgc>
            <vob file="/home/otto/videos/burn/Blood_and_Guts-A_History_of_Surgery/b/
    4-Fixing_Faces-dvd.mpg" chapters="10:00,20:00,30:00,40:00"/>
            <post>call vmgm menu 1;</post>
          </pgc>
          <pgc>
            <vob file="/home/otto/videos/burn/Blood_and_Guts-A_History_of_Surgery/b/
    5_Bloody_Beginnings-dvd.mpg" chapters="10:00,20:00,30:00,40:00"/>
            <post>call vmgm menu 1;</post>
          </pgc>
          <pgc>
            <vob file="/home/otto/videos/burn/Blood_and_Guts-A_History_of_Surgery/Ca
    mbodia_Surgical_Ward/Cambodia_Surgical_Ward-dvd.mpg" chapters="10:00,20:00,30:00
    ,40:00"/>
            <post>call vmgm menu 1;</post>
          </pgc>
        </titles>
      </titleset>
    </dvdauthor>

     
  • NtAlex

    NtAlex - 2010-06-28

    There is nothing wrong with dvdauthor.xml
    The generated menu video cause the problem:
      STAT: Processing /mnt/tmp/dvd-tmp/menu1-0.mpg…
      ERR: dvd info packet is version 1
    The menu video is generated using ffmpeg library and it seems that something went wrong.
    I can only suggest to install the last DVDStyler (v1.8.1) and last ffmpeg version.

    Alex

     
  • Otto J. Mäkelä

    The menu video is generated using ffmpeg library and it seems that something went wrong. I can only suggest to install the last DVDStyler (v1.8.1) and last ffmpeg version.

    I'm using the ffmpeg-0.6-0.3.20100429svn.fc13.x86_64 package that comes with Fedora13.

    I will take this up with the packagers, I have already opened a bug there: https://bugzilla.rpmfusion.org/show_bug.cgi?id=1304

     
  • Otto J. Mäkelä

    I realized this error was caused by the fact that I had an ancient version of spumux in my personal bin directory, and had really nothing to do with dvdstyler itself. Sorry for the bother.

     

Log in to post a comment.