|
发表于 2006-6-5 14:48:17
|
显示全部楼层
totem播放字幕问题
mplayer字幕解决:
Well, firstly, as I said, the filename should be without extension. So not film.sub, only film. Then the "no matching language" mesage may mean that you didn't choose language (the subtitle track - there can be multiple languages available, MPlayer must know which one to choose).
So try something like this:
#mplayer -vobsub film -vobsubid 0 film.avi
Try various numbers (0-31) for the -vobsubid.
Or, you can specify the language with the -slang option instead, for example :
#mplayer -slang pl,en -vobsub film film.avi
#mplayer -slang pl,zh -vobsub film film.avi |
|