SYNOPSIS
rawmultiply [ options ] factorDESCRIPTION
rawmultiply applies a multiplication factor to the Raw DV frames received on stdin and echoes the result to stdout. So, if the multiplication 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
AVAILABILITY
See http://kino.schirmacher.de/ for the latest version.AUTHORS
rawmultiply was written by Raphael Amaury Jacquot <[email protected]> and Charles Yates <[email protected]>.