Thread
:
Czech subtitle on MPlayer???
View Single Post
daniel.gazda
2010-05-31 , 18:46
Posts: 9 | Thanked: 2 times | Joined on May 2010 @ Prague/Czech Republic
#
4
you're trying to run it as a shell command, it's not possible .... when you run mplayer for the first time it will create the file "/home/user/.mplayer/config" ... then you have to edit this file. The file is empty by default, so it should be completely safe to run command "echo 'subcp = windows-1250' >> /home/user/.mplayer/config" - this will add the needed line at the end of the file. You can check this afterwards by "cat /home/user/.mplayer/config" - it will print the content of that file. Another option is runnig mplayer as "mplayer -subcp windows-1250 some_file", but this is not permanent ...
Quote & Reply
|
The Following User Says Thank You to daniel.gazda For This Useful Post:
noname
daniel.gazda
View Public Profile
Send a private message to daniel.gazda
Find all posts by daniel.gazda