DeVeDe, a video DVD creator

FAQ

Current version: 2.10

Back to instructions

  1. I created a DVD with two titles, but when I insert it in my player there's no menu, so I can watch only the first one. How can I watch the second?

    Currently DeVeDe doesn't create menus, so if you put two or more videos in the same disc I recomend you to add them in the same title, as two different chapters. Of course there are always a method to choose the second, third... title in your DVD Player, but the exact button you have to press depends of the model and manufacturer.

    In a future version I hope to add a simple menu support.

  2. DeVeDe fails to create watchable videos, or makes a 0-byte ISO file

    Be sure that you are using the last version of MPlayer/Mencoder (at least 1.0Pre8, but later is better). The very common version 1.0Pre7 has some bugs that can lead to problems with DeVeDe.

  3. DeVeDe still fails. How can I report a bug?

    Open a terminal and launch DeVeDe with this command:

    devede > output.txt

    When it fails (or when it fully ends), take the files OUTPUT.TXT and XXXXXX.XML (you will find the later in the destination directory), and send both to raster@rastersoft.com.

  4. I preview a video with subtitles and the text looks bad (text colors are inverted)

    Don't worry, it's a bug of MPlayer when showing DVD subtitles from a file instead of a true DVD. In the final disk they will look fine.

  5. I dislike the font used to render the subtitles. How can I change it?

    Just choose a TrueType font you like and copy it in $HOME/.spumux directory, renaming it to devedesans.ttf.

  6. Some sentences in the interface aren't translated.

    I'm not sure what's happening with GETTEXT. It fails with sentences that contains control codes into them (like \n). It isn't my fault (well, I think).

  7. Why can't I use a VFAT/FAT32 partition to create my DVDs?

    VFAT and FAT32 file systems doesn't understand uppercase/lowercase letters, and shows everything in lowercase. Unfortunately, the creation of a DVD tree is case sensitive.

  8. DeVeDe does not start in windows

    First you need python 2.5. Then you have to make sure you have gtk for windows installed. Its easiest to get the Gtk+/Win32 Development Environment (runtime, devel, docs, glade) version. Then you need pygtk. Now you need to install python 2.5 extension pywin32. Any of the needed programs such as mplayer that are not already installed should now be automatically installed next time you run mplayer. Or you can wait for a win32 installer to be made.

Back to instructions