I've been trying to archive my shows to DVD using a script I found.<br><br>Here's the script:<br><br>!/bin/sh<br>mkfifo aud0<br>mkfifo vid0<br>mkfifo dvdmpg<br><br>mpeg2desc -a0 &lt; $1 &gt; aud0 &amp;<br>mpeg2desc -v0 &lt; $1 &gt; vid0 &amp;
<br>mplex -f 8 -V -o dvdmpg aud0 vid0 &amp;<br>dvdauthor -o $2 -f dvdmpg<br>dvdauthor -o $2 -T<br><br>rm aud0<br>rm vid0<br><br>When I use it I do &quot;dvdwrite /video/[name of video] DVD&quot; and it spits out a directory named DVD.&nbsp; Then I do &quot;growisofs -Z /dev/dvd -dvd-video DVD&quot; and it makes a DVD.&nbsp; When I play the DVD in my stand alone DVD player the fideo is about 2/3 the size of the screen (
i.e. it's all the way over to the left of the screen and the rest is black).&nbsp; I think I'm recording in 720x480 so shouldn't this work?&nbsp; I tried installing mythburn (the web program for burning) and when I run it it deletes all of my videos so I have it set up wrong.&nbsp; Is there any howto explaining how to install it and make it work well?&nbsp; Also when I run ProjectX I get &quot;Failed to load Main-Class manifest attribute from /home/mfrisch/temp/ProjectX_Source_0.90.2/ProjectX.jar&quot;.&nbsp; I think I remember reading in another thread that I have the wrong JRE installed, is that right?&nbsp; And if so how do I fix it?&nbsp; I'm running FC4 with mythtv 
0.18.1.&nbsp; Thanks in advance for any and all help.<br><br>Phekno<br>