srt flashes by in one second
#1
Hi,

Yesterday i downloaded and installed the latest version of xbmc and the transparancy skin.
Everything seems to work fin except my .srt's. They show up for a split second at the beginning of a video (all i see are the last 4 entry's all over the screen).
selecting one manually does not help. When i use the subdownloader included in transparency it does work so it is not a font etc setting issue.

I am using windows 7. In vlc media player the srt's work fine (they are located in the same folder as the video and with the exact same name except for the extension).

The srt's are ansi encoded (double checked) and have the below style.

Hopefully you guys have any ideas, i googled and searched this forum but could not find this specific problem.

1

00:00:01,302 --> 00:00:04,522

CLAYTON GEVANGENIS



2

00:00:06,509 --> 00:00:09,808

MAANDAG

VIER DAGEN TOT DE EXECUTIE



3

00:00:09,919 --> 00:00:13,596

Is dat Mozart?

- Tchaikovsky, baas.
Reply
#2
problem solved.

i use a python script to download subs from bierdopje, but it did p_output = open(f_filename, "w") instead of p_output = open(f_filename, "w" + "b")

with only the "w" it made the srt's line ends unix style. changing it to w + b fixed this.
Reply

Logout Mark Read Team Forum Stats Members Help
srt flashes by in one second0