|
参考了Ubuntu中文论坛里的[color="Blue"]文章
首先说明一下我的系统是Debian(Sid)
下载源代码,编译出xine-fontconv(可从附件中直接下载,将附件改名为xine-fontconv即可):
apt-get source libxine1
cd xine-lib-1.1.1/misc
gcc -o /usr/local/bin/xine-fontconv xine-fontconv.c `freetype-config --cflags --libs`
生成中文字体:
cd /usr/share/xine/libxine1/fonts
xine-fontconv /usr/share/fonts/truetype/fireflysung.ttf 'AR PL New Sung' gb18030
修改totem配置:
vi ~/.gnome2/totem_config
将里面的两行改为如下格式:
subtitles.separate.font:AR PL New Sung
subtitles.separate.src_encoding:gb18030
下面可以看到中文字幕了:
totem Friends\ -\ 2x02\ -\ The\ Breast\ Milk.mkv #subtitle:file:./srt/friends.s02e02.internal.dvdrip.xvid-ind.chs.srt
默认没有的话,在菜单字幕项中选择中文 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|