.wmv file plays but no video, in VLC!!

Asked by Ojesh Shrestha

i tried to play this .wmv file in VLC the audio plays smooth.. but can't see the video ..

instead this error is shown
==========================
No suitable decoder module:
VLC does not support the audio or video format "MSS2". Unfortunately there is no way for you to fix this.
==========================

** have already installed "Ubuntu Restricted Extras".

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu vlc Edit question
Assignee:
No assignee Edit question
Solved by:
Ojesh Shrestha
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Did you install w32codecs from medibuntu? VLC uses it's own codec pack rather than using the shared codecs the others use. Have you tried gnome-mplayer?

If you are using 64bit OS then instal w64codecs from medibutu repo.

Revision history for this message
Ojesh Shrestha (beckhamronaldo) said :
#2

no' i haven't installed w32codecs...
i'm currently using 32bit OS.!!

So, what am i supposed to do?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update; sudo ap-get --yes install w32codecs gnome-mplayer

Also try gnome-mplayer

Revision history for this message
Ojesh Shrestha (beckhamronaldo) said :
#4

i ran the above commands and now i get this:
when i run the "" sudo apt-get update "" command
==================
Reading package lists... Done
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ quantal/restricted i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal_restricted_binary-i386_Packages)
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ quantal-updates/restricted i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal-updates_restricted_binary-i386_Packages)
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ quantal-backports/restricted i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal-backports_restricted_binary-i386_Packages)
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ quantal-backports/multiverse i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal-backports_multiverse_binary-i386_Packages)
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ quantal-security/restricted i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal-security_restricted_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems

?_?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

run:

sudo wget -O /etc/apt/sources.list https://dl.dropbox.com/u/8850924/quantalsources.list
sudo apt-get update

Is it now smooth?

Revision history for this message
Ojesh Shrestha (beckhamronaldo) said :
#6

yeah it's smooth now!! Thanks

But how do i play the .wmv file i had mentioned about!! : (

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

sudo apt-get --quiet update; sudo ap-get --yes install w32codecs gnome-mplayer

Do they install ok?

Revision history for this message
Ojesh Shrestha (beckhamronaldo) said :
#8

Thanks actionparsnip!!