LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   At last!!!!!!!!!!!!!!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/at-last-326882/)

jojojo 05-25-2005 04:05 AM

At last!!!!!!!!!!!!!!!!!
 
At last!!!!!!! I have installed mplayer.

Code:

[root@localhost jo]# yum install mplayer.i386
Setting up Install Process
Setting up Repos
livna-stable              100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
livna-unstable            100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
livna-testing            100% |=========================|  951 B    00:00
Reading repository metadata in from local files
livna-stab: ################################################## 217/217
updates-re: ################################################## 890/890
livna-unst: ################################################## 68/68
base      : ################################################## 2622/2622
livna-test: ################################################## 44/44
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mplayer.i386 0:1.0-0.lvn.0.19.pre7.3 set to be updated
--> Running transaction check
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libmp3lame.so.0 for package: mplayer
--> Processing Dependency: libfaad.so.0 for package: mplayer
--> Processing Dependency: libmad.so.0 for package: mplayer
--> Processing Dependency: libxvidcore.so.4 for package: mplayer
--> Processing Dependency: mplayer-fonts >= 0:1.1-0.lvn.2 for package: mplayer
--> Processing Dependency: libfribidi.so.0 for package: mplayer
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package xvidcore.i386 0:1.0.3-0.lvn.1.3 set to be updated
---> Package mplayer-fonts.noarch 0:1.1-0.lvn.3.3 set to be updated
---> Package fribidi.i386 0:0.10.4-6 set to be updated
---> Package libdvdread.i386 0:0.9.4-0.lvn.1.3 set to be updated
---> Package lame.i386 0:3.96.1-0.lvn.1.3 set to be updated
---> Package libmad.i386 0:0.15.1-0.lvn.1.b.3 set to be updated
---> Package faad2.i386 0:2.0-0.lvn.3.3 set to be updated
--> Running transaction check
--> Processing Dependency: libdvdcss >= 0:1.2.5 for package: libdvdread
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libdvdcss.i386 0:1.2.8-0.lvn.5.3 set to be updated
--> Running transaction check

Dependencies Resolved
Transaction Listing:
  Install: mplayer.i386 0:1.0-0.lvn.0.19.pre7.3 - livna-unstable

Performing the following to resolve dependencies:
  Install: faad2.i386 0:2.0-0.lvn.3.3 - livna-unstable
  Install: fribidi.i386 0:0.10.4-6 - base
  Install: lame.i386 0:3.96.1-0.lvn.1.3 - livna-stable
  Install: libdvdcss.i386 0:1.2.8-0.lvn.5.3 - livna-stable
  Install: libdvdread.i386 0:0.9.4-0.lvn.1.3 - livna-stable
  Install: libmad.i386 0:0.15.1-0.lvn.1.b.3 - livna-stable
  Install: mplayer-fonts.noarch 0:1.1-0.lvn.3.3 - livna-unstable
  Install: xvidcore.i386 0:1.0.3-0.lvn.1.3 - livna-stable
Total download size: 7.7 M
Is this ok [y/N]: y
Downloading Packages:
(1/9): xvidcore-1.0.3-0.l 100% |=========================| 239 kB    00:06
(2/9): mplayer-fonts-1.1- 100% |=========================| 1.0 MB    00:17
(3/9): libdvdcss-1.2.8-0. 100% |=========================|  32 kB    00:01
(4/9): mplayer-1.0-0.lvn. 100% |=========================| 4.8 MB    01:03
(5/9): fribidi-0.10.4-6.i 100% |=========================|  48 kB    00:01
(6/9): libdvdread-0.9.4-0 100% |=========================|  55 kB    00:02
(7/9): lame-3.96.1-0.lvn. 100% |=========================| 1.1 MB    00:17
(8/9): libmad-0.15.1-0.lv 100% |=========================|  80 kB    00:04
(9/9): faad2-2.0-0.lvn.3. 100% |=========================| 384 kB    00:09
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: faad2 100 % done 1/9
Installing: libmad 100 % done 2/9
Installing: lame 100 % done 3/9
Installing: fribidi 100 % done 4/9
Installing: libdvdcss 100 % done 5/9
Installing: libdvdread 100 % done 6/9
Installing: xvidcore 100 % done 7/9
Installing: mplayer 100 % done 8/9
Installing: mplayer-fonts 100 % done 9/9

Installed: mplayer.i386 0:1.0-0.lvn.0.19.pre7.3
Dependency Installed: faad2.i386 0:2.0-0.lvn.3.3 fribidi.i386 0:0.10.4-6 lame.i386 0:3.96.1-0.lvn.1.3 libdvdcss.i386 0:1.2.8-0.lvn.5.3 libdvdread.i386 0:0.9.4-0.lvn.1.3 libmad.i386 0:0.15.1-0.lvn.1.b.3 mplayer-fonts.noarch 0:1.1-0.lvn.3.3 xvidcore.i386 0:1.0.3-0.lvn.1.3
Complete!

Now, where and how do i launch mplayer?

__J 05-25-2005 04:06 AM

man mplayer will give you mplayer's options ( it's a long list) as well as usage, or go to the mplayer site and look at the docs

masand 05-25-2005 04:07 AM

run this in console

mplayer <path of the multimedia file>

ethics 05-25-2005 10:46 AM

There is a GUI called GMPlayer i think but i never got on with that, prefered the CLI

masand 05-25-2005 12:42 PM

for gmplayer u need the gmplayer skins and fonts as well with mplayer


regards

jojojo 05-25-2005 02:43 PM

Where can i download the gmplayer?


All times are GMT -5. The time now is 05:41 PM.