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] Squeezed between two bugs: NPTL bug and frame grab bug

Subject: Re: [dvd::rip] Squeezed between two bugs: NPTL bug and frame grab bug
From: Jörn Reder <joern@xxxxxx>
Date: Thu, 9 Jun 2005 11:11:03 +0200
robert@xxxxxxxxxxxx wrote:

> I'm using dvdrip 0.52.5 and transcode 0.6.14 on gentoo, kernel is
> 2.6.11-gentoo-r7. Architecture is AMD64, specifically a Athlon64 on nForce
> 4.
> If "Workaround transcode NPTL bugs" is set to yes, then none of the tools
> can be found.  If "Workaround transcode NPTL bugs" is set to no, then
> frame grabbing won't work because of the NPTL bugs.  The fix to each bug
> causes the other.  Result:  dvdrip is crippled. :-(
> What should I do now?  I really want to see how fast dvdrip/transcode can
> crunch on my new 2.6 GHz A64 :-)
> Thanks for the great work so far (it ran great on the old Athlon XP box).

Please try the following workaround:

1. disable "Workaround transcode NPTL bugs" in dvd::rip

2. create a file named "transcode" in a directory $HOME/bin
   with the following content:

   #!/bin/bash
   export LD_ASSUME_KERNEL=2.2.5
   PROG=$(basename $0)
   exec /usr/bin/$PROG $@

   #-- change the path prefix above, if your transcode
   #-- binaries are installed somewhere else

3. add symlinks to this file for the other transcode tools:

   % cd $HOME/bin
   % for file in tcextract tcdecode tcscan tcdemux tccat avimerge avisplit 
tcmodinfo
   > do
   > ln -s transcode $file
   > done

4. put $HOME/bin in your PATH and start dvd::rip

   % export PATH=$HOME/bin:$PATH
   % dvdrip

Now the LD_ASSUME_KERNEL magic is applied only to the executed transcode
commands. Please send feedback whether this workaround solves the 
problem or not.

Regards,

Joern

-- 
Joern Reder
Development Head ZYN! Coding Division - http://www.zyn.de/

Attachment: pgp00003.pgp
Description: PGP signature

 

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

[ top ]