[mythtv-users] Error w/dvdauthor from the CL?? anyone...

A JM vbtalent at gmail.com
Tue Oct 10 00:04:06 UTC 2006


Until my upgrade to 0.20 I was able to run the following script to
create a DVD structure capable of being archived to a DVD.

#!/bin/sh
mkfifo aud0
mkfifo vid0
mkfifo dvdmpg

mpeg2desc -a0 < $1 > aud0 &
mpeg2desc -v0 < $1 > vid0 &
mplex -f 8 -V -o dvdmpg aud0 vid0 &
dvdauthor -o $2 -f dvdmpg
dvdauthor -o $2 -T

rm aud0
rm vid0
rm dvdmpg



More information about the mythtv-users mailing list