[dvd::rip] Re: where to change -x part of transcode command
|
Subject: |
[dvd::rip] Re: where to change -x part of transcode command |
|
From: |
"John Goulah" <jgoulah@xxxxxxxxx> |
|
Date: |
Tue, 7 Aug 2007 21:35:19 -0400 |
On 8/7/07, John Goulah <jgoulah@xxxxxxxxx> 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)-
Thanks, John
dvdrip-0.98.7-patch.txt
Description: Text document
|
|