火影不是有人自轉成 DVD 了?
http://twed2k.no-ip.org/discuz/v ... d=79537&fpage=1
還是要自己轉的才合自己心意 (是的話你就有點像我了... )?
要跳其實不太難, 方法有兩種:
1) 把所有 avi 轉來的 mpg-2 檔用 TMPGEnc 的 mpeg tool 合成一個大檔, 再用 DVD-Lab Pro 或 DVD Maestro 造成 DVD (片頭片尾曲一定要加 chapter point), 然後用 VobBlanker 去 blank out 除了第一集外的所有片頭片尾曲, 最後再用 pgcedit 來 reuse 第一集的片頭片尾
以下是犬夜叉 DVD 的教學, 犬夜叉的 DVD 是 D9 來的, 我將它的聲軌由 wav 轉成 384kbps 的 mp2, 刪走除第一集外的片頭片尾然後再改變播放順序而令其他集數重用第一集的片頭片尾便可在不壓畫質的情況下把 D9 變成 D5, 而其中步驟 (vi) 和 (vii) 便是教你怎用 VobBlanker 刪走片頭片尾和用 pgcedit 來改變播放順序:
http://hmr9dkc6xgks.hp.infoseek.co.jp/tutorial/tutorial01.htm
2) 不用合成一個檔, 而用 DVD Lab Pro 或 DVD Maestro 來做 branching... 不過你一定要對 DVD 的結構和 VM command 有點認識, 方法是在每集的尾部加個 post command 去改一個 register (例如 gprm(0)) 後再跳到一個 VMGM (dummy) menu, 而這個 VMGM menu 便根據那個 register 的值來跳到指定的 VTST:
First Play: set gprm(0) = 0, jump to VTST 1,1 (片頭曲)
VTST 1,1 post command:
if gprm(0) = 0 then jump to VMGM menu PGC1
(PGC 1 jumps to VTST 3,1 (第一集))
if gprm(0) = 1 then jump to VMGM menu PGC2
(PGC 2 jumps to VTST 4,1 (第二集))
if gprm(0) = 2 then jump to VMGM menu PGC3
(PGC 3 jumps to VTST 5,1 (第三集))
if gprm(0) = 3 then jump to VMGM menu PGC4
(PGC 4 jumps to VTST 6,1 (第四集))
VTST 3,1 post command: set gprm(0) =1, jump to VTST 2,1 (片尾曲)
VTST 2,1 post command: jump to VMGM menu PGC5 (VMGM PGC 5 jumps to VTST 1,1 (片頭曲))
P.S. 以上例子是當沒有預告, 有的話亦只是多跳一步而已... 總之就像 C program 般以一個 variable 來做 branching 的 condition...
[lovelegend 在 2005-6-13 05:19 PM 作了最後編輯]
|