#291 closed defect (fixed)
no OSD display when compiled on MacOSX
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | 1.0pre7 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
MPlayer compiles well on MasOSX but the OSD isn't displayed meaning :
-no subtitles
-no indicators (seek bar, messages...)
I put a subfont.ttf file containing a ttfont in the ~.mplayer directory and in
the /usr/local/share/mplayer/font/ directory but nothing happens.
That's disapointing since the pre7 version has lots of improvements (particulary
in the MKV and AAC support) and MPlayerOSX is far behind with an old version and
don't support those well.
Attachments (5)
Change History (14)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
comment:3 by , 20 years ago
I'm using the default "mplayer file.avi" command with no more options
I tryed -vo sdl but the support isn't included so it's -vo quartz by default
I tryed pressing the o key, show no indicators
I tryed the -osdlevel 3 option, show no change
I attach here a log.txt of a file playing with a .ssa file along
comment:4 by , 20 years ago
I'm joinning a new set of logs :
the configure of mplayer-20050504 (I tryed a newer version wich has changes in
macosx support), and logs of mplayer -v -vo x11, macosx and quartz
comment:5 by , 20 years ago
attachments.description: | log of configure ans player with various -vo options → log of configure |
---|
comment:6 by , 20 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:7 by , 20 years ago
comment:8 by , 20 years ago
comment:9 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
found what's wrong !
when compiling on MacOSX, the configure doesn't use the right paths to get some
of its options.
For example to get OSD work you need Freetype, and so you have to explicitely
declare the path with :
./configure --with-freetype-config=/usr/X11R6/bin/freetype-config
with this subtitles will work, I guess there are more options around that needs
to be declared to work.
Shouldn't the configure script be modified to search in different places than
the linux default ones (/usr/bin/freetype-config on linux) ?
(In reply to comment #0)
The play sign should appear anyway. Try pressing the o key (or use -osdlevel 3)
maybe you deactivated it somehow.
Also provide a mplayer -v log as described in bugreports.html, otherwise we
can't do much as we don't even know if you're using -vo sdl or -vo quartz or
whatever.