Slashdot Mirror


User: mattweidner

mattweidner's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. My favorite menu creation method on DVD Authoring Under Linux? · · Score: 3, Informative
    I use a set of shell scripts collectively called dvdwizard created by Wolfgang Wershofen:

    THANKS WOLFGANG!!

    dvdwizard

    It's not GUI, but it does the trick with minimal effort, is mostly automatic, and has produced excellent results that fit my needs.

    Once you have your .vob files created (one .vob for each chapter) invoke the dvdwizard script and provide it with the following information:

    1. vmgm background image (static)
    2. vtsm background image (static)
    3. DVD title
    4. path to .vob files

    First, it creates a root vmgm menu with the DVD title specified above and the vmgm background image specified above. The two menu options provided are: "Play All" and "Chapter Select" menu.

    The script then extracts a thumbnail from each chapter and creates a chapter selection menu using the screenshots in a button matrix.

    It concatenates all your seperate chapters into one "movie" so you have the ability to play from beginning to end without returning to the "chapter selection" menu after each chapter finishes. It also drops in chapter markers for easy scene-to-scene navigation, just like a commercial DVD.

    It uses dvdauthor to then create the DVD filesystem. It would be trivial to add an automatic burn at the end, but I like to preview everything with xine first.

    Seemingly the only thing these scripts do not handle is animated menus.

    Since the author lives in Germany, it is hardcoded for PAL format video, but I have converted them for my NTSC needs.

    The scripts are GPL'd and my intention is to make the process as automatic as possible. I'd like to create a simple GUI for specifying the numbered items above and possibly add support for animated menus for my parents to use to archive all their old VHS tapes.

    I use Cinelerra for video editing, dvgrab and Kino for capture from a Canopus ADVC-50 or my JVC GR-500 Mini-DV camera. I use dv2dv, transcode, mplex, (or tcmplex) and ffmpeg to transcode the Quicktime .mov files used by Cinelerra to DVD compliant .vob files. Then, I use growisofs to actually burn the DVD.

    As a side note, by first converting my Quicktime files to raw DV with dv2dv from the dv_utils package first, I can transcode with ffmpeg to DVD compliant MPEG-2 format at a blistering average of 15 fps!!

    I've been very happy with this arrangement as most operations after the actual video editing is complete can be scripted.

    Hope this helps!

    mw
    --Peace be with you.