Scroll to navigation

wav2swf(1) swftools wav2swf(1)

NAME

wav2swf - convert a WAV file to an SWF animation.

Synopsis

wav2swf [-o filename] file.wav

DESCRIPTION

Takes a wav file and converts it to a swf movie.

OPTIONS


Print short help message and exit

Print version info and exit

Explicitly specify output file. (Otherwise, output will go to output.swf)

Set file framerate to fps frames per second.

Set samplerate to sps frames per second (default: 11025).

Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
looping.

Loop the sound n times.

For use as CGI- prepend http header, write to stdout.

Stop the movie at frame 0, and start the sound at 1, so that the
sound will not play until a "GotoFrame(1)" is issued.
(For use with flashsound.js).

Stop the movie at the end frame

Set mp3 bitrate to bps (default: 32)

Be more verbose. (Use more than one /-v for greater effect)

AUTHOR

Matthias Kramm <kramm@quiss.org>

April 2012 wav2swf