image2raw (1)





NAME

       image2raw - Convert a collection of images to a Raw DV stream


SYNOPSIS

       image2raw [ options ] file ...


DESCRIPTION

       image2raw converts files to a Raw DV stream. Most file formats are sup-
       ported and compatability is governed by gdkpixbuf.


OPTIONS

       -n     NTSC output required (this must come before any files)

       -a     Maintain aspect ratio on images following.

       -s     Scale following images to the full  frame  size,  regardless  of
              aspect ratio

       -k     Keep  the  image  unscaled - centre and crop output as necessary
              (default).

       -w     Wide screen output (default: off).

       -r count
              Repeat the following images count times (must be an  integer  >=
              1).

       -b colour
              Use  the colour triple for backgrounds - default is 000000. For-
              mat must be a hex string  representing  red,  green,  blue.  For
              example, ffffff would be white.

       -A wav Use the wav to dub the output. The wav file must contain stereo,
              16 bit samples at a frequency of 32khz, 44.1khz or 48khz.

       -2     Two pass encoding (default: off).
              Help Options

       --help Show help message.


EXAMPLES

       To encode a sequence of jpegs as  PAL  Raw  DV  while  maintaining  the
       aspect ratio of the images, use:

       image2raw -a *.jpeg > file.dv

       To do the same thing with NTSC, use:

       image2raw -n -a *.jpeg > file.dv


SEE ALSO

       smilutils(1)


AVAILABILITY

       See http://kino.schirmacher.de/ for the latest version.