|
发表于 2004-12-29 12:58:49
|
显示全部楼层
[quote:456389da96="KanKer"]xine-lib 1.0 for magiclinux下载地址如下:
http://www.magiclinux.org/people/kanker/os/rpms/xine-lib-1.0-1mgc.i686.rpm
http://www.magiclinux.org/people/kanker/os/rpms/xine-lib-devel-1.0-1mgc.i686.rpm
打过中文字幕支持补丁,自带方正黑体字库;默认DVD播放语言为中文(未测试,如有问题请大家及时反馈)。
配上kaffeine-0.5后,便成为kde下功能强大且最易用的媒体播放器了:
http://www.magiclinux.org/people/kanker/os/rpms/kaffeine-0.5-1mgc.i686.rpm[/quote]
diff -Nur xine-lib-1-rc4a/src/demuxers/demux_real.c xine-lib-1-rc4anew/src/demuxers/demux_real.c
--- xine-lib-1-rc4a/src/demuxers/demux_real.c 2004-03-14 16:37:52.000000000 -0500
+++ xine-lib-1-rc4anew/src/demuxers/demux_real.c 2004-08-10 04:54:43.000000000 -0400
@@ -1528,7 +1528,7 @@
}
static char *get_extensions (demux_class_t *this_gen) {
- return "rm ram";
+ return "rm ram rmvb";
}
static char *get_mimetypes (demux_class_t *this_gen) {
rmvb格式的支持。
dvd region应该这么设置:
config->register_num(config, "media.dvd.region",
- 1,
+ 6,
_("region the DVD player claims to be in (1 to "),
_("This only needs to be changed if your DVD jumps to a screen "
"complaining about a wrong region code. It has nothing to do with "
"the region code set in DVD drives, this is purely software."),
0, region_changed_cb, this);
config->register_string(config, "media.dvd.language",
- "en",
+ "zh",
_("default language for DVD playback"),
_("xine tries to use this language as a default for DVD playback. "
"As far as the DVD supports it, menus and audio tracks will be presented " |
|