- UID
- 70
- 积分
- 2445
- 帖子
- 66
- 主题
- 4
- 论坛币
- 1299
- 威望
- 20
- EP值
- 477
- MP值
- 0
- 阅读权限
- 50
- 注册时间
- 2011-8-20
- 在线时间
- 137 小时
- 最后登录
- 2015-5-23
|
LoadPlugin("G:\tcax\tcasFilter.dll") # 路径请自行设置
LoadPlugin("G:\tcax\VSFilter.dll") # 路径请自行设置
v = DirectShowSource("op.mp4", convertfps=true)
v1 = v.ChangeFPS(23.976)
v2 = BlankClip(length=10, width=1280, height=720, fps=23.976, pixel_type="YV12", color=$000000, audio_rate=48000, channels=2)
v3 = v2 + v1
v4 = v3.tcasSub("working_II_op.tcas").TextSub("working_II_op.ass").tcasSub("working_II_op_cn.tcas").TextSub("working_II_op_cn.ass")
return v4
|
|