Notices


Reply
Thread Tools
Posts: 12 | Thanked: 0 times | Joined on May 2010
#1
anyone know how to change encoding of MPlayer so i can watch czech subtitle???
i've tried a lot but never been succes...
if anyone know, can you help and tell me pls???
 
Posts: 9 | Thanked: 2 times | Joined on May 2010 @ Prague/Czech Republic
#2
Hi,
edit (or create) file /home/user/.mplayer/config and add line:
subcp = windows-1250
AFAIK, most of the czech subtitles are in this encoding ...
 
Posts: 12 | Thanked: 0 times | Joined on May 2010
#3
if i understood u right then the result was like this....

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ /home/user/.mplayer/config
-sh: /home/user/.mplayer/config: not found
~ $ subcp = windows-1250
-sh: subcp: not found
 
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 ...
 

The Following User Says Thank You to daniel.gazda For This Useful Post:
Posts: 12 | Thanked: 0 times | Joined on May 2010
#5
i got it!!!! thank u very much :x
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:40.