[mythtv-users] Recording shows to DVD?

Boyd II, Willy wboyd at fulbright.com
Fri Mar 5 14:53:45 EST 2004


>-----Original Message-----
>From: stan [mailto:stanb at panix.com] 
>Sent: Friday, March 05, 2004 12:41 PM
>To: 'Discussion about mythtv'
>Subject: Re: [mythtv-users] Recording shows to DVD?
>
>I found this link:
>
>http://mysettopbox.tv/phpBB2/viewtopic.php?t=494&highlight=burn+dvd
>
>Which looks like the script you are refereing too. Good start. 
>But I need to know where to get the various tools it uses. For 
>example an apt-cache search fails to turn up any canidates for 
>dvb-mplex, dvdingen, or growisofs.
>
>Can anyone sugest locations for .debs for these?  I did get 
>dvdauthor installed.
>
>And thanks for the help on this.

pvr-250 right?  I don't think you want the dvb stuff then.  I was referring
to 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
----------------

Pass it the .nuv file and a name for the new dvd project.  You should end up
with a directory which you can mkisofs into a ISO then burn it.  (Or are
people somehow bypassing the mkisofs step to burn?  lemme know if so...)

- Willy

>
>-- 
>"They that would give up essential liberty for temporary 
>safety deserve neither liberty nor safety."
>						-- Benjamin Franklin
>



More information about the mythtv-users mailing list