Scroll to navigation

IMAGE2RAW(1) General Commands Manual 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 supported and compatability is governed by gdkpixbuf.

OPTIONS

NTSC output required (this must come before any files)
Do not encode to Raw DV - output a PPM stream on stdout instead.
Scale the PPM output to the specified width and height.
Maintain aspect ratio on images following.
Scale following images to the full frame size, regardless of aspect ratio
Keep the image unscaled - centre and crop output as necessary (default).
Wide screen output (default: off).
Repeat the following images count times (must be an integer >= 1).
Use the colour triple for backgrounds - default is 000000. Format must be a hex string representing red, green, blue. For example, ffffff would be white.
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

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

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

SEE ALSO

smilutils(1)

AVAILABILITY

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

AUTHORS

image2raw was written by Charles Yates <charles.yates@pandora.be>.

November 2002