<div dir="ltr">I have had success with Mytharchive, I make iso first then use mythutilities to check and if all is well burn, I find if I try to make iso and burn in one step I get errors.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 13, 2015 at 3:43 PM, Steve Boyer <span dir="ltr"><<a href="mailto:steveboyer85@gmail.com" target="_blank">steveboyer85@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I am sure there are many better, faster options but this is how I would do the job.<br>
<br>
1. Find the MythTV file and make a copy.<br>
2. Edit the copy file to obtain the appropriate parts. I would probably use avidemux for this job so I might need to convert the file first, in which case I would use ffmpeg. Handbrake would probably do this just as well but I have never used it.<br>
3. I would use Devede to burn the extracted file to DVD. The linux version did what I needed the last time I used it, but it took several hours. Of course it was a netbook I was using for the job.<br></blockquote><div><br></div><div> I have burned a few of my kid's favorite TV show to DVD before for the long trips and this is the general method I've used. I would use the command "ffmpeg -i filename.mpg -c:a copy -c:v copy -ss 00:11:22.333 -to 33:22:11.000 trimmed.mpg" to cut just the parts you want, and then using devede to burn it. I have had an issue with devede where it tries to invoke the removed option "-newaudio" with ffmpeg - which is a known bug (<a href="https://bugs.launchpad.net/ubuntu/+source/devede/+bug/1328774" target="_blank">https://bugs.launchpad.net/ubuntu/+source/devede/+bug/1328774</a>). This was actually one of the major reasons I wanted to use MythTV to begin with.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Steve<br></div></font></span></div></div></div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
<br></blockquote></div><br></div>