PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : dvd::rip / transcode mit xvid



Official_Idler
09.03.04, 22:32
Hallo,

beim Rippen mit dvd::rip bekomme ich ziemlich eklige Fehler. Kurz zusammengefasst:
Video-DVDRip-0.50.16
transcode-0.6.11
MPlayer-0.90

Der Error tritt auf beim Umwandeln des gerippten Tracks in ein beliebiges Format != ffmpeg. Am liebsten wäre mir das Umwandeln in xvid, daher hier ein entsprechendes Beispiel:
Job 'Transcoding video - title #6, pass 1' failed.

Executed command: mkdir -m 0775 -p '/home/idler/tmp/payback/tmp' && cd /home/idler/tmp/payback/tmp && dr_exec transcode -H 10 -a 1 -x vob,null -i /home/idler/tmp/payback/vob/006 -w 6000 -b 128,0,0 --a52_drc_off -V -f 25 -Y 0,8,0,8 -B 12,10,8 -R 1 -y xvid2,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS

Last output was:


transcode v0.6.11 (C) 2001-2003 Thomas Oestreich, 2003 T. Bitterberg
libdvdread: Using libdvdcss version 1.2.1 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
[export_xvid2.so] v0.3.10 (2003-07-30) (video) XviD 0.9.x (aka API 2.1 series) | (audio) MPEG/AC3/PCM
libxvidcore.so: cannot open shared object file: No such file or directoryFailed to init XviD codec[transcode] warning : (encoder.c) video export module error: init failed
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
[transcode] auto-probing source /home/idler/tmp/payback/vob/006 (ok)
[transcode] V: import format | MPEG-2 (V=vob|A=null)
[transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence
[transcode] V: import frame | 720x576 1.25:1 encoded @ 4:3
[transcode] V: new aspect ratio | 640x480 1.33:1 (-B)
[transcode] V: clip frame (-> ) | 624x480
[transcode] V: bits/pixel | 0.801
[transcode] V: decoding fps,frc | 25.000,0
[transcode] V: multi-pass | (mode=1) writing data (pass 1) to divx4.log
[transcode] V: Y'CbCr | YV12/I420
[transcode] A: import format | 0x2000 AC3 [48000,16,2]
[transcode] A: export | disabled
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame | 7680 (7680.000000)
[transcode] A: adjustment | 0@1000
[transcode] V: IA32 accel mode | 3dnow (3dnow mmxext mmx asm)
[transcode] V: video buffer | 10 @ 720x576
[import_vob.so] tccat -i "/home/idler/tmp/payback/vob/006" -t vob -d 0 -S 0 | tcdemux -s 0x81 -x mpeg2 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12
[transcode] critical: failed to init encoder


Beim compilen von transcode taucht aber xvid2 als default auf. Jemand eine Idee wie das anzupacken ist?

Danke,
mfG Idler

chimaera
21.04.04, 09:27
besorge dir auf jeden fall den akuellen codec (1.0.0pre4) zwischen dem und 0.9x liegen über ein jahr entwicklung. dazu wählst du dann xvid4.. off you go.

Official_Idler
22.04.04, 19:46
OK, das werde ich hier am WE mal ausprobieren, danke.

mfG Idler