rawmultiply (1)





NAME

       rawmultiply - Repeat or drop raw dv frames received on stdin to stdout


SYNOPSIS

       rawmultiply [ options ] factor


DESCRIPTION

       rawmultiply  applies  a  multiplication  factor  to  the  Raw DV frames
       received on stdin and echoes the result to stdout. So, if the multipli-
       cation  factor is 1, input == output, if the factor is 2, each frame is
       duplicated, and if the factor is 0.5, the output contains every  second
       frame of the input.


OPTIONS

       -A wav Dub the output with the wav file specified.

       Help Options

       --help Show help message.


EXAMPLES

       rawmultiply needs a Raw DV input provided on stdin.

       To  ensure  that an image converted with image2raw lasts for one second
       of PAL:

       image2raw file.jpg | rawmultiply 25

       To ensure that an image converted with image2raw lasts for  one  second
       of NTSC:

       image2raw -n file.jpg | rawmultiply 29.97


SEE ALSO

       smilutils(1)


AVAILABILITY

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


AUTHORS

       rawmultiply  was written by Raphael Amaury Jacquot <sxpert@esitcom.org>
       and Charles Yates <charles.yates@pandora.be>.

                                 November 2002                  rawmultiply(1)