Find the answer to your Linux question:
Results 1 to 8 of 8
i have FC10!! so far i have downloaded the mplayer and its codecs.further i extracted both the packages( in DOWNLOAD folder).but I'm not able to extract the codecs in the ...
  1. #1
    Just Joined! athlete's Avatar
    Join Date
    Sep 2008
    Location
    Pune
    Posts
    30

    Installing MPlayer

    i have FC10!!
    so far i have downloaded the mplayer and its codecs.further i extracted both the packages( in DOWNLOAD folder).but I'm not able to extract the codecs in the /usr/local/lib/codecs directory.it says you do not have permission. how do we do this??
    whats the next step by step procedure??
    how should i know whether to compile the mplayer or is it pre-compiled??

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Look here: RPM Fusion - RPM Fusion

    It will be much less hassle to install mplayer and codecs by enabling the rpmfusion repo and installing via your package manager.

    The permissions thing is because you need root priveleges to write to the /usr directory. In Unix, what are the sudo and su commands? - Knowledge Base

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I would suggest you to install packages through package manager, yum. There is no need to compile package unless its not available in repositories.

    Open Terminal and execute this
    Code:
    su -
    yum -y install yumex
    It will install Graphical Interface of yum, Yum Extender. Look for Yum Extender in Menu and install packages through it. Mplayer is available in Repositories.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined! athlete's Avatar
    Join Date
    Sep 2008
    Location
    Pune
    Posts
    30

    HOW TO: Enabling GUI for mplayer

    Quote Originally Posted by devils casper View Post
    I would suggest you to install packages through package manager, yum. There is no need to compile package unless its not available in repositories.

    Open Terminal and execute this
    Code:
    su -
    yum -y install yumex
    It will install Graphical Interface of yum, Yum Extender. Look for Yum Extender in Menu and install packages through it. Mplayer is available in Repositories.
    the yum did install mplayer but how do i enable GUI .do i have to d/l the GUI from mplayerhq or can the yumex do it for me?(if yes/no, how?)
    Also the movie player(totem) requires some plugins(FLASH DEMUXER and DivX MPEG4 version 5 DECODER).again can i get it from yumex (if yes/no, how?)
    Last edited by athlete; 04-07-2009 at 07:04 PM. Reason: forgot to mention some details

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Usually, distros package mplayer with the gui option enabled, and it should just show up in your menu. (You can compile it without the GUI, which I generally do, because I prefer to use other front ends.) Anyway, if you're using GNOME, you can install gnome-mplayer, or KDE try smplayer.

  6. #6
    Just Joined! athlete's Avatar
    Join Date
    Sep 2008
    Location
    Pune
    Posts
    30
    where can i get the latest multimedia codecs for FC10 from??
    can i get and install them from yumex and how?
    or can i use the add/remove software to install the codecs ,HOW?

  7. #7

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    where can i get the latest multimedia codecs for FC10 from??
    Install VLC Player. It supports most of media formats and package manager will download/install all necessary codecs.
    Code:
    su -
    yum -y install vlc
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...