Talk:Howto:DVD Authoring
From IVTV
I have been using this script successfully for some time now with the following change:
I changed:
mkdir $Directory
to:
mkdir -p $Directory
HTH
>>> UPDATE <<<
A method is known by which streams from IVTV (at least, from the CX2341x based cards) can be fed directly into a patched version of dvdauthor without the need for re-multiplexing. This can be quicker and give better long term A/V sync.
See this howto for further info.
