📄 dvdnav-howto.txt
字号:
How to compile mplayer with support for dvdnav:since the versions of dvdnav and dvdread generally shipped with most Linuxdistributions are generally outdated and unmaintained remove any piece ofdvdnav and dvdread from your computer (something like the command belowshould suffice):$ rm -rf /usr/lib/libdvdnav* /usr/lib/libdvdread* /usr/include/dvdnav* \ /usr/include/dvdread* /usr/local/lib/libdvdnav* \ /usr/local/lib/libdvdread* /usr/local/include/dvdnav* \ /usr/local/include/dvdread* /usr/bin/dvdnav-config \ /usr/local/bin/dvdnav-configNow download dvdnav from MPHQ (dvdnav includes its own version of dvdread):$ svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav libdvdnav$ cd libdvdnav$ ./autogen.sh && ./configure && make(or, if you feel brave and want to help us improving the new build system,$ ./configure2 && make) install it as root with$ make installCd to MPlyer's source tree and configure mplayer with the following command:$ ./configure --disable-dvdread-internalfollowed by your preferred parameters.After ./configure is run it should say that support for dvdnav and dvdread was enabled,otherwise investigate in configure.log the sections relative to the two librariesand try to understand what went wrong; if you can't solve the problem yourselfpost to mplayer-users the two sections.Notice: animated menus are working, but still menus and still scenes are not yet supported.Also, audio and subtitle languages selection by means of menus don't work yet, butthey can be switched as usual at any time during playback pressing '#' and 'j'(or with the keys you chose to override those two bindings).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -