Hello everybody,
I recently installed Ubuntu edgy and can't make dvdrip to work. I
supposed there is a problem with
transcode itself, however I wanted to ask in this mailing list first,
it might be somebody already
knows the solutions for this problem.
Any operation involving transcode (preview grabbing, transcoding,
volume analyzing and so on) freezes dvdrip. Processes like tccat
happily sit in memory forever and
never finish. You can't just kill them by pressing a button from
dvdrip or issuing simple kill
command. You have to apply kill -KILL to them.
Now the strange thing is that if I try to execute the commands as
dvdrip tries to execute them they
might freeze or might finish appropriately. I could not figure out
when transcode would freeze.
Nevertheless, dvdrip ALWAYS freezes. The command that is shown below
as an example freezes all the
time in dvdrip, however, it gets executed from the command prompt
properly.
I hope I'm not the only one who has this problem, if somebody know the
solution to the problem,
please, help!
Sat Nov 11 14:53:55 2006 Executing command: mkdir -m 0775 -p
'/home/kirill/dvdrip-data/testdvd/tmp'
&& cd /home/kirill/dvdrip-data/testdvd/tmp && mkdir -p
/home/kirill/dvdrip-data/testdvd/avi/002 &&
execflow -n 19 transcode -H 10 -a 0 -x vob -i
/home/kirill/dvdrip-data/testdvd/vob/002/ -w 2087,50
-c 15-515 -L 44540 -b 128,0,0 -s 2.857 --a52_drc_off -I 3 -f 24,1 -M 2
-J preview=xv -Z 640x480 -y
xvid -o /home/kirill/dvdrip-data/testdvd/avi/002/testdvd-002.avi
--print_status 25 && echo EXECFLOW_OK
Sat Nov 11 14:54:07 2006 Transcode video - title #2, single pass: 10%
done.
Sat Nov 11 14:54:14 2006 Transcode video - title #2, single pass: 20%
done.
Sat Nov 11 14:54:22 2006 Transcode video - title #2, single pass: 30%
done.
Sat Nov 11 14:54:29 2006 Transcode video - title #2, single pass: 40%
done.
Sat Nov 11 14:54:37 2006 Transcode video - title #2, single pass: 50%
done.
Sat Nov 11 14:54:47 2006 Transcode video - title #2, single pass: 60%
done.
Sat Nov 11 14:54:55 2006 Transcode video - title #2, single pass: 70%
done.
Sat Nov 11 14:55:03 2006 Transcode video - title #2, single pass: 80%
done.
Sat Nov 11 14:55:11 2006 Transcode video - title #2, single pass: 90%
done.
As you see it is never 100% done. Now if I see my processes:
21094 ? S 0:00 sh -c mkdir -m 0775 -p
'/home/kirill/dvdrip-data/testdvd/tmp' && cd
/home/kirill/dvdrip-
21097 ? SNl 1:12 transcode -H 10 -a 0 -x vob -i
/home/kirill/dvdrip-data/testdvd/vob/002/
-w 2087,50 -c 1
21103 ? SN 0:00 sh -c tccat -i
"/home/kirill/dvdrip-data/testdvd/vob/002/" -t vob -d 0 -S
44540 | tcdemu
21105 ? RN 0:00 tccat -i
/home/kirill/dvdrip-data/testdvd/vob/002/ -t vob -d 0 -S 44540
21107 ? SN 0:07 tcdemux -a 0 -x pcm -S 0 -M 2 -d 0
21109 ? SN 0:04 tcextract -t vob -a 0 -x pcm -d 0
in order to finish the task i need to
killall -KILL tccat
thanks,
Kirill