Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-changwei committed May 7, 2022
1 parent fccd9b7 commit 2bad59c
Show file tree
Hide file tree
Showing 10 changed files with 1,660 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
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 added Seamless-Branching-SBD.ico
Binary file not shown.
673 changes: 673 additions & 0 deletions Seamless-Branching-SBD.py

Large diffs are not rendered by default.

Loading

0 comments on commit 2bad59c

Please sign in to comment.