It's a bug in Ubuntu. To fix it, press Alt+F2, type gconf-editor to enter Gnome's configuration system, and activate the entry / -> desktop -> gnome -> interface -> buttons_have_icons. As a bonus, you can get again the icons in the main menu by activating the entry / -> desktop -> gnome -> interface -> menus_have_icons
Here is a picture to explain it better:
Last versions of DeVeDe need Gtk 2.16 or latter. Those distros have older versions. You must update your system.
To install the DEB version you must remove first any version installed from a TAR.BZ2 package, or they will interfere. You can do it just running sudo ./uninstall.sh (from the TAR.BZ2 package) and then installing the DEB package.
This happens only when the original file has 24 frames per second (like classic films), and you create a PAL disc, which needs 25 frames per second. In older versions DeVeDe converted the original 24 fps to 25 just by repeating one after 24. Unfortunately that produces a noticeable "jump" each second, because the picture, literally, stops during 1/25 of a second.
To avoid this, in this version DeVeDe does the same that does a TV station: plays the movie at 25 fps instead of 24fps. That means that it's played about a 4% faster. That means that the pitch will be higher. Usually you won't be able to notice it, unless you compare the original and the new sound.
The VOB files aren't fully suitable for DVDAuthor. In order to get the right file you can repackage it (without recompressing, so you will not loose quality) just marking the option Repack audio and video without reencoding.
For ISO files, under GNOME, the fastest method it to just right-click in the ISO file and choose "Burn to CD...".
Or you can use:
growisofs -dvd-compat -speed=4 -Z /dev/dvd=FILE.ISO
Where /dev/dvd is the device which corresponds to your DVD burner (in some computers it can be /dev/dvd1; to be sure, just type ls /dev/dvd* to see the right value).
For BIN/CUE images you can use CDRDAO:
cdrdao write --device ATA:0,0,0 --driver generic-mmc --speed 16 NameOfCUEOrTOCFile
Finally, you can use your preferred CD/DVD burner program like GnomeBaker, Brasero or K3b.
By default, Mencoder uses fast options, but DeVeDe uses high quality options. If you want speed, just go to the tab Quality options (in the Advanced options section) and there disable Trellis and choose Use MBCMP. Now DeVeDe should be as fast as Mencoder with default options.
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.
First you need python 2.5. Then you have to make sure you have gtk for windows installed. It is more easy 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 (any voluteers in the room?).
Unfortunately is impossible to accurately predict the disk's final size, because you specify a bitrate, but Mencoder can decide to use an smaller value in certain parts if it can compress it more without quality loss (like in very static scenes). That means that the final size can be smaller than the estimation made by DeVeDe, but never bigger.
I added that option in DeVeDe 3.7; unfortunately the result was that, in a lot of cases, the final size was bigger than the predicted size, so I removed it in version 3.9.
Each menu can hold up to 10 titles. If you create more titles DeVeDe will need more menus, and each one needs some disk space.
It stands for China Video Disk. It's an alternative format to SuperVCD, using a resolution of 352x480 (or 352x576 in PAL), which can result in better image quality in some players, because the widht and height are compatible with DVD standard (SuperVCD uses a width of 480 pixels, which can result in some picture artifacts in some players).
Try to deinterlace your video. You can find the deinterlace options in the Properties window for that file, expanding the Advanced options and choosing the Quality tab.
That's a good question. In guru-multimedia you can find a comparison. The YADIF in DeVeDe is "yadif=0", without adding "mcdeint".
Because the DVD standard allows to put up to 128 commands in each menu. The current menu system needs two commands for each file, and six extra commands, which leaves only 61 files.
The limit for VCDs, sVCDs and CVDs is 99 files.
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.
Some Mplayer/Mencoder versions seems to fail to show the subtitles when you watch an MPEG file from hard disk, but they are there. SVN versions seems to have this fixed.
Just choose a TrueType font you like and copy it in $HOME/.spumux directory, renaming it to devedesans.ttf.
DivX format doesn't allow embedded subtitles, but nearly all software players (MPlayer, VLC...) and a lot of hardware players can render them on-demand if you put the file with the subtitles in the same directory than the movie, and rename the former with the same name than the later (this is, if your movie file is MYMOVIE.AVI and your subtitles are in .SRT format, just put the subtitles file in the same directory and rename it to MYMOVIE.SRT). The player should allow you to enable/disable them with the same button used for DVD subtitles.
Currently you can't with DeVeDe.
Probably not. My intention is to maintain DeVeDe as an easy-to-use tool. If you want to create complex menues you have excellent tools like DVD Styler, Q DVD Author or PoliDori.
Creating a DVD without a menu results in some compatibility problems with the new title/chapter system, so now DeVeDe always creates one. But you can go to the menu options and select Jump to the first title at startup, so the DVD will start playing the first title, and will only show the menu when it ends, or when the user presses the MENU key in the DVD player's remote.
There's a bug in GTK 2.12.0 (the one used in Ubuntu 7.10) that produces that behaviour. I already reported it, but developers need time to fix it. Until then, there's only one workaround: pressing cancel and clicking again the Properties button, until the filename appears in the filebutton. The same if you use Drag&Drop.
Version 1.0-rc1 of MPlayer/Mencoder (the one released, at least at April 20, 2007 with Ubuntu Feisty and other Linux distributions) is buggy and doesn't work fine. While they don't launch a fixed release, just download the file mplayer_fixed from DeVeDe's homepage and follow the instructions there. Or, if you are brave and experimented, you can compile MPlayer/Mencoder from SVN.
Update (21 Nov. 2007): Mplayer/Mencoder 1.0 RC2 is out and fixes this bug. You can find .deb packages in the GUTSY-BACKPORTS repository.
Go to Advanced options->Misc, and be sure that you have marked the option Use a GOP of 12 frames.
Unfortunately it's a known bug. Since DeVeDe uses MKISOFS (which is an alias to GENISOIMAGE), it's susceptible to this bug. As it says the people at the forum, there are two ways of fixing it:
This bug can prevent the discs from playing in some commercial players too.
If your source video file has AC3 audio, use the This file already has AC3 sound instead.
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. But warning with version 1.0-rc1.
Be sure that your MPlayer/Mencoder version is compiled with MP3lame support. The creation of DIVX files needs it.
You can ask everything you need in the DeVeDe Forum, at http://groups.google.com/group/devede-forum/
If asked for a dump of DeVeDe's output, just open a terminal, launch DeVeDe with this command:
and create again the disc. When it fails (or when it fully ends), take the file DEVEDE.DEBUG, which will be created in your HOME directory, and send it to the forum.