Re: where to change -x part of transcode command
"John Goulah" <[email protected]>
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
On 8/7/07, John Goulah <[email protected]> wrote: > > On 8/7/07, John Goulah <[email protected]> wrote: > > > I'm having a hanging problem on the transcode "Grab Preview Image > > Command" portion of the rip, which I have resolved to changing the -x option > > to transcode, so this command portion : > > > > ...... execflow transcode -H 10 --print_status 25 -o snapshot -y > > ppm,null -x vob,null -i /opt/dvdrip/alien/vob/005/ -c 2-3 -L 3228 .... > > > > needs to be > > > > ...... execflow transcode -H 10 --print_status 25 -o snapshot -y > > ppm,null -x mpeg2,null -i /opt/dvdrip/alien/vob/005/ -c 2-3 -L 3228 .... > > > > > > I see a command getting setup in lib/Video/DVDRip/Title.pm, but not sure > > if this is best to edit. > > > > Heres a patch for what seems to work for me (I know I've seen others with > the problem)- > ... and that fixes the title grab and breaks the transcode, which seems to do well with "-x vob" ideas?