|

楼主 |
发表于 2003-12-16 10:33:25
|
显示全部楼层
Figured it out.
MPlayer Chinese Subtitle
------------------------
Tried some command line options. Found the following can make my MPlayer display Chinese subtitles correctly:
-subcp codepage of the subtitle
-font TTF font to use. Requires freetype
-subfont-autoscale autoscale mode
-subfont-text-scale autoscale coefficient (% of screensize)
Check its man page for details of these options.
Example:
mplayer -vo sdl -ao sdl -cache 8192 -sub <file.srt> <file.avi> -subcp cp936 -font 'SimSun' -subfont-autoscale 1 -subfont-text-scale 8
MPlayer GUI Chinese Subtitle
----------------------------
Set the following in Preferences:
Subtitle & OSD: Check 'Unicode subtitle'.
Font: Set appropriate autoscale mode and text scale. Set Encoding to 'Simplified Chinese charset (CP936)'.
A note: Good to Check 'Stop XScreenSaver' option in Preference->Misc, as I experienced problems (application crashes) when XScreenSaver runs while MPlayer is active.
|
|