<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1>
<STYLE></STYLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; BORDER-TOP-STYLE: none; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none" 
leftMargin=0 topMargin=0 acc_role="text" CanvasTabStop="true" 
name="Compose message area"><!--[gte IE 5]><?xml:namespace prefix="v" /><?xml:namespace prefix="o" /><![endif]-->
<DIV>
<DIV>Not sure if it was pointed out already, but this works for me on FC4:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A 
title=http://www.knoppmythwiki.org/index.php?page=MythTVBurn_Scripts_HowTo 
href="http://www.knoppmythwiki.org/index.php?page=MythTVBurn_Scripts_HowTo">http://www.knoppmythwiki.org/index.php?page=MythTVBurn_Scripts_HowTo</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV style="FONT: 10pt arial"><B>From:</B> <A title=mailto:phekno@gmail.com 
  href="mailto:phekno@gmail.com">Joshua Fechner</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=mailto:mythtv-users@mythtv.org 
  href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, February 09, 2006 5:02 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [mythtv-users] DVD Burning</DIV>
  <DIV><BR></DIV>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 "dvdwrite /video/[name of video] 
  DVD" and it spits out a directory named DVD.&nbsp; Then I do "growisofs -Z 
  /dev/dvd -dvd-video DVD" 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 "Failed to load Main-Class manifest attribute from 
  /home/mfrisch/temp/ProjectX_Source_0.90.2/ProjectX.jar".&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>_______________________________________________<BR>mythtv-users 
  mailing 
  list<BR>mythtv-users@mythtv.org<BR>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<BR></BLOCKQUOTE></DIV></BODY></HTML>