LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-18-2010, 10:10 PM   #1
skyxn3t
LQ Newbie
 
Registered: Jul 2010
Posts: 21

Rep: Reputation: 0
Question How to play the more obscure .wmv codec videos on 64 bit linux?


Greetings to everyone,

I have a .wmv file that only plays with a combination of w32codecs and mplayer compiled from source.

Here is the .wmv file:
http://hotfile.com/dl/82165944/4bac4...Intro.wmv.html

Here are the codecs:
http://www.mplayerhq.hu/MPlayer/releases/codecs/
all-20100303.tar.bz2

The problem is that these codecs only work on 32 bit Linux and I have a 64 bit Linux.

I've been searching all over the net for 64 bit versions of these codec dlls but I didn't find anything. Do you how can I play this type of wmv files on a 64 bit linux?
 
Old 11-18-2010, 10:19 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Would be fine if you give us some more infos. Which distribution are you using?
I use Debian, and I never had to use w32codecs to play any kind of video.
 
Old 11-18-2010, 10:22 PM   #3
skyxn3t
LQ Newbie
 
Registered: Jul 2010
Posts: 21

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Would be fine if you give us some more infos. Which distribution are you using?
I use Debian, and I never had to use w32codecs to play any kind of video.
Hey,
I'm using Fedora 14 x86_64/amd64. w32codecs only work on 32 bit linux. Do you have 32 bit or 64 bit Debian? If you have 64 bit Debian then please download the .wmv file I posted in my original post and you'll see that it won't play. You might get audio without any video. I have a Fedora 14 32 bit in a virtual machine and it plays fine there, so the problem is that w32codecs only work on 64bit linux.

Last edited by skyxn3t; 11-18-2010 at 10:26 PM.
 
Old 11-18-2010, 10:35 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
OK, you are right, this is actually the first time I can not play a movie on my 64-bit system. On Debian there is a package named w64codecs, which seems to be a counterpart of w32codecs. I installed that, but are not able to play the video. Maybe I have to compile mplayer from source to get it working, but at first you can try to find this a package for your distro.
 
Old 11-18-2010, 10:47 PM   #5
skyxn3t
LQ Newbie
 
Registered: Jul 2010
Posts: 21

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
OK, you are right, this is actually the first time I can not play a movie on my 64-bit system. On Debian there is a package named w64codecs, which seems to be a counterpart of w32codecs. I installed that, but are not able to play the video. Maybe I have to compile mplayer from source to get it working, but at first you can try to find this a package for your distro.
This is from the mplayer website:

Quote:
Note: 64-bit Users: Win32 codec DLLs are not supported and there may be a warning similar to the following:

NOTE: Win32 codec DLLs are not supported on your CPU (x86_64) or your
operating system (Linux). You may encounter a few files that cannot
be played due to missing open source video/audio codec support.
I have tried a many packages for my distro with no luck. I was hoping someone here knew a workaround to make the w32 codecs work on 64 bit linux, or another solution.

Last edited by skyxn3t; 11-18-2010 at 10:54 PM.
 
Old 11-18-2010, 11:03 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You can try a 32-bit chroot, or install a 32-bit version of your OS into a virtual machine.
 
Old 11-18-2010, 11:09 PM   #7
skyxn3t
LQ Newbie
 
Registered: Jul 2010
Posts: 21

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
You can try a 32-bit chroot,
I'll try this guide (http://www.debian-administration.org/articles/356) on chroot and I'll reply back with the results:

Quote:
Originally Posted by TobiSGD View Post
or install a 32-bit version of your OS into a virtual machine.
I have a virtual machine with WinXP, I can use Windows Media Player to play these files but I don't want to start a virtual machine just to play videos of this type.
 
Old 11-18-2010, 11:19 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by skyxn3t View Post
I'll try this guide (http://www.debian-administration.org/articles/356) on chroot and I'll reply back with the results:
I don't think this will work for you, this is Debian-related and uses debootstrap, which is AFAIK only working with Debian and derived distros.
 
Old 11-18-2010, 11:41 PM   #9
skyxn3t
LQ Newbie
 
Registered: Jul 2010
Posts: 21

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
I don't think this will work for you, this is Debian-related and uses debootstrap, which is AFAIK only working with Debian and derived distros.
: )
I know, I'm just using it as a reference guide because it's explained well, I know the fedora equivalents to the steps posted there. I'll try this and post back, in the meantime if you or anyone knows a better solution then any help would be appreciated.
 
  


Reply

Tags
mplayer, w32codecs, wmv



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't play any DVD movies or .wmv, .mpeg, .mpg videos in Fedora 11 steveone Fedora 12 01-05-2012 11:06 AM
How to play wmv files wvc1 codec? laan97ac Linux - Software 10 08-20-2007 02:36 PM
WMV Codec ketchupkid Linux - Newbie 4 12-05-2006 09:05 AM
wmv codec... kurrupt Linux - Software 1 12-27-2004 10:19 PM
Easiest way to play .mpeg .avi .wmv etc on a 64 bit os with totem Schumi4ever Linux - Software 4 12-02-2004 03:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration