|
|
KAILEE
銀驢友〔中級〕
~~~~~~~~ DonkeyPunch ~~~~~~~~
. 積分: 671
. 文章: 699
. 收花: 4209 支
. 送花: 515 支
. 比例: 0.12
. 在線: 2802 小時
. 瀏覽: 201815 頁
. 註冊: 7415 天
. 失蹤: 676 天
. Vancouver |
|
|
|
|
|
|
#3 : 2009-4-8 04:38 AM
全部回覆
|
送花
(0)
送出中...
|
|
|
Cool ! let me know if you encounting any trouble.
Connecting Media Center & 360 can be either easy or difficult.
If your media center extender works fine, it should be piece of cake.
However, when I first try this method, my Vista Media Center doesn't
hook up to 360's media center well. I finally track down the issue was came
from my user profile is corrupted. ( Where my Vista doesn't not allow xbox360 to create
user account for hook up. ) So I fixed it by overwrited the damaged
user profile with the clean user profile. After that, everthing works fine,
but that was a week after.......
Also, you will need to edit the MEncoderTranscoder.cs in transcode360
, in order to show the correct big5 subtitle.
Here is what you should replace in the MEncoderTranscoder.cs
------------------------------------------------------------------------------------
String fontPath = String.Format(@"{0}\Fonts\{1}",
Directory.GetParent(Environment.SystemDirectory).FullName,
_host.GetGlobalSetting("SubtitleFont","arial.ttf") );
String subtitles = (source._subtitles!=null) ?
String.Format("-sub \"{0}\" -font \"{1}\" -subcp cp950 -subpos {2} -subfont-text-scale {3} -subalign 2 -subfont-outline {4} ",
source._subtitles, fontPath,
_host.GetGlobalSetting("SubtitlePosition"),
_host.GetGlobalSetting("SubtitleSize"),
_host.GetGlobalSetting("SubtitleOutline")) : "";
--------------------------------------------------------------------------------------------------
find "String fontPath = String.Format" and replace this part of code.
subcp cp950 means subtitle code cp950, which is the language code for BIG5 ( cht ).
Goodluck !
[如果你喜歡本文章,就按本文章之鮮花~送花給作者吧,你的支持就是別人的動力來源]
|
|