smil2raw (1)





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 playdv:

       smil2raw file1.avi file2.avi file3.dv |
       playdv -

       NB: the playdv included in the libdv-0.98 release is broken for stdin -
       it is now fixed in libdv CVS and 0.99 should be available soon...


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>.