NAME
smil2raw - Convert a Kino smil project or compatible media files to Raw
DV.
SYNOPSIS
smil2raw [ options ] file ...
DESCRIPTION
smil2raw converts a Kino smil project or compatible media content to a
Raw DV stream on stdout.
OPTIONS
-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).
-s speed
Specify the speed of reading the smil input - any floating point
number > 0 is applicable. So to halve the playback rate, specify
a speed of 2, to double it, specify a speed of 0.5.
HELP OPTIONS
--help Show help message.
EXAMPLES
To export a kino project back to your cam:
smil2raw project.smil |
dvconnect -s -
Or to export a bunch of captured dv files back to your cam:
smil2raw file1.avi file2.avi file3.dv |
dvconnect -s -
Or to play them via rawplay:
smil2raw file1.avi file2.avi file3.dv |
rawplay
SEE ALSO
smilutils(1)
AVAILABILITY
See http://kino.schirmacher.de/ for the latest version.
AUTHORS
smil2raw was written by Charles Yates <charles.yates@pandora.be>.
November 2002