Great job Mfaraj57,
Integration works, however Subsupport settings(Fonts,Size,Position,Encoding...) are ignored when coming back to movies, seems Freeplayer subtitles settings override Subsupport settings
Posted 20 November 2014 - 22:49
Thanks mx3L for useful information
i integrated subsupports with the player of TSmedia but subsDelayInc, subsDelayDec do not synchronize subtitles .also in mp2,did i miss something?
When you use MP2 try right/left button when external subtitles are loaded, right button increases subtitles time by 200ms step, meaning that they will appear 200ms later, left button does opposite.
If you look on subsDelayInc/subsDelayDec in MP2, it just retrieves current subtitles delay by SubsSupport.getSubsDelay function, increase/decrease it by step(200ms) and sets new delay by SubsSupport's.setSubsDelay function.
setSubsDelay sets new delay for subtitles, but you should noticed it only on next subtitle, since it doesn't re-adjust already running timer only the next one.
Great job Mfaraj57,
Integration works, however Subsupport settings(Fonts,Size,Position,Encoding...) are ignored when coming back to movies, seems Freeplayer subtitles settings override Subsupport settings
Freeplayer shouldn't override anything subssupport related. This should mean that when you change and save subssupport settings, exit movie, open movie, open subssupport settings, then they are in default state(not changed), right?
Posted 21 November 2014 - 12:57
Hi Mx3l
It's seems that Subsupport is completly ignored when watching movies, probably conflict between subtitle internal handling & Subsupport.
Snapshot better than words, notice changes ( size, fonts, tags) when watching and opening Susupport settings
Posted 28 November 2014 - 18:57
Hi,
1. try to lower zPosition of this screen:
<screen name="FreePlayer" position="0,0" size="1280,720" flags="wfNoBorder" zPosition="-2" backgroundColor="transparent">
2.disable FreePlayer subtitles handling in __init__ function:
self.opensubtitle = "" self.enablesubtitle = False
0 members, 2 guests, 0 anonymous users