View previous topic :: View next topic |
Author |
Message |
hjlane3 Guru


Joined: 22 Feb 2003 Posts: 377 Location: Wilmington, DE USA
|
Posted: Sat Oct 11, 2003 10:09 pm Post subject: problems ripping dvd with dvd::rip/transcode |
|
|
I've always had problems using dvd::rip but I thought i'd give it another try. I want to rip a dvd into divx. Ripping the dvd is fine, but I can't get it to convert to divx4 or divx5. xvid works but the audio is always off by about 40seconds. Here's the output dvd::rip gives...
Code: | Job 'Transcoding video - title #1, pass 1' failed.
Executed command: mkdir -m 0775 -p '/mnt/stuff/rip/unnamed/tmp' && cd /mnt/stuff/rip/unnamed/tmp && dr_exec transcode -H 10 -a 0 -x vob -i /mnt/stuff/rip/unnamed/vob/001 -w 988 -A -N 0x2000 -V -f 30,4 -R 1 -y divx5,null --psu_mode --nav_seek /mnt/stuff/rip/unnamed/tmp/unnamed-001-nav.log --no_split -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS
Last output was:
transcode v0.6.9 (C) 2001-2003 Thomas Oestreich
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[import_vob.so] v0.5.9 (2003-07-22) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
[export_divx5.so] v0.1.8 (2003-07-24) (video) DivX 5.xx | (audio) MPEG/AC3/PCM
(demuxer.c) seeking to sequence 0:0 ...
(demuxer.c) seeking to sequence 0:0 ...
(ac3scan.c) AC3 frame 1536 (1602) bytes | bitrate 384 kBits/s | depsize 6408 | rbytes 1602.000048
|
I opened up a termanl and tried executing the transcode line myself, and here's what I got...
Code: | $ mkdir -m 0775 -p '/mnt/stuff/rip/unnamed/tmp' && cd /mnt/stuff/rip/unnamed/tmp && dr_exec transcode -H 10 -a 0 -x vob -i /mnt/stuff/rip/unnamed/vob/001 -w 988 -A -N 0x2000 -V -f 30,4 -R 1 -y divx5,null --psu_mode --nav_seek /mnt/stuff/rip/unnamed/tmp/unnamed-001-nav.log --no_split -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS
DVDRIP_JOB_PID=4766
transcode v0.6.9 (C) 2001-2003 Thomas Oestreich
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[transcode] auto-probing source /mnt/stuff/rip/unnamed/vob/001 (ok)
[transcode] V: import format | MPEG-2 (V=vob|A=vob)
[transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence
[transcode] V: import frame | 720x480 1.50:1 encoded @ 4:3
[transcode] V: bits/pixel | 0.095 (low)
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: multi-pass | (mode=1) writing data (pass 1) to divx4.log
[transcode] V: Y'CbCr | YV12/I420
[transcode] A: import format | 0x2001 AC3/A52 [48000,16,2] 384 kbps
[transcode] A: export | disabled
[transcode] V: encoding fps,frc | 29.970,4
[transcode] A: bytes per frame | 6408 (6406.400000)
[transcode] A: adjustment | -1600@1000
[transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm)
[transcode] V: video buffer | 10 @ 720x480
[import_vob.so] v0.5.9 (2003-07-22) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
[export_divx5.so] v0.1.8 (2003-07-24) (video) DivX 5.xx | (audio) MPEG/AC3/PCM
(split.c) reading auto-split information from file "/mnt/stuff/rip/unnamed/tmp/unnamed-001-nav.log"
(split.c) done reading 156568 entries
(split.c) chunk 0/0 PU=0 (-L 0 -c 0-107655) mapped onto (-L 0 -c 0-107655)
[import_vob.so] tccat -i "/mnt/stuff/rip/unnamed/vob/001" -t vob -d 0 -S 0 | tcdemux -a 0 -x ac3 -S 0,0-8999 -M 1 -d 0 | tcextract -t vob -a 0 -x ac3 -d 0 | tcextract -t raw -x ac3 -d 0
(demuxer.c) seeking to sequence 0:0 ...
[import_vob.so] tccat -i "/mnt/stuff/rip/unnamed/vob/001" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0,0-8999 -M 1 -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12
(demuxer.c) seeking to sequence 0:0 ...
(ac3scan.c) AC3 frame 1536 (1602) bytes | bitrate 384 kBits/s | depsize 6408 | rbytes 1602.000048
Segmentation fault
|
After googling a bit, I saw it might be a problem with the divx5 codec (a bug with using it on a vfat partition). So i moved everything over a ext3 partition and tried again. Same problem, any ideas? _________________ I wish hell would freeze over already.
EDIT: w00t, it has! |
|
Back to top |
|
 |
dain-bramage n00b

Joined: 11 Jul 2003 Posts: 25
|
Posted: Sun Oct 12, 2003 1:57 am Post subject: |
|
|
I having the exact same problem.....not that it's any help!
After looking at the xvid opensource codec, it seems to be way better that divx and it works under transcode, screw divx!! |
|
Back to top |
|
 |
hjlane3 Guru


Joined: 22 Feb 2003 Posts: 377 Location: Wilmington, DE USA
|
Posted: Thu Oct 16, 2003 7:48 pm Post subject: |
|
|
Any ideas anyone? This is really getting frustrating. I can't even rip to xvid becasue the A/V is always out of sync, by like 20 seconds! _________________ I wish hell would freeze over already.
EDIT: w00t, it has! |
|
Back to top |
|
 |
epx n00b

Joined: 30 Apr 2003 Posts: 68
|
Posted: Thu Oct 16, 2003 9:09 pm Post subject: Assuming these are all legal copies of movies you own... |
|
|
I jsut purchased a 200gb drive and rip raw vob files to it. After playing with dvd:rip for quite some time I just got too frustrated trying to find the correct codec/video/sound settings and gave up. And boy is is nice having the vobs! mplayer and xine handle vob files just fine. and there is no noticable transition between files on my system.
But the main reason I quit with dvd::rip is the seg fault crap, I too had the same issues as you are having, but I had them a couple months ago and gave up.
Drives are getting cheaper, I would look into it! |
|
Back to top |
|
 |
ethzero n00b


Joined: 24 May 2003 Posts: 53 Location: Colorado
|
Posted: Fri Oct 17, 2003 2:20 am Post subject: |
|
|
hjlane3 wrote: | Any ideas anyone? This is really getting frustrating. I can't even rip to xvid becasue the A/V is always out of sync, by like 20 seconds! |
Did you check "Use PSU Core"? What audio codec are you using? You might try changing the container to OGM and the audio codec to vorbis (why use xvid with mp3 anyway? ). |
|
Back to top |
|
 |
bernd Tux's lil' helper


Joined: 16 Aug 2002 Posts: 126 Location: Wilhelmshaven/Germany
|
Posted: Wed Oct 22, 2003 11:02 am Post subject: |
|
|
I have exact the same problem, but these is not a problem with dvd::rip. It is a problem with avisplit. when you look in your diretory-->avi folder-->you see there the movie as one big file and the same movie splitted. Try to start the big file and you see everything is fine.
I have no solution yet but i look for a tool who did the same than avisplit. Did anybody know one??
In the meantime you can try these to get the movie on a cd
Code: | split --bytes=700m movie.avi |
these splits your movie in several files with the name xaa, xab, xac and so on. Rename it if you want: xaa-->cd1.avi, xab --> cd2.avi
If you want to watch the movie, you have to "undo" the split
Code: | cat xaa xab xac > movie.avi |
bernd |
|
Back to top |
|
 |
fuzion n00b


Joined: 19 Feb 2003 Posts: 56
|
Posted: Wed May 12, 2004 3:46 pm Post subject: same problem, it's not the splitting... |
|
|
I get the same problem and it has nothing to do with splitting.
If I do just a Transcode (with no Split) then I get a similar error (when the codec is divx)... but the Transcode works fine when I use the xvid codec. So I'll try that and see how it turns out.
Maybe I'll just have to switch to xvid? |
|
Back to top |
|
 |
|