|
| ||||||||||
| Tags: fedora code 2, linux, movie player, mplayer, music player, redhat |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to Install mplayer on Fedora Core 12
|
|
#2
| |||
| |||
| Re: How to Install mplayer on Fedora Core 12 Installing MPlayer from source I will detail the installation from source, because it is one that ensures the best adaptation to the processor and is more generic. That said, there are more and more binary packages (. Rpm. Deb) which require some additional handling, refer to sites that talk about it for more information. To install MPlayer simply type the following lines in a terminal (the small black tv bottom left): Code: $ Tar-xjvf / o_est/mplayer-xxx.tar.bz2 $ cd mplayer-xxxx / $. / Configure - prefix = / usr - datadir = / usr / share / mplayer - confdir = / etc / mplayer - enable-gui - enable-largefiles - enable-menu - enable-shared-pp - enable-dynamic-plugins - enable-real - enable-freetype - language = en - with-codecsdir = / usr / lib / codecs - with-xvidlibdir = / path / to / libxvidcore.a - with-xvidincdir = / path / to / xvid.h Code: Successfully generated by config files. / Configure! Install prefix: / usr Data directory: / usr / share / mplayer Config direct. / Etc / mplayer Byte order: Little Endian Optimizing for: athlon-tbird mmx 3dnow mmx2 3dnowex mtrr Enabled optional drivers: Input: streaming tv edl cdda vcd mpdvdkit2 Codecs: xvid libdv libavcodec qtx real dshow / dmo win32 libvorbis libmad gif Audio output: esd oss sdl alsa9 mpegpes (file) Video output: sdl vesa xvidix gif89a jpeg png mpegpes (file) fbdev svga aa opengl dga xv xmga mga x11 Disabled optional drivers : Input: tv-v4l tv-dvdnav dvdread bsdbt848 dvdcss Codecs: OpenDivX xanim liblzo Audio output: sgi sun Arts dxr2 nas win32 Video output: bl zr dxr3 dxr2 directx ggi directfb tdfxfb 3dfx Code: $ Make all Code: Drivers $ cd / $ make all $ cd .. Code: $ Su # make install # cd etc / # cp codecs.conf example.conf input.conf menu.conf / etc / mplayer / # chmod 644 / etc / mplayer / * # cd .. # Cp Gui / mplayer / pixmaps / logo.xpm / usr / share / pixmaps / mplayer.xpm Code: # Cp drivers / mga_vid.o / lib / modules / uname-r / kernel / drivers / char / # depmod-a &> / dev / null Code: # Echo "1024"> / proc / sys / dev / rtc / max-user-freq Code: # Cd libavcodec / libpostproc # make prefix = / usr SHARED_PP = "yes" install |
|
#3
| ||||
| ||||
| Re: How to Install mplayer on Fedora Core 12 Install mplayer using subversion Here is the procedure if you want to install the development sources for mplayer. Since their new server, the protocol has been replaced by the cvs protocol subversion. First make sure you have svn installed the tool on your distribution. Code: $ Whereis svn / usr / bin / svn For users of Fedora: Code: # Yum install subversion Code: $ Svn checkout svn: / / svn.mplayerhq.hu / mplayer / trunk mplayer Code: $ Svn update |
|
#4
| |||
| |||
| Re: How to Install mplayer on Fedora Core 12
Use: To start mplayer you can type in a terminal: mplayer, or add it to your menus. To play a video file with the options set in your configuration files, simply type: Code: mplayer / path / file.mpg Code: mplayer-vo sdl: x11-nogui / path / file.mpg Code: mplayer-forceidx / path / file.rm Code: mplayer-dvd 5-dvd-device / dev / hdc alang = en Code: mplayer-dvd 5-dvd-device / dev / hdc slang = en Code: To switch to full screen press [f] Thus to know the available codecs: mplayer-vc help to test the codec on a file: mplayer-vc nom_codec / path / file.avi Know The video outputs arranged: mplayer - And vo help for test: mplayer-vo nom_sortie_vieo / path / file.avi Knowing the audio outputs arranged: mplayer-ao help and testing: mplayer-ao sortie_audio / path / to / file.avi |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Install mplayer on Fedora Core 12" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install JAVA on Fedora Core | Rajnikant-Deva | Operating Systems | 2 | 27-12-2010 06:29 AM |
| Fedora 12 mplayer problem | Triple-X | Windows Software | 5 | 16-12-2009 09:55 AM |
| how to install fedora core 11 alpha after windows vista | aanchal8 | Operating Systems | 8 | 19-07-2009 04:35 PM |
| installing mplayer in fedora 10 | sayanmaji | Operating Systems | 5 | 28-05-2009 08:21 AM |
| Fedora Core 6 or Ubuntu | Natalie | Operating Systems | 3 | 31-03-2009 11:31 PM |