Introduction
gdvdslides is a graphical user interface for the command line program dvd-slideshow. dvd-slideshow allows you to create a video from a set of JPEG image files and audio files. The created video can be saved in several formats; the default format is VOB, which is the format that a video DVD uses.
dvd-slideshow requires a script of actions to be performed. gdvdslides helps you create that script by providing a visual method to create the script lines. Once the lines have been created and saved to a file, gdvdslides can invoke dvd-slideshow for you, using the appropriate command line options.
gdvdslides is an open source program, licensed under the GNU Public License (GPL). It was written using Free Pascal version 2.2.4 and the Lazarus IDE, version 0.9.28.2 beta. Source code for the program is available at http://www.rimrocksoftware.com.
Important Note:
The slides list is the focal point of gdvdslides. When you add transitions or other items to the list, you may add them either before or after the currently selected line, based on a radio button selection in the Transitions dialog. When you add images to the list, they are added to the end of the list.
Debugging Note:
When creating a video file, gdvdslides opens a terminal window and runs dvd-slideshow in the terminal window. When dvd-slideshow finishes, the terminal window automatically closes. If there are errors in your script, they are printed in the terminal window, but are not available for viewing. If you want to look at the dvd-slideshow output, open the gdvdslides Default Settings dialog and replace the Terminal entry
-
gnome-terminal -e
with the entry
-
xterm -hold -e
If used with the -hold attribute, when xterm opens it will not close when dvd-slideshow is finished. You can scroll backwards in the xterm window using the scroll wheel on your mouse.
-
gdvdslides
Copyright © 2009 Rimrock Software
http://www.rimrocksoftware.com/
Author: Michael Burton <michael dot burton at rimrocksoftware dot com>
-
dvd-slideshow
Copyright © 2007-2009 Scott Dylewski
http://dvd-slideshow.sourceforge.net/
Author: Scott Dylewski <scott at dylewski dot com>