[Advanced Subtitle] Cyrillic language
-
Sunday, December 30, 2007 2:26 PM
Utillize the method of creation of Advanced Subtitles for me didnt make is correcrt in Russian language. Standard font not support cyrillic codes, but used of other font of also not work, the text of subs is not show on the screen.
Any ideas?
body>
<div style="pos">
<p style="font">
<span id="t0" style="hide">ПРИМЕР!</span> // -in ruusian =).....
<span id="t26" style="hide">ТЕСТ2</span>
</p>
</div>
</body>
All Replies
-
Monday, December 31, 2007 12:25 AM
Can you post more of the markup page, with the <defs> and the <timing> section?
A few other things:
-
Check if the subtitle is even being loaded, eg by doing something like http://blogs.msdn.com/ptorr/archive/2007/02/01/red-box-debugging.aspx
-
Check if the Cyrillic text works inside a normal application (not subtitle)
-
Check that the font complies with the HD DVD Specifications
-
Check the playlist is selecting the correct track
-
-
Monday, December 31, 2007 8:09 AM
*.XAS file
<?xml version="1.0" encoding="UTF-8"?>
<!--
-->
<root xmlns="http://www.dvdforum.org/2005/ihd" xmlns
tate="http://www.dvdforum.org/2005/ihd#state" xmlns
tyle="http://www.dvdforum.org/2005/ihd#style" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi
chemaLocation="http://www.dvdforum.org/2005/ihd ../schema/iHD.xsd" xml:lang="en-us">
<head>
<styling>
<style id="pos" style
osition="absolute" style:x="0px" style:y="980px" style:width="1920px" style:height="100px"/>
<style id="font" style:font="file:///dvddisc/ADV_OBJ/font.aca/ihd_default.TTF" style:color="white" style:fontSize="60px" style:height="100px" style:width="1920px" style:textAlign="center"/>
<style id="hide" style
isplay="none"/>
</styling>
<timing clock="title">
<defs>
<set id="show" style
isplay="auto"/>
</defs>
<par>
<cue begin="00:00:03:00" end="00:00:08:00" select="//span[@id='t0']" use="show"/>
......
<cue begin="00:04:37:00" end="00:04:40:00" select="//span[@id='t100']" use="show"/>
</par>
</timing>
</head>
<body>
<div style="pos">
<p style="font">
<span id="t0" style="hide">TEST-01</span>
.....
<span id="t100" style="hide">TEST_TEST-100</span>
</p>
</div>
</body>
</root>If I change the font ihd_default.TTF (mark red color) in font.aca (replace font file) on arial.TTF
(for example), and change text (red marked) on Russian the subtitles is not work, also for Latin code for not_original font file...
What font to utillize me, with on the specification of hd dvd?
-
Monday, December 31, 2007 8:23 AM
inside normal apps (not hd dvd) work correct =) on hd-dvd is not worked. because in font (IHD) not support cyrillic symbols.
subtitle track on playlist selecting correct (because english text work fine and the simple change of text and another fonts does not work by Russian) -
Thursday, January 03, 2008 1:10 AM
The re-distributable founds included in the jumpstart kit provide a very limited character set Should you need additional characters you will need to use a font that has the characters you need and which you have the rights to re-distribute ... this means purchasing a font or creating one of your own.
For more information on fonts for HD DVD, see:
http://blogs.msdn.com/amyd/archive/2007/05/03/regarding-fonts.aspxFor more information on advanced subtitles, see:
http://blogs.msdn.com/amyd/archive/2007/11/21/advanced-subtitles.aspx

