dvd::rip

->ABOUT / NEWS

->DOCUMENTATION
-TABLE OF CONTENTS
-INSTALLATION
-USING THE GUI
-CLUSTER MODE
-FAQ

->KEY FEATURES

->DOWNLOAD

->SUPPORT

->TRANSLATIONS

->MAILING LIST
-SEARCH ARCHIVE

->CHANGE LOG

->CREDITS

->TODO

->LINKS

http://www.exit1.org/


Re: [dvd::rip] Loading audio import module failed

Subject: Re: [dvd::rip] Loading audio import module failed
From: Daniel Hoyos <dhoyos@xxxxxxxxxxxxxxx>
Date: Thu, 30 Jun 2005 02:15:35 -0400
Jörn,
I found out what part of the problem is. I am running fedora core 3
x86_64 therefore the files dvd::rip can't find are
in /usr/lib64/transcode instead of /usr/lib/transcode. Is there any way
to fix this? Also its worth mentioning that I installed the x86_64
version of the dvd::rip rpm. Thanks!
Daniel

On Tue, 2005-06-28 at 12:20 -0400, Daniel Hoyos wrote:
> Jörn,
> Here is the full command and message:
> 
> [dhoyos@localhost tmp]$ mkdir -m0775 -p '/storage/Video/unnamed/tmp' &&
> cd /storage/Video/unnamed/tmp && dr_exec transcode -H 10 -a 0 -T 1,-1,1
> -x dvd -i /dev/dvd -w 1425,50 -b 128,0,0 --a52_drc_off -f 24,1 -M 2 -R 1
> -y divx4,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS
> DVDRIP_JOB_PID=13464
> transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T.
> Bitterberg
> libdvdread: Using libdvdcss version 1.2.8 for DVD access
> libdvdread: Using libdvdcss version 1.2.8 for DVD access
> (dvd_reader.c) DVD title 1/11: 21 chapter(s), 1 angle(s), title set 1
> (dvd_reader.c) title playback time: 02:06:01.23  7562 sec
> (dvd_reader.c) [Chapter 01] 00:00:00.000 , block from 0 to 92750
> (dvd_reader.c) [Chapter 02] 00:04:09.066 , block from 92751 to 243077
> (dvd_reader.c) [Chapter 03] 00:09:22.199 , block from 243078 to 441693
> (dvd_reader.c) [Chapter 04] 00:17:38.632 , block from 441694 to 621599
> (dvd_reader.c) [Chapter 05] 00:24:32.665 , block from 621600 to 774371
> (dvd_reader.c) [Chapter 06] 00:30:31.365 , block from 774372 to 906788
> (dvd_reader.c) [Chapter 07] 00:35:50.998 , block from 906789 to 1078130
> (dvd_reader.c) [Chapter 08] 00:41:58.031 , block from 1078131 to 1216984
> (dvd_reader.c) [Chapter 09] 00:48:08.664 , block from 1216985 to 1370466
> (dvd_reader.c) [Chapter 10] 00:53:58.364 , block from 1370467 to 1509582
> (dvd_reader.c) [Chapter 11] 00:59:22.430 , block from 1509583 to 1701695
> (dvd_reader.c) [Chapter 12] 01:06:50.863 , block from 1701696 to 1858993
> (dvd_reader.c) [Chapter 13] 01:12:41.396 , block from 1858994 to 2007455
> (dvd_reader.c) [Chapter 14] 01:21:44.263 , block from 2007456 to 2078998
> (dvd_reader.c) [Chapter 15] 01:29:07.030 , block from 2078999 to 2266143
> (dvd_reader.c) [Chapter 16] 01:37:44.563 , block from 2266144 to 2472389
> (dvd_reader.c) [Chapter 17] 01:43:08.729 , block from 2472390 to 2605997
> (dvd_reader.c) [Chapter 18] 01:48:18.795 , block from 2605998 to 2746690
> (dvd_reader.c) [Chapter 19] 01:51:32.462 , block from 2746691 to 2830701
> (dvd_reader.c) [Chapter 20] 01:57:57.095 , block from 2830702 to 2981014
> (dvd_reader.c) [Chapter 21] 02:06:00.762 , block from 2981015 to 3125553
> [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
> [transcode] auto-probing source /dev/dvd (ok)
> [transcode] V: import format    | MPEG-2 DVD NTSC (V=dvd|A=dvd)
> [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: bits/pixel       | 0.172
> [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    | 0x2000  AC3          [48000,16,2]
> [transcode] A: export           | disabled
> [transcode] V: encoding fps,frc | 23.976,1
> [transcode] A: language         | es
> [transcode] A: bytes per frame  | 8008 (8008.000000)
> [transcode] A: adjustment       | 0@1000
> tc_memcpy: using libc for memcpy
> [transcode] V: video buffer     | 10 @ 720x480
> [transcode] warning : /usr/lib/transcode/import_dvd.so: cannot open
> shared object file: No such file or directory
> Loading audio import module failed
> Did you enable this module when you ran configure?
> [transcode] failed to init import modules
> [transcode] critical: plug-in initialization failed
> 
> Thanks for the help.
> 
> On Tue, 2005-06-28 at 09:45 +0200, Jörn Reder wrote:
> > Daniel Hoyos wrote:
> > 
> > > I am trying to transcode a dvd and I am getting the following error:
> > > Loading audio import module failed
> > > Did you enable this module when you ran configure?
> > > [transcode] failed to init import modules
> > > [transcode] critical: plug-in initialization failed
> > > 
> > > Im pretty new to linux so I installed everything using freshrpms repo
> > > and yum. Any help would be much appreciated. Thanks.
> > 
> > We need some more information about the transcode error message. Please
> > grab the failing command from the dvd::rip log and execute it on a 
> > console. Send the complete command line and output, so we have a chance
> > to see what's going wrong here.
> > 
> > Regards,
> > 
> > Joern
> > 
> 
> 
> 
> 


 

Archive powered by MHonArc. Search powered by ht://dig.

[ top ]