LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-02-2004, 01:46 AM   #1
beewhy
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Rep: Reputation: 0
Angry yet somene else with wma problems....


Gotta love good ol M$ for making a useless audio format

I have tried EVERYTHING I've found on Google and around different forums to get wma's to work.

I have tried plug-ins for xmma, no go

I seem to have all the codecs in the /usr/local/lib/codecs for Win32. When I open the .wma, it tries to use the ffmpeg codec. I don't think that is the right one. Is there a way to force it to use another codec? All other formats (mpeg, avi, asf, wmv, mp3, mov, wav) have all been tested successfully. I think the .wma file might be protected, does that make a difference? It is a WMP9 file.

Any help would be appreciated

thanks

b
 
Old 06-02-2004, 02:25 AM   #2
salahuddin_66
Member
 
Registered: Jan 2004
Location: Dhaka, Bangladesh
Distribution: Debian, Gentoo
Posts: 283

Rep: Reputation: 30
may be work

www.mplayerhq.hu

download the pre4

it's compilation with win32 codec support it not a easy task
u should read the read me carefully
if u try only ./configure the it will compile without win32, and gui support


so

try this one i have done
./configure --enable-gui --enable-divx4linux --enable-libavcodec --enable-vorbis --enable-mad --enable-mp3lib --enable-liba52 --enable-alsa --enable-ossaudio --enable-arts --enable-runtime-cpudetection --with-codecsdir=/usr/local/lib/ --enable-win32 --with-xvidlibdir=/usr/local/lib/ --with-win32libdir=/usr/local/lib/codecs/

before this
try ./configure --help or ./configure -help (i have forget)

i have download these
from sf.net

ogmtools-1.4
xvidcore-1.0.0-rc4 (optional)
lame-3.96 (to encode in mp3)
and win32 codec from mplayerhq site

locate this in ./configure option then make and make install as root

see the man pages of mplayer

-enjoy

everything possible in linux...
 
Old 06-02-2004, 03:48 AM   #3
beewhy
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Original Poster
Rep: Reputation: 0
well, first off I can't get it to install with GUI, I get and error for PNG and libpng-dev, so I tried to run the configure without GUI.....it works alright until towards the end, then it terminates with an eror........

b
 
Old 06-02-2004, 05:44 AM   #4
salahuddin_66
Member
 
Registered: Jan 2004
Location: Dhaka, Bangladesh
Distribution: Debian, Gentoo
Posts: 283

Rep: Reputation: 30
have u download any skins
???

Last edited by salahuddin_66; 06-02-2004 at 05:47 AM.
 
Old 06-02-2004, 05:58 AM   #5
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
it's a tough job for a beginner to get mplayer compiled, but that's the only way to play wma's. download and compile all the packages the readme and website say you need, and keep trying until you get it.
 
Old 06-02-2004, 07:13 AM   #6
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
If you have a distribution like Mandrake, you can cheat (that was a refreshing discovery) by installing the rpm files and it "just works". I believe the copy that "just works" is in "contrib" or "Plf". If not, you should be okay if you follow the directions carefully. Why not get those libs too, as they are use by other proggies.
 
Old 06-03-2004, 07:28 AM   #7
beewhy
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Original Poster
Rep: Reputation: 0
well I can get it to compile, just not with all those options. I seem to be missing things it needs to compile. I try to install those and it doenst seem to work. I have tried for hours, and it just wont play wma files, anything else but wma......Ill get it eventually I suppose
 
Old 06-04-2004, 09:18 AM   #8
dnorseman
Member
 
Registered: Aug 2003
Location: Chicago, USA
Distribution: RHEL, CentOS, Ubuntu
Posts: 43

Rep: Reputation: 15
I had a bunch of .m4a music files that I could not play on linux (from iTunes). I found this post http://www.linuxquestions.org/questi...&highlight=m4a that allowed me to convert .m4a to .wav to mp3. It works really nice and is a simple shell script. You may be able to use it to convert your .wav's to .mp3 instead of trying to play .wav files. It uses lame for the conversion. Just a thought.

EDIT

Sorry, I mis read the post as wav instead of wma, I didn't have my glasses on.

/EDIT

Last edited by dnorseman; 06-04-2004 at 09:46 AM.
 
Old 06-04-2004, 10:14 AM   #9
oldyas
Member
 
Registered: Jun 2004
Location: Bristol, UK
Distribution: SuSe
Posts: 53

Rep: Reputation: 15
Compiling MPlayer

When you run the configure script of MPlayer, I think it searches out all avaliable codecs, and prepares to compile support for those it finds. You should only need "--enable-xxx" options for codes that are not installed when compiling mplayer, but that you are going to install.

Remember, however, that every time you install a new codec, you will need to run ./configure and make again, in order for MPlayer to use it.

I've never used a graphical front end with mplayer, but bare in mind that if you cannot get the default one to work, just compile it without the GUI, and use one of the third party ones. Check out http://www.mplayerhq.hu/homepage/design7/projects.html.

According to http://www.mplayerhq.hu/homepage/design7/info.html, in order to play WMA9 you need the .dll (win32) codecs. Have you installed them all/are you sure they're in the right place?

When I play .wma s (not sure of the version), ti reports:

Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 16002->176400 (128.0 kbit)
Selected audio codec: [ffwmav2] afm:ffmpeg (DivX audio v2 (ffmpeg))
 
Old 09-02-2004, 06:48 PM   #10
el_pajaro!
Member
 
Registered: Sep 2003
Location: Ecuador
Distribution: Debian, Ubuntu, Elastix
Posts: 183

Rep: Reputation: 30
I have use mplayer to play wma for alomost a year now. What distribution do you use. If you use Mandrake there is mplayer on the cd and you just installed it with mandrake wizards. If you have a distro that supports rpm try rpmfind.net it is the easyest way to get it work.
If you get to install mplayer I would recomend you tu use kplayer is a lot better than gmplayer the default gui for mplayer.

Hope you have luck
 
  


Reply



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
xmms-wma makes xmms to exit while try playing .wma deepclutch Debian 12 12-02-2005 06:53 PM
.wma on linux Odin_of_Asgard Linux - Software 3 09-02-2004 06:53 PM
Audio problems- wma/mp3 abby Linux - Newbie 4 04-28-2004 11:09 PM
wma on xm`ms? demmylls Linux - General 2 04-25-2004 11:14 PM
This is an AIX scripting question but I'm hoping somene can help XtremeDawg Programming 12 12-22-2003 02:45 PM

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

All times are GMT -5. The time now is 10:23 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