-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fccd9b7
commit 2bad59c
Showing
10 changed files
with
1,660 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Seamless-Branching-SBD | ||
|
||
## A tool for creating seamless branching Blu-rays! | ||
|
||
## 命名标准 | ||
* Clip: | ||
Clip#?, 00000_?, 00000, ... | ||
|
||
* Video: | ||
00000_0_01.avc, 00000_?.avc, ... | ||
|
||
* Audio: | ||
00000_0_01.ac3, ... | ||
|
||
* PG: | ||
00000_0_01.pes, 00000_0_01_?.pes, ?_slice?_clipXXXXX.pes, ... | ||
|
||
## Properties: | ||
* 不会重复导入已存在的轨道 | ||
* 自动寻找clip对应轨道 | ||
* 对共享clip的playItem,其时间应是相同的 | ||
* (Required) 使用前必须完成对所有素材的构建 | ||
* (Required) 所有playitem都必须连接到clip上,所有clip都必须有video | ||
* (Fixed!) 在删除轨道前需先清除playitem对轨道的引用 | ||
* (X) 同一PlayList中重复clip的修改 | ||
* (X) Multiple angles | ||
* (X) PIP | ||
* [TO DO] Relink playItem 2 clip | ||
* [TO DO] PlayMark |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.