[mythtv-users] Transcoding DVD that myth couldn't rip

Ryan Steffes rbsteffes at gmail.com
Sun Sep 4 01:25:34 UTC 2005


On 9/3/05, Greg Mitchell <greg at nodecam.com> wrote:
> 
> Ryan Steffes wrote:
> > If the program you used makes a clean dvd copy, you'll need to cat the
> > vob files together before you can use my script. Let me know if it's
> > helpful.
> 
> Looks like exactly what I needed - I had to fix it up a bit - there were
> missing ;'s in the argument parsing case (no biggie, just wouldn't let
> me force a language)



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. 

For anyone else, this is the correction to the script previously sent:

**
26,27c26,27
< t) FORCE_TRACK="-aid=$OPTARG";
< l) FORCE_LANG="-alang=$OPTARG";
---
> t) FORCE_TRACK="-aid=$OPTARG";;
> l) FORCE_LANG="-alang=$OPTARG";;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20050903/02d08ba5/attachment.htm


More information about the mythtv-users mailing list