logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dir2slideshow - Creates an input file for dvd-slideshow from pictures in a directory.

Authors

       Scott Dylewski <scott at dylewski dot com>
       http://dvd-slideshow.sourceforge.net/

Description

       Creates a input file for dvd-slideshow from all the JPEG images in a given directory.  Now it  reads  all
       .jpg .JPG .jpeg .png and .PNG files in the specified directory.

Examples

Name

       dir2slideshow - Creates an input file for dvd-slideshow from pictures in a directory.

Options

       <Imagesdirectory>
              The path to the directory containing the images you want to use.

       -n <Slideshowname>
              The name of this slideshow.  This name is used as the default title text for the first title slide
              in the slideshow. This name will be used for the output file name.

       [-t <Secondsperpicture>]
              Number of seconds to display each picture in the movie.  Defaults to 5 seconds if not specified.

       [-o <Outputdirectory>]
              Directory where the output file will be written.  If not specified, the current directory is used.

       [-c <Crossfadeseconds>]
              Number  of  seconds  to crossfade between images. One second is usually fine.  Note that this will
              increase the processing time, but it looks nice.

       [-w <Wipeseconds>]
              Number of seconds to wipe between images. One second is usually fine.  Pick  either  crossfade  or
              wipe, but not both.

       [-T]   Sort images by the JPEG header picture taken time, then by the file modification date, and finally
              by the filename. Default sort is by name only. Requires the jhead program.

       [-M]   Sort images by the file modification date, and then by the filename. Default sort if by name only.

       [-ssubtitle_text]
              Add default subtitle "subtitle_text" to every slide.  Use "-s filename" to display filename as the
              subtitle.  Use "-s path" to display the path and filename as the subtitle.

       [-s2subtitle_text]
              Same as -s but adds subtitles to subtitle track 2.

       [-bbackground.jpg]
              Use background.jpg as the background images.  Default is black.

       [-notitle]
              Do not create a title slide.

       [-r]   Recursively search directories for images, creating one output file.

       [-k]   Apply  random  kenburns  effects  to images. (use of this is discouraged because encoding takes so
              long)

       [-p]   Use PAL output video format instead of NTSC

       [-themethemename]
              Use themename as a theme file.  See theme help files for more info. (TBD)

       [-aaudiofile1,audiofile2,...]
              Add audio files to the slideshow. Files will be  played  sequentially  for  the  duration  of  the
              slideshow.  Use quotes if you have spaces in filenames.

       [-q]   Quiet mode: outputs less screen output.

See Also

dvd-menu(1), dvd-slideshow(1)

Scott Dylewski                                        0.8.4                                     dir2slideshow(1)

Synopsis

       dir2slideshow  [-o  <outputdirectory>] [-t <Secondsperpicture>] [-c <Crossfadeseconds>] -n <Slideshowname> [-T] [-M] [-ssubtitle_text] [-notitle] <Imagesdirectory>

See Also