Re: [dvd::rip] DVDRip does not detect Mplayer on Ubuntu
|
Subject: |
Re: [dvd::rip] DVDRip does not detect Mplayer on Ubuntu |
|
From: |
Jörn Reder <joern@xxxxxx> |
|
Date: |
Tue, 20 Feb 2007 13:42:35 +0100 |
Martin Jürgens wrote:
> Sadly, the code does not fix the problem. Could you have a second look
> at it?
Hmm, strange, it must be something more than failing to get the version
number right. The regular expression works definitely (just execute
'perl' on the console and paste the commands including __END__ into it):
$out = "MPlayer 2:1.0~rc1-0ubuntu3";
$out =~ /MPlayer.*?(\d+\.\d+(\.\d+)?)/i;
print "vers=$1\n";
__END__
This prints
vers=1.0
on my system.
Can you please add a
print $out;
line to see which mplayer output dvd::rip exactly sees?
> I have another question: Why does dvdrip only support RAR to version
> 2.99 and not the 3.x series?
It's mplayer which can't play subtitles compressed with newer rar
versions (unless this changed in the meantime, didn't check this for
longer).
Regards,
Jörn
--
Joern Reder
supporting: http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN: http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED
pgp4ipRsnmXTO.pgp
Description: PGP signature
|
|