dv2sub	- extract subtitles from DV stream

www: http://dv2sub.sourceforge.net/
svn: https://svn.sourceforge.net/svnroot/dv2sub/

This simple utility is usable for creating MicroDVD subtitles with date and
time of recording extracted from raw DV stream (using GPL codec LibDV for DV
video, see http://libdv.sourceforge.net/). Extracting of some other basic
information is also possible (may be more information later). Dv2sub can read
DV stream from stdin or from file using mmap if available. Mmap input is faster
than sequential read of whole DV data stream. Dv2sub can be used in pass
through mode (DV stream is read from stdin and output to stdout) usable for one
pass DV recoding to other video format and subtitles extraction in one step.

KINO SCRIPTS:

Kino dv pipe export scripts are included:

 * sub_date.sh to generate a subtitle file

 * A modified version of ffmpeg_dvd.sh script (sub_ffmpeg_dvd.sh)  which
   generates VOBs or full DVDs.  It uses spumux to add a subtitle stream to all
   mpeg2 outputs. 
   You need to put, in the subdirectory where you executed kino, 
   a dv2sub_spumux.xml file  (example included), to configure the way spumux 
   render subtitles. Put the subtitle file in the same directory, and name
   it dv2sub.txt (or edit dv2sub_spumux.xml).
   And you need also a truetype font in the $HOME/.spumux dir.  I use
   arial.ttf from my windows/fonts directory (It is one of the very few things
   I use from windows :)

To install the scripts, just copy them to the scripts/exports directory of your
kino installation. (mine is /usr/local/share/kino/scripts/exports/)

You need to have dv2sub, ffmpeg and dvdauthor installed in order to be able to
use all the options. If you don't have the programs installed, you will not
even see the scripts in kino.
