|
Prev: Wanadoo
Next: AddOn GWK140
From: Eamon Skelton on 15 Aug 2005 06:57 On Mon, 15 Aug 2005 10:48:59 +0100, David Haggett wrote: > Would you mind trying http://www.haggett.demon.co.uk/dl/lategroove2.wmv > just to make sure (it's a bloke playing a guitar). It plays perfectly with xine. Mplayer had problems with it. Error message from mplayer: ================================================================= Requested video codec family [wmv9dmo] (vfm=dmo) not available. Enable it at compilation. Requested video codec family [wmvdmo] (vfm=dmo) not available. Enable it at compilation. Cannot find codec matching selected -vo and video format 0x33564D57. Read DOCS/HTML/en/codecs.html! ================================================================== Looks like I need to re-compile mplayer. E.S. -- Linux 2.6.12.1 Remove 'X' to reply by e-mail.
From: Tony Houghton on 15 Aug 2005 09:54 In <pan.2005.08.15.09.48.58.900794(a)haggett.demon.co.uk>, David Haggett <news-spam(a)haggett.demon.co.uk> wrote: > I'm running SuSE9.3 x86_64. Are the win32 codecs compatible with 64bit > applications? No. You need to set up a 32-bit chroot and install MPlayer in it. There are guides for setting up the chroot in Debian and Ubuntu, hopefully SuSE has something similar. If you compile MPlayer yourself you'll probably have to intercept uname to stop it identifying the system as 64-bit. -- The address in the Reply-To is genuine and should not be edited. See <http://www.realh.co.uk/contact.html> for more reliable contact addresses.
From: Nix on 15 Aug 2005 11:01 On 15 Aug 2005, Tony Houghton murmured woefully: > If you compile MPlayer yourself you'll > probably have to intercept uname to stop it identifying the system as > 64-bit. I'd be surprised if there wasn't a personality-setting tool to do this (Linux/SPARC has the sparc32 and sparc64 tools for that purpose: internally, they call personality()). -- `I work in computers so, of course, I'm an expert on everything.' --- Simon Rumble
From: Tony Houghton on 15 Aug 2005 12:24 In <87ek8vtfan.fsf(a)amaterasu.srvr.nix>, Nix <nix-razor-pit(a)esperi.org.uk> wrote: > On 15 Aug 2005, Tony Houghton murmured woefully: >> If you compile MPlayer yourself you'll >> probably have to intercept uname to stop it identifying the system as >> 64-bit. > > I'd be surprised if there wasn't a personality-setting tool to do this > (Linux/SPARC has the sparc32 and sparc64 tools for that purpose: > internally, they call personality()). Debian has /emul/ia32-linux/bin/uname but I haven't investigated how you're supposed to use it. I suppose one could just make /emul/ia32-linux/bin/ the first thing in PATH. There aren't any other files in the directory. And there's a wrapper called linux32. But apt-cache show includes the comment, "On systems without support for the PER_LINUX_32 execution domain, this program has no effect." Whatever the PER_LINUX_32 execution domain is. -- The address in the Reply-To is genuine and should not be edited. See <http://www.realh.co.uk/contact.html> for more reliable contact addresses.
From: Nix on 17 Aug 2005 10:48
On 15 Aug 2005, Tony Houghton said: > In <87ek8vtfan.fsf(a)amaterasu.srvr.nix>, > Nix <nix-razor-pit(a)esperi.org.uk> wrote: >> I'd be surprised if there wasn't a personality-setting tool to do this >> (Linux/SPARC has the sparc32 and sparc64 tools for that purpose: >> internally, they call personality()). > > Debian has /emul/ia32-linux/bin/uname but I haven't investigated how > you're supposed to use it. I suppose one could just make > /emul/ia32-linux/bin/ the first thing in PATH. There aren't any other > files in the directory. That's just a 32-bit copy of the uname binary, I expect. Not useful for this. > And there's a wrapper called linux32. But apt-cache show includes the > comment, "On systems without support for the PER_LINUX_32 execution > domain, this program has no effect." Whatever the PER_LINUX_32 execution > domain is. 32-bit Linux userspace, of course. See include/linux/personality.h. There's probably a `linux64' as well. Now try `linux32 uname -a', and be enlightened. -- `I work in computers so, of course, I'm an expert on everything.' --- Simon Rumble |