Hi once again,
It's not looking too good. Pass 1 is currently at 150% (!) and doesn't
actually seem to have created an output file at all. I think the lack of
AC3 information is causing some trouble as well.
From the logs, here's the transcode command line
mkdir -m 0775 -p
'/home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/tmp' &&
cd /home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/tmp &&
`which nice` -n 10 dr_exec transcode -H 10 -a 0 -x vob,null -i
/home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/vob/005 -w
1100,50 -b 192 --a52_drc_off -f 25 -R 1 -y xvid4,null -o /dev/null
--print_status 20 && echo DVDRIP_SUCCESS
I'm no transcode expert, but judging from transcode --help, these are
probably wrong:
-x vob,null
-y xvid4,null
^^^^
This means no audio, right?
-o /dev/null
I don't think it should be writing the output to /dev/null ?
Exact log file at end of e-mail.
From the given transcode command line I've now managed to modify it for
my needs, by replacing the null arguments with ac3 and ogg,
respectively, and specifying files for -o and -m.
That seems to produce what I want, at least for the first couple of
seconds, now to let it convert the whole movie.
So in summary, mplayer -dumpstream does seem to produce a usable VOB,
getting dvd::rip to play with a VOB file it didn't rip itself, on the
other hand, seems to be a lot trickier.
JÃrn, if you do have the time, I'd very much appreciate a choice of
ripper in dvd::rip, but if not I guess it's a good excuse for me to
learn how to use transcode. Or possibly even learn Perl and implement
the support into dvd::rip myself. O_O
~phil
Sat Jan 28 14:50:17 2006 This task needs about 0 MB, 2621 MB are free.
Sat Jan 28 14:50:17 2006 Starting job (1): Volume scanning - title #5,
audio track #0
Sat Jan 28 14:50:17 2006 Executing command: dr_exec cat
/home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/vob/005/*
| dr_progress -m 13041 -i 5 | tccat -t vob | tcextract -a 0 -x ac3 -t
vob | tcdecode -x ac3 | tcscan -x pcm && echo DVDRIP_SUCCESS
Sat Jan 28 14:50:19 2006 Job has PID 30729
Sat Jan 28 14:50:22 2006 Successfully finished job (1): Volume scanning
- title #5, audio track #0
Sat Jan 28 14:55:22 2006 This task needs about 2222 MB, 2622 MB are free.
Sat Jan 28 14:55:22 2006 Starting job (1): Transcoding video - title #5,
pass 1
Sat Jan 28 14:55:22 2006 Executing command: mkdir -m 0775 -p
'/home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/tmp' &&
cd /home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/tmp &&
`which nice` -n 10 dr_exec transcode -H 10 -a 0 -x vob,null -i
/home/phillip/Documents/media/movies/DieFettenJahreSindVorbei/vob/005 -w
1100,50 -b 192 --a52_drc_off -f 25 -R 1 -y xvid4,null -o /dev/null
--print_status 20 && echo DVDRIP_SUCCESS
Sat Jan 28 14:55:24 2006 Job has PID 30763
Sat Jan 28 15:09:36 2006 Transcoding video - title #5, pass 1: 10
percent done.
Sat Jan 28 15:21:36 2006 Transcoding video - title #5, pass 1: 20
percent done.
Sat Jan 28 15:33:27 2006 Transcoding video - title #5, pass 1: 30
percent done.
Sat Jan 28 15:45:55 2006 Transcoding video - title #5, pass 1: 40
percent done.
Sat Jan 28 15:58:03 2006 Transcoding video - title #5, pass 1: 50
percent done.
Sat Jan 28 16:09:47 2006 Transcoding video - title #5, pass 1: 60
percent done.
Sat Jan 28 16:20:55 2006 Transcoding video - title #5, pass 1: 70
percent done.
Sat Jan 28 16:32:28 2006 Transcoding video - title #5, pass 1: 80
percent done.
Sat Jan 28 16:44:07 2006 Transcoding video - title #5, pass 1: 90
percent done.
Sat Jan 28 16:55:19 2006 Transcoding video - title #5, pass 1: 100
percent done.
Sat Jan 28 17:07:54 2006 Transcoding video - title #5, pass 1: 110
percent done.
Sat Jan 28 17:19:56 2006 Transcoding video - title #5, pass 1: 120
percent done.
signature.asc
Description: OpenPGP digital signature
|