Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mplayer (what is a good media player for Linux)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
MonkeyMartin
Apprentice
Apprentice


Joined: 19 Mar 2003
Posts: 272
Location: Canada

PostPosted: Mon Jan 05, 2004 6:37 am    Post subject: mplayer (what is a good media player for Linux) Reply with quote

I am going to build a media computer to play mp3's and dvd's

what media player should I use mplayer etc

this will have to be controld by a remote

the thing that I am woried about is being able to organize a large music collection
_________________
Thanks
Back to top
View user's profile Send private message
BiggJ
Guru
Guru


Joined: 07 Nov 2003
Posts: 384
Location: /usr/share/ \ zoneinfo/America/Los_Angeles

PostPosted: Mon Jan 05, 2004 6:58 am    Post subject: Reply with quote

I like xmms for mp3's and other audio. I use kmplayer for DVD's, but that's just because I haven't tried anything else.

--J
Back to top
View user's profile Send private message
dr_strange
Guru
Guru


Joined: 16 Apr 2002
Posts: 480
Location: Cambridge, UK

PostPosted: Mon Jan 05, 2004 9:08 am    Post subject: Reply with quote

For movie viewing I think mplayer is the best choice. What you can't play with it probably isn't worth watching...
As for lasrge music collections, I think you would be better of with players like rhythmbox, musik or juK; IMHO they have a nicer way of organising songs, but that's just personal taste.
Back to top
View user's profile Send private message
wolf_99
Apprentice
Apprentice


Joined: 22 Oct 2003
Posts: 213

PostPosted: Mon Jan 05, 2004 12:07 pm    Post subject: Reply with quote

Xmms foe songs, it's a nice Winamp style player.

mplayer for movies, (AVI, mpg etc), But I didn't manege to get subtitls in it.

Xine for DVD/VCD. and that's becuse I didn't maege to get them to work on mplayer.
_________________
To err is human. To really fuck up, use a computer.
Back to top
View user's profile Send private message
dr_strange
Guru
Guru


Joined: 16 Apr 2002
Posts: 480
Location: Cambridge, UK

PostPosted: Mon Jan 05, 2004 12:36 pm    Post subject: Reply with quote

Actually it's pretty easy to have subtitles in mplayer, if you have the necessary fonts installed, and the subtitle file has exactly the same name as the movie itself and in the same directory, mplayer will autoload the subtitles and play them automatically.
Back to top
View user's profile Send private message
wolf_99
Apprentice
Apprentice


Joined: 22 Oct 2003
Posts: 213

PostPosted: Mon Jan 05, 2004 12:54 pm    Post subject: Reply with quote

Hmmm.
I have Hebrwe font's instaled, and I chosed a hebrew font bay\t al I se is:

___ ____" _____"

or somthing like that.

mplayer suports True Type Fonts, that's right?
_________________
To err is human. To really fuck up, use a computer.
Back to top
View user's profile Send private message
lizardloop
Apprentice
Apprentice


Joined: 16 Mar 2003
Posts: 278

PostPosted: Mon Jan 05, 2004 1:26 pm    Post subject: Reply with quote

wolf_99 wrote:
Hmmm.
I have Hebrwe font's instaled, and I chosed a hebrew font bay\t al I se is:

___ ____" _____"

or somthing like that.

mplayer suports True Type Fonts, that's right?

As far as I know it does, if you have truetype in your use flags it should compile the support in.
Back to top
View user's profile Send private message
wolf_99
Apprentice
Apprentice


Joined: 22 Oct 2003
Posts: 213

PostPosted: Mon Jan 05, 2004 1:49 pm    Post subject: Reply with quote

I have USE=" ... truetype..."

I even saved the *.sub as unicode UTF8 and configurd mplayer to load unicode subtitls. That way I got nothing. Not eve the ____" ____" that I got before :(
_________________
To err is human. To really fuck up, use a computer.
Back to top
View user's profile Send private message
lizardloop
Apprentice
Apprentice


Joined: 16 Mar 2003
Posts: 278

PostPosted: Mon Jan 05, 2004 1:53 pm    Post subject: Reply with quote

I believe that gmplayer has a button in the gui that allows you to manually pick a subtitle file. Maybe that will work?
Back to top
View user's profile Send private message
dr_strange
Guru
Guru


Joined: 16 Apr 2002
Posts: 480
Location: Cambridge, UK

PostPosted: Mon Jan 05, 2004 1:53 pm    Post subject: Reply with quote

From the docs:

Code:

1.4.2. Installing OSD and subtitles

You need an MPlayer font package to be able to use OSD/SUB feature. There are many ways to get it:

    *

      Use the font generator tool at TOOLS/subfont-c. It's a complete tool to convert from TTF/Type1/etc font to mplayer font pkg (read TOOLS/subfont-c/README for details).
    *

      Use the font generator GIMP plugin at TOOLS/subfont-GIMP (note: you must have HSI RAW plugin too, see http://realtime.ssu.ac.kr/~lethean/mplayer/).
    *

      using a TrueType (TTF) font, by the means of the freetype library. Version 2.0.9 or greater is mandatory! Then you have two methods:
          o

            use the -font /path/to/sample_font.ttf option to specify a TrueType font file on every occasion
          o

            create a symlink:

ln -s /path/to/sample_font.ttf ~/.mplayer/subfont.ttf

      If MPlayer was compiled with fontconfig support, the above methods won't work, instead the -font expects a fontconfig font name and defaults to the sans-serif font. To get a list of fonts known to fontconfig, use fc-list. Example: -font 'Bitstream Vera Sans'
    *

      Download ready-to-use font packages from MPlayer site. Note: currently available fonts are limited for ISO 8859-1/2 support, but there are some other (including Korean, Russian, ISO 8859-8 etc) fonts at contrib/font section of FTP, made by users.

      Font should have appropriate font.desc file which maps unicode font positions to the actual code page of the subtitles text. Other solution is to have subtitles encoded in UTF8 encoding and use -utf8 option or just name the subtitles file <video_name>.utf and have it in the same dir as the video file. Recoding from different codepages to UTF8 could be done by using konwert or iconv programs.

      Table 1.1. Some URLs
      URL   Comment
      ftp://ftp.mplayerhq.hu/MPlayer/releases/fonts/   ISO fonts
      ftp://ftp.mplayerhq.hu/MPlayer/contrib/fonts/   various fonts by users
      http://realtime.ssu.ac.kr/~lethean/mplayer/   Korean fonts and RAW plugin

If you chose non-TTF fonts, UNZIP the file you downloaded to ~/.mplayer or $PREFIX/share/mplayer. Then rename or symlink one of the extracted directories to font, for example:

ln -s ~/.mplayer/arial-24 ~/.mplayer/font

Now you have to see a timer at the upper left corner of the movie (switch it off with the o key).

(subtitles are always enabled, for disabling them please read the man page)

OSD has 4 states (switch with o):

   1. volume bar + seek bar (default)
   2. volume bar + seek bar + timer + file position percentage on seeking
   3. volume bar + seek bar + timer + total duration of the media
   4. subtitles only

You can change default behaviour by setting osdlevel variable in config file, or the -osdlevel command line option.


Maybe if you try one of these methods it helps.
Back to top
View user's profile Send private message
wolf_99
Apprentice
Apprentice


Joined: 22 Oct 2003
Posts: 213

PostPosted: Mon Jan 05, 2004 2:55 pm    Post subject: Reply with quote

Downloading a font, extracting it to the /usr/share/mplayer/font just causd mplayer to crash. Even when I don't configure it to work with that font!

Quote:
using a TrueType (TTF) font, by the means of the freetype library. Version 2.0.9 or greater is mandatory!


What dose that mean? I am using Windows TTF, is it not good?

Quote:
create a symlink:

ln -s /path/to/sample_font.ttf ~/.mplayer/subfont.ttf


still gives me the "____" "____" stuf.

I am vexed... :?
_________________
To err is human. To really fuck up, use a computer.
Back to top
View user's profile Send private message
blaksaga
Guru
Guru


Joined: 19 May 2003
Posts: 461
Location: Omaha, NE, USA

PostPosted: Fri Jan 30, 2004 8:28 am    Post subject: Reply with quote

Best video player by far...TOTEM! :D

I fell in love with it the first time I used it...it's simple, sexy, and plays most anything...including DVDs. I've used mplayer and it's not my thing. Try them both out and use what you like.
Back to top
View user's profile Send private message
XiuX
n00b
n00b


Joined: 22 Jan 2004
Posts: 59
Location: Linux

PostPosted: Sat Jan 31, 2004 12:17 am    Post subject: Reply with quote

mplyer is the best !!
_________________
[URL=http://xiux.wordpress.com]Blog[URL]
Back to top
View user's profile Send private message
CheshireCat
Guru
Guru


Joined: 25 Aug 2002
Posts: 572

PostPosted: Sat Jan 31, 2004 1:13 am    Post subject: Reply with quote

From the command line, I use mplayer. It's easy to use that way, and I'm familiar with its options. I used to user kmplayer as a GUI, but I tried kaffiene recently and I'm very pleased with it. And don't get me started on gmplayer... ugh.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20606

PostPosted: Sat Oct 23, 2004 11:04 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=35369
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum