| Author |
Message |
wayne
Guest
|
Posted:
Wed Jun 22, 2005 10:12 pm Post subject:
Unicode in SAMI? |
|
|
Does anyone know how to use unicode in SAMI?
If I save the SMI file as ASNI - it looses the unicode characters.
If I save the SMI file as "Unicode" or "UTF-8" - then it won't play
correctly with WMP.
Any ideas?
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
|
| Back to top |
|
 |
wayne
Guest
|
Posted:
Thu Jun 23, 2005 9:36 pm Post subject:
Re: Unicode in SAMI? |
|
|
Will the WMV link to the caption file dynamically - while it is playing, or
is the caption information embedded into the file as script commands of
"text" type?
I would prefer to have it linked dynamically so that whenever we update the
captions (make changes, fix typos, add another language) - it won't have to
be re-encoded/re-published etc..
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Thu Jun 23, 2005 10:06 pm Post subject:
Re: Unicode in SAMI? |
|
|
On Thu, 23 Jun 2005 09:36:13 -0700, "wayne"
<wayne@discussions.microsoft.com> wrote:
| Quote: | Will the WMV link to the caption file dynamically - while it is playing, or
is the caption information embedded into the file as script commands of
"text" type?
|
If it's a .SMI then it's a separate file. Keeping this under the same
path (directory) as the media file should be enough for the player to
pick it up, as it queries the server a second time for a file in the
server's media directory of the same name (but ending in .smi rather
than .wmv)
So if your file was say
http://myserver.com/videos/myvideo.wmv
Then you should see an access in your server logs for
http://myserver.com/videos/myvideo.smi
| Quote: | I would prefer to have it linked dynamically so that whenever we update the
captions (make changes, fix typos, add another language) - it won't have to
be re-encoded/re-published etc..
|
Append the following (example) to the path to the video file and the
player will pick it up : ?sami=http://myserver.com/videos/myvideo.smi
HTH
Cheers - Neil |
|
| Back to top |
|
 |
wayne
Guest
|
Posted:
Thu Jun 23, 2005 10:49 pm Post subject:
Re: Unicode in SAMI? |
|
|
Can you send me an example of a SMI that has unicode characters?
wwalker@dts.edu
Thanks,
~wayne |
|
| Back to top |
|
 |
|
|
|
|