| Ubuntu This forum is for the discussion of Ubuntu Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-16-2010, 02:19 AM
|
#1
|
|
Member
Registered: Mar 2007
Distribution: Ubuntu 12.04, Mint 12 LXDE
Posts: 384
Rep:
|
wmv9 playback - video but no audio
Having Googled this problem, there are several discussions but no resolutions that I could find.
If I download an WMV9 file, I get video but no audio - this is regardless of whether I play the file in Totem, MPlayer or VLC. VLC's error message helpfully tells me "unfortunately, there is no way for you to fix this"!
If I get the same problem with all three players, surely it is because I do not have the correct codecs on my machine. But I must already have some kind of WMV9 codec, or video playback would not be possible.
Does anyone have any advice? Or are there hordes of Ubuntu users out there, also unable to hear WMV9 audio?
Steve
|
|
|
|
06-16-2010, 12:58 PM
|
#2
|
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,124
|
First, try running alsamixer in the terminal. Be sure to unmute everything (using the "m" key. Then raise the volume levels with the arrow keys, then hit Esc key twice to exit from alsamixer.
For the install everything including the kitchen sink approach to installing all multimedia codecs and non-free stuff including flash, java and other stuff, install the ubuntu-restricted-extras package:
http://packages.ubuntu.com/lucid/ubu...tricted-extras
If you prefer a more fine tuned (as I do) approach to get just what you need, then normally downloading a media file and opening it with Totem will open up a graphical installer and tell you what codecs you need and offer to install them.
Last edited by tommcd; 06-16-2010 at 12:59 PM.
|
|
|
|
06-17-2010, 03:01 PM
|
#3
|
|
Member
Registered: Mar 2007
Distribution: Ubuntu 12.04, Mint 12 LXDE
Posts: 384
Original Poster
Rep:
|
I carried out your instructions, but still no improvement. Totem still gave me the message "No packages with the requested plugins found". Perhaps WMV9 audio is just not supported by any Linux distro, or audio player, whatsoever. Is that a possibility? WMV is a proprietary format, after all.
Steve
|
|
|
|
06-18-2010, 08:06 AM
|
#4
|
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,124
|
Quote:
Originally Posted by Steve W
I carried out your instructions, but still no improvement. Totem still gave me the message "No packages with the requested plugins found".
|
What exactly did you do? Did you install the ubuntu-restricted-extras package? Or did you just try opening the video in Totem? Have you run alsamixer? Do you have sound in other video files?
Quote:
Originally Posted by Steve W
Perhaps WMV9 audio is just not supported by any Linux distro, or audio player, whatsoever. Is that a possibility? WMV is a proprietary format, after all.
|
Do you have a link to this WMV9 video so I can try it?
Have you enabled the medibuntu repository?
https://help.ubuntu.com/community/Medibuntu
Enable the medibuntu repository by using the terminal command shown there. Then install the w32codecs if you are running 32bit Ubuntu, or the w64codecs if you are running 64bit Ubuntu. Then download your video and open it with Totem. It should offer to install any codecs you may need. It always does for me.
Last edited by tommcd; 06-18-2010 at 10:51 AM.
|
|
|
|
06-18-2010, 03:50 PM
|
#6
|
|
Member
Registered: Mar 2007
Distribution: Ubuntu 12.04, Mint 12 LXDE
Posts: 384
Original Poster
Rep:
|
Quote:
|
What exactly did you do? Did you install the ubuntu-restricted-extras package?
|
Already had it.
Quote:
|
Or did you just try opening the video in Totem?
|
And the other media players I mentioned.
Yep.
Quote:
|
Do you have sound in other video files?
|
Always.
Quote:
|
Have you enabled the medibuntu repository?
|
No, I never heard about that before. So I went to the link you provided and following their instructions too. The upshot of it is, these videos do not play with sound in Totem or VLC (they actually offer to search for a codec, but always come up empty), but the same videos do play successfully with sound in Mplayer, and only MPlayer.
So it appears those extra Medibuntu codecs have worked - I will just have to use Mplayer as my default player for WMV files. No great problem, and at least it all works now - so thanks very much for the info.
Steve
|
|
|
|
06-19-2010, 08:35 AM
|
#7
|
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,124
|
Quote:
Originally Posted by Steve W
The upshot of it is, these videos do not play with sound in Totem or VLC (they actually offer to search for a codec, but always come up empty), but the same videos do play successfully with sound in Mplayer, and only MPlayer.
|
This is why MPlayer is the one media player I must have, no matter what distro I am using. MPlayer will always play anything you throw at it. I play all my music and video files using MPlayer straight from the terminal. No need even for the MPlayer GUI, although I do use that occasionally.
FYI: If you want a more user friendly GUI for MPlayer, install smplayer from the Ubuntu reops.
Quote:
Originally Posted by Steve W
So it appears those extra Medibuntu codecs have worked - I will just have to use Mplayer as my default player for WMV files. No great problem, and at least it all works now - so thanks very much for the info.
|
Glad the medibuntu link worked for you. I should have thought of that earlier. I forgot that the ubuntu-restricted-extras meta package does not add in the medibuntu repo, since I don't usually install ubuntu-restricted-extras. I just install the specific stuff that I need.
Last edited by tommcd; 06-19-2010 at 09:42 AM.
Reason: to add smplayer info!
|
|
|
|
06-19-2010, 03:25 PM
|
#8
|
|
Member
Registered: Mar 2007
Distribution: Ubuntu 12.04, Mint 12 LXDE
Posts: 384
Original Poster
Rep:
|
Thanks, I have just installed smplayer then. I'll give it a stab next time I am watching a video or movie - see if it is any more user-friendly than VLC.
Perhaps you would be able to glance at my other media-related query at http://www.linuxquestions.org/questi...5/#post4008767 which also concerns mplayer and its fps facility.
Thanks for the help.
Steve
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:45 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|