I install PMS on my debian server thanks to this topic viewtopic.php?f=3&t=13046 but I have some issue with my subtitles.
I try to read avi or mkv movies files with srt subtitles files but I have the subtitles twice :
- In white and tall on backgrond
- In orange (like configured in mencoder ssa font color) and small in foreground
Like we can see on this image (orange is near white in this photo):

This is my PMS.conf file :
- Code: Select all
thumbnails = true
mencoder_ass = true
folders = /mnt/share
subs_color = -13261
mencoder_ass_defaultstyle = false
language = en
mencoder_decode = -vf softskip,expand=::::1:16/9,dsize=4/3
image_thumbnails = true
mencoder_audiolangs = fre,eng,jpn,ger,und
mencoder_sublangs = fre,eng,jpn,ger,und
forced_sub_lang = fr
usecache = true
autoloadsrt = false
mencoder_disablesubs = false
maximumbitrate = 0
network_interface = eth0
uuid = 22293dce-aba4-4f5a-9f50-8ad959a78116
mencoder_remux_ac3 = false
How can I have only small and orange sub ?
