LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
LinkBack Search this Thread
Old 04-13-2008, 11:53 PM   #1
nkd
Member
 
Registered: Oct 2006
Location: india
Distribution: fedora 8, ubuntu 10.10
Posts: 302

Rep: Reputation: 34
unable to play .wmv and .avi files in vlc


I am using vlc 0.8 on fedora 8.
Instln was done using yum.
I can play .dat files and .mpg files but not the other file types like .rm, .wmv, .avi etc.

do i need to download any more codecs ? any suggestions would be helpful

nishtih
 
Old 04-14-2008, 12:01 AM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
Which repo did you use to install vlc. Vlc is not in the base install repos.
Quote:
yum info vlc
The above will give you the exact version # and the repo you installed it from.
 
Old 04-14-2008, 12:34 AM   #3
nkd
Member
 
Registered: Oct 2006
Location: india
Distribution: fedora 8, ubuntu 10.10
Posts: 302

Original Poster
Rep: Reputation: 34
yum info vlc gives following output
Installed Packages
Name : vlc
Arch : i386
Version: 0.8.6d
Release: 3.lvn8
Size : 9.4 M
Repo : installed
Summary: Multi-platform MPEG, DVD, and DivX player

and then goes onto say

Available Packages
Name : vlc
Arch : i386
Version: 0.8.6f
Release: 2.lvn8
Size : 3.7 M
Repo : livna
Summary: Multi-platform MPEG, DVD, and DivX player
Description:

IS that okay ? Why does the installed part say Repo : instaled ?
should it not say something like livna ?

thanks again
nishith
 
Old 04-14-2008, 12:50 AM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
You have o.8.6d installed but F is available(you missed e).

I do not think VLC plays rm but it should play the rest: I am running Livna's copy as well and I have no issue playing avi or most other formats I throw at it. You might want to update to the newer version but that should not matter in this case.

Open up a terminal and type vlc. Then try and play one of the files you are having issues with. Cut and paste the error messages from the terminal back here.
 
Old 04-14-2008, 11:13 AM   #5
nkd
Member
 
Registered: Oct 2006
Location: india
Distribution: fedora 8, ubuntu 10.10
Posts: 302

Original Poster
Rep: Reputation: 34
well it plays the sound alright when I give the following command but the video is missing!

[root@localhost ~]# vlc '/movies/english/Home Alone [DVDRip][Eng][1990].avi'
VLC media player 0.8.6d Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************

It is potentially dangerous, and might not even work properly.
[00000324] main decoder error: no suitable decoder module for fourcc `XVID'.
VLC probably does not support this sound or video format.


when I see the property for the file it says it is of video/x-msvideo MIME type

thanks
nishith
 
Old 04-14-2008, 12:27 PM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
Well first you basically should not run anything (that you do not absolutely have to) as root. If you read the error it even says that it may not work properly if run as root.

I will take a guess that this may be a drm file. You might also install mplayer. While I do not care for mplayer's interface it will play about anything. If mplayer will not play it then there is definitely something goofy with that file.
 
Old 04-14-2008, 01:58 PM   #7
nkd
Member
 
Registered: Oct 2006
Location: india
Distribution: fedora 8, ubuntu 10.10
Posts: 302

Original Poster
Rep: Reputation: 34
what is a drm file ?
Okay just noticed something strange -
Under Settings->Preferences->Video->Output Modules->xVideo, the X11 display is blank should it not point to my current console / terminal ?

Just tried out mplayer it is showing the file alright but there is some problem with my mplayer installation, the video stops after some time.
Anyway the file is alright as it plays fine in windows.
thanks
nishith
 
Old 04-14-2008, 02:24 PM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
Ok, if you mean blank as in the entire page is blank then look in the lower right hand corner and check advanced options. If you mean there is nothing in the little box, mine is empty too.

DRM-> Digital Rights Management. It basically screws with the file so you cannot copy it. In some cases this prevents it from being played on anything that does not agree with DRM. Most open source will not support DRM in principle. It may play fine in windows becuase it passes the DRM tests. With mplayer also having problems with this file I would be even more suspicious that DRM is evolved in some way.
 
Old 04-15-2008, 04:41 AM   #9
nkd
Member
 
Registered: Oct 2006
Location: india
Distribution: fedora 8, ubuntu 10.10
Posts: 302

Original Poster
Rep: Reputation: 34
ok finally got mplayer to play the file perfectly alright.
Okay, so what could be going on with vlc - do I need the codecs for the xvid format?
 
Old 04-15-2008, 03:37 PM   #10
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,280

Rep: Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706
Fedora by default DOSE NOT come with codecs that are not open and "free".
also with 8 there is a repo that you can buy $$ them from .Just open the file with the default player ( totem) and a pop up window will open with links for the non free codecs
or
install mplayer with the all-20071007.tar.bz2 codecs , i use the smplayer front end GUI and so needed to build qt4
 
Old 04-15-2008, 06:11 PM   #11
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
John

If you notice he is using the Livna repo. It does provide codecs and such in its packages. VLC also contains the codecs for most stuff(see link in post #4).

Smplayer is available from livna as well. qt4 is available in the standard Fedora repo so you should not have needed to build it.
 
Old 04-15-2008, 08:21 PM   #12
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,280

Rep: Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706
re

i built qt4 4 days after 8 was released
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to play .wmv files using mplayer 1.0 RC2 vikram.anumukonda Linux - Software 4 02-01-2008 11:27 PM
Unable to play .wmv files using mplayer in fc5 madhusudana Fedora 2 08-01-2007 10:25 AM
VLC to play WMV help. mad_hatter Linux - Software 2 05-02-2007 02:51 AM
VLC media player cannot play WMV files Micro420 Ubuntu 2 07-12-2006 11:56 PM
cannot play .avi .wmv, mpg files WRXHokie Linux - Software 22 12-05-2005 08:57 PM


All times are GMT -5. The time now is 02:26 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration