Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 3d199403f9ae37e832d719d02c1265c5 > files > 14

dvd-slideshow-0.5.4-1mdk.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
	<TITLE></TITLE>
	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0.2  (Linux)">
	<META NAME="CREATED" CONTENT="20031218;23060900">
	<META NAME="CHANGED" CONTENT="20040229;22143300">
</HEAD>
<BODY LANG="en-US">
<P>I started writing this set of scripts to make it easier for me to
burn a dvd video from the kinds of files that I wanted to. While I
have a few small videos taken from my Canon Powershot S230, most of
my &quot;content&quot; was just plain pictures in jpeg format. Many
other people seem to be working on scripts to help dvdauthor to make
menus and such, so I concentrated my efforts on creating a
slideshow-style dvd with some simple menus. 
</P>
<P>This code should be considered alpha in nature. It works on my
system (RedHat 9 on a dual Athlon 1.4G, Tyan Tiger MP motherboard
with 500MB of ram). 
</P>
<P>All I get for releasing this code to the public is a little
gratification from the thought that I can make life better for fellow
linux folks who have given me so much. So PLEASE send me an e-mail
with your comments or thanks if you like my code: scott at dylewski
dot com</P>
<DL>
	<DT><FONT SIZE=4><B>The scripts:</B></FONT></DT></DL>
<P>
<B><A HREF="dvd-slideshow.html">dvd-slideshow</A>: </B>
</P>
<P>This is the main script. It generates a DVD-compatible MPEG2 video
file with audio from a text file input listing of pictures and
effects. 
</P>
<P><A HREF="dvd-menu.html"><B>dvd-menu:</B></A></P>
<P>Creates a simple DVD menu with buttons that link to MPEG2 files
generated with dvd-slideshow or ones that you have created yourself.</P>
<P><A HREF="dir2slideshow.html"><B>dir2slideshow:</B></A></P>
<P>Generates a dvd-slideshow input file from a directory full of
pictures.  You can sort by picture taken time if you want.</P>
<P><A HREF="gallery2slideshow.html"><B>gallery2slideshow:</B></A></P>
<P>Instead of a GUI to create slideshows, I already have almost
everything set up from my web page that uses the Gallery
(<A HREF="http://gallery.sourceforge.net/">http://gallery.sourceforge.net</A>)
program. I figured it wouldn't be that hard to just get a listing of
all the images in a given album (sub-albums not supported!) and to
generate an appropriate input file to dvd-slideshow. With a few lines
of awk, this script does just that. It should be very easy to write
other scripts to convert the images in other types of online photo
albums to work with dvd-slideshow, but since I only use Gallery, I
only wrote one for Gallery.</P>
<P>The script automatically puts each picture's description into the
&quot;comments&quot; field of the dvd-slideshow input file. At this
point, there's no text wrapping for long lines, so that needs to be
fixed in the future. 
</P>
<P><A HREF="jigl2slideshow.html"><B>jigl2slideshow:</B></A></P>
<P>Contributed by Scott Merrill &lt;skippy at skippy.net&gt;. Does
the same thing as gallery2slideshow, but works on a jigl gallery
(<A HREF="http://xome.net/projects/jigl/">http://xome.net/projects/jigl/
</A>)</P>
</BODY>
</HTML>