Eric Festinger wrote:
> Yes ! I first tried with livna's packages as you did and had no success.
> Then I came back to freshrpms' ones as I used to do on previous FC
> releases and it works great again.
Not here. I replaced all my installed Livna packages with ones from
Freshrpms... no change. The rip still 'hangs' grabbing the preview images.
Here's the transcode command (snipped from the logging window):
transcode -H 10 --print_status 25 -o snapshot -y ppm,null -x vob,null\
-i /mnt/tmp/temp/swi/vob/001-C001/ -c 2-3 -L 4583
It has actually grabbed the preview frame:
$ ls -s /tmp/dvdrip19385.ppm/snapshot000000.ppm
1019 /tmp/dvdrip19385.ppm/snapshot000000.ppm
But the sub-process never exits:
19385 pts/1 Sl+ 0:07 /usr/bin/perl /usr/bin/dvdrip
19450 pts/1 S+ 0:00 sh -c mkdir -m 0775 /tmp/dvdrip19385.ppm;
19452 pts/1 Sl+ 0:00 transcode -H 10 --print_status 25 -o snapshot
19457 pts/1 S+ 0:00 sh -c tccat -i "/mnt/tmp/temp/swi/vob...
19459 pts/1 Sl+ 0:00 tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f
19460 pts/1 S+ 0:00 tcextract -t vob -a 0 -x mpeg2 -d 0
19461 pts/1 S+ 0:00 tcdecode -x mpeg2 -d 0 -y yv12
19504 pts/2 R+ 0:00 ps -ax
kill -CONT 19452..61 doesn't help either.
Running the same transcode command directly from a shell has the same
problem.
|