瀏覽單個文章
LJH
*停權中*
 

加入日期: Dec 2002
您的住址: 台北市
文章: 448
引用:
Originally posted by thl
如果製作的DVD有保留原選單就用原選單去切換
如果是取主影片然後重新產生ifo檔則可使用下列方法
利用IfoEdit(較新的版本,094或095)打開主影片ifo檔
例如:VTS_01_0.IFO
展開VTS_PGCITI找到主影片的PGC(例如VTS_PGC_1)
如果是影集類2,3個PGC都是主影片則每個PGC都做
點選VTS_PGC_1
在下半部視窗會找到如下文字
PGC Command Table start byte
PGC Program Map start byte
Cell Playback Information Table start byte
Cell Position Information Table start byte

There is no PGC Command Table
在There is no PGC Command Table文字處按滑鼠右鍵Add PreCommand
原來的There is no PGC Command Table變成
PGC Command Table:
Number of Pre Commands 1 [0001]
Number of Post Commands 0 [0000]
Number of Cell Commands 0 [0000]
Size of Command table in bytes 15 [000f]
1.Pre Command NOP [00 00 00 00 00 00 00 00 ]
在1.Pre Command NOP按右鍵Edit Command
出現Change command視窗,在Command的地方選擇
Set Subpicture stream Nr這個命令後,再來選Stream
如果你要的字幕排第一就選0,排第二的字幕就選1,以此類推
例如選了第二個字幕,原來的Pre Command就從NOP變成
Set Subpicture stream Nr: 1
IfoEdit在這個地方有個bug,這時候雖然已經將字幕切換到第二個字幕
但是字幕是關閉的
在Set Subpicture stream Nr: 1這個命令處按滑鼠左鍵兩次
進入HexEdit Module,這個命令的16進制碼是
51 00 00 00 81 00 00 00
將原來的81改成C1(如果原來選的是stream 2,就是82改C2以此類推)
大功告成,記得按Save存檔


太太太......深奧了
舊 2003-02-07, 05:25 PM #7
回應時引用此文章
LJH離線中