[mythtv-users] converting nuv files to vob?

Matt Snow drama at slakin.net
Fri Feb 13 03:09:37 EST 2004


Yes, a FAQ would be a good place for it. ;)

Thank you to whom ever it was on the list that wrote this script. =)

#!/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



*-*
Matt Snow
 drama at slakin.net

On Fri, 13 Feb 2004, Tom Walsh wrote:

> Andrew Dodd wrote:
>
> >Quoting Chris Petersen <lists at forevermore.net>:
> >
> >
> >audio must be 48 KHz 384 kbps), all you need to do is remultiplex the stream and
> >feed it to dvdauthor.  Scripts for that have been posted 2-3 times in the past 2
> >weeks or so, check the archives.
> >
> >(Hmm, maybe this should be put in the FAQ???)
> >
> >
> >
> Maybe even a wiki someplace.  There does seem to be a lot of the same
> questions asked time and again, a wiki may be more usefull?
>
> TomW
>
>
> --
> Tom Walsh - WN3L - Embedded Systems Consultant
> http://openhardware.net, http://cyberiansoftware.com
> "Windows? No thanks, I have work to do..."
> ----------------------------------------------------
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list