SYNOPSIS
smil2wav [ options ] file ...DESCRIPTION
smil2wav converts a Kino smil project or compatible media content into a wav file or other audio formats.OPTIONS
- -a audio-out-file
- Output to an audio file. Type is based on the extension and currently only wav and mp2 are provided. If you wish to have more control over the mp2 file generated, export to a wav first and then convert the wav as required.
- -o offset
- Output starts at the given frame offset (default: 0).
- -f count
- Output only contains the number of frames specified by count (default: all).
HELP OPTIONS
- --help
- Show help message.
EXAMPLES
Export to mp2:smil2wav -a test.mp2 file.dv
Export to wav:
smil2wav -a test.wav file.dv