I am running FC4 and severly lacking in Linux experience. I am using dvd::rip to convert my vob files to xvid. When I try to transcode, it gives me an error message; mentioning a Segmentation Fault.
dvd::rip is trying to run this command:
Code:
mkdir -m 0775 -p '/home/jimmyj/burning/EverythingIWanted/tmp' && cd /home/jimmyj/burning/EverythingIWanted/tmp && dr_exec transcode -H 10 -a 0 -x vob -i /home/jimmyj/burning/EverythingIWanted/vob/001 -w 2066,50 -b 128,0,2 -s 1.023 --a52_drc_off -I 3 -f 24,1 -M 2 -Y 12,0,12,0 -B 15,10,8 -R 1 -y xvid4,null --psu_mode --nav_seek /home/jimmyj/burning/EverythingIWanted/tmp/EverythingIWanted-001-nav.log --no_split -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS
This is the output of the command:
Code:
transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[transcode] (probe) suggested AV correction -D 3 (125 ms) | AV 136 ms | 11 ms
[transcode] auto-probing source /home/jimmyj/burning/EverythingIWanted/vob/001 (
ok)
[transcode] V: import format | MPEG-2 (V=vob|A=vob)
[transcode] V: AV demux/sync | (2) initial MPEG sequence / enforce frame rate
[transcode] V: import frame | 720x480 1.50:1 encoded @ 16:9
[transcode] V: de-interlace | (mode=3) zoom to full frame (slow)
[transcode] V: new aspect ratio | 640x360 1.78:1 (-B)
[transcode] V: clip frame (->) | 640x336
[transcode] V: bits/pixel | 0.401
[transcode] V: decoding fps,frc | 23.976,1
[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] 192 kbps
[transcode] A: export | disabled
[transcode] V: encoding fps,frc | 23.976,1
[transcode] A: bytes per frame | 8008 (8008.000000)
[transcode] A: adjustment | 0@1000
[transcode] A: rescale stream | 1.023
[transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C)
tc_memcpy: using sse for memcpy
[transcode] V: video buffer | 10 @ 720x480
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (sub
title)
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
[export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
[export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg'
[export_xvid4.so] found. Default settings will be used instead.
(split.c) reading auto-split information from file "/home/jimmyj/burning/Everyth ingIWanted/tmp/EverythingIWanted-001-nav.log"
(split.c) done reading 126690 entries
(split.c) chunk 0/0 PU=0 (-L 0 -c 0-86124) mapped onto (-L 0 -c 0-86124)
[import_vob.so] tccat -i "/home/jimmyj/burning/EverythingIWanted/vob/001" -t vob -d 0 -S 0 | tcdemux -a 0 -x ac3 -S 0,0-7255 -M 2 -d 0 | tcextract -t vob -a 0 - x ac3 -d 0 | tcdecode -x a52 -d 0 -A 1
(demuxer.c) seeking to sequence 0:0 ...
tc_memcpy: using sse for memcpy
[import_vob.so] tccat -i "/home/jimmyj/burning/EverythingIWanted/vob/001" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0,0-7255 -M 2 -f 23.976024 -P /tmp/file 12duFU -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12
[decode_mpeg2.c] libmpeg2 0.4.0b loop decoder
[decode_mpeg2.c] libmpeg2 acceleration: mmxext
Using djbfft for IMDCT transform
(demuxer.c) seeking to sequence 0:0 ...
tc_memcpy: using sse for memcpy
Segmentation fault
I have no where to begin solving this. Is it a bug or a problem with something else? And is there another program to achieve the same result?
Thank you.