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/
pgp00003.pgp
Description: PGP signature
|