Ticket #14864 (closed defect: invalid)
mplayer/ subfont.ttf
| Reported by: | tietze@… | Owned by: | ecronin@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | mplayer font truetype ttf | Cc: | nox@… |
| Port: |
Description
The option of using truetypefonts (TTF) or ~/.mplayer/subfont.ttf as default for subtitles and OSD seem broken. Using bitmap fonts in ~/.mplayer/font works fine.
The method of using a TTF font (as default) is described on mplayer.hu, so it seems reasonable to be a default option: http://www.mplayerhq.hu/DOCS/HTML/en/fonts-osd.html
The following error is reported when trying to use the ttf-file:
mplayer -font ./subfont.ttf ./movie.avi
[...] ./subfont.ttf doesn't look like a bitmap font description, ignoring. Cannot load bitmap font: ./subfont.ttf Playing movie.avi.[...]
Regards, Jørgen.
Change History
comment:1 Changed 5 years ago by jmr@…
- Owner changed from macports-tickets@… to ecronin@…
- Milestone set to Port Bugs
comment:2 Changed 5 years ago by ecronin@…
- Status changed from new to assigned
Did you build MPlayer with the +osd variant? This enables the support libraries needed for ttf files.
comment:3 Changed 5 years ago by tietze@…
With the +osd it works flawless - thanks!
Feel stupid that I did not see that option, sorry for bugging you.


Assigning to maintainer.