Page 1 of 1

SMI Subtitles Question

PostPosted: Thu Sep 12, 2013 12:59 am
by zepinos
Can't seem to get Serviio to play subtitles on an SMI file. This file encode "euc-kr(or iso-8859-1, MS949, etc...)".

Well as English sentences are displayed. But, the subtitles do not appear when including non-ascii characters. If change the extension to SRT come without problems.

ex) appear : <SYNC Start=5000><P Class=KRCC><font color=violet>TEST
ex) not appear : <SYNC Start=5000><P Class=KRCC><font color=violet>TEST한글

Any help in solving. Thank you in advance...

Re: SMI Subtitles Question

PostPosted: Thu Sep 12, 2013 3:39 pm
by zip
Is this when burning subtitles in?

Can you attach the subs file?

Re: SMI Subtitles Question

PostPosted: Thu Sep 12, 2013 3:53 pm
by zepinos
Not checked "Enable transcoding" option, and only checked "Enable subtitles" at "subtitles" tab.

Re: SMI Subtitles Question

PostPosted: Sun Sep 15, 2013 6:53 pm
by zip
So Serviio currently doesn't use the character encoding option for softsubs (when converting .smi to .srt), but I'll add it. You'd then use

  Code:
cp949


as the character encoding option - you should be able to try it now with burned-in subtitles.

You can use the rename workaround for now before 1.4 is released.

Re: SMI Subtitles Question

PostPosted: Mon Sep 16, 2013 1:27 am
by zepinos
Thanks for the help!!! :D