<br><br><div><span class="gmail_quote">On 9/3/05, <b class="gmail_sendername">Greg Mitchell</b> <<a href="mailto:greg@nodecam.com">greg@nodecam.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ryan Steffes wrote:<br>> If the program you used makes a clean dvd copy, you'll need to cat the<br>> vob files together before you can use my script. Let me know if it's<br>> helpful.<br><br>Looks like exactly what I needed - I had to fix it up a bit - there were
<br>missing ;'s in the argument parsing case (no biggie, just wouldn't let<br>me force a language)</blockquote><div><br>
<br>
Sorry bout that, I actually added that in right before I sent it,
because I figured it was something people would need if they wanted to
use it. <br>
<br>
For anyone else, this is the correction to the script previously sent:<br>
<br>
<strong></strong><br>
</div>26,27c26,27<br>
< t) FORCE_TRACK="-aid=$OPTARG";<br>
< l) FORCE_LANG="-alang=$OPTARG";<br>
---<br>
> t) FORCE_TRACK="-aid=$OPTARG";;<br>
> l) FORCE_LANG="-alang=$OPTARG";;<br>
<br></div><br>