Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
User Journal

Journal zukinux's Journal: How to watch movies with MPlayer with Hebrew Fonts

Here's what I've done :
I got some fonts from regular Windows installation from %windir%\Fonts\ such as arial*.ttf, etc to a folder which I've made : /usr/share/fonts/TrueType
So far so good, you can download the same fonts from HERE
I've done the following commands :

su -c "cp -v /usr/share/fonts/TrueType/arial.ttf ~<b>your-username</b>/.mplayer/subfont.ttf" <br>
echo "subfont-encoding='ISO8859-8'" >> ~/.mplayer/config<br>
echo "font='/usr/share/fonts/TrueType/arial.ttf'" >> ~/.mplayer/config<br>
<b>finally : </b><br>
mplayer -sub "/path/to/subtitle" -fs /path/to/*.avi<br>

Enjoy your movies :)

This discussion has been archived. No new comments can be posted.

How to watch movies with MPlayer with Hebrew Fonts

Comments Filter:

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...