成品后的工程文件夹
一:第一步,先K轴
二:创建tcc文件
三 编写tcc特效文件,内置特效的话尽量看懂,看懂最好,看不懂一个个试试看吧 也可以试试修改数值 前提记得保存~现在tcax经常抽风 不保存就真没了gg
# tcc file version
< tcc file version = 1.000 >
# mode configuration
< inherit ass header = false >
< k mode = syllable >
< text layout = horizontal >
< tcaxpy init = true >
< tcaxpy user = false >
< tcaxpy fin = true >
# py settings
< py file =!in_003.py > < beg line = 1 > < end line = 0 >
< py file =!main_002.py > < beg line = 1 > < end line = 0 >
< py file =!out_012.py > < beg line = 1 > < end line = 0 >
< py file =!eft_004.py > < beg line = 1 > < end line = 32 >
< py file =!eft_004.py > < beg line = 35 > < end line = 35 >
< py file =!eft_004.py > < beg line = 37 > < end line = 0 >
< py file =!ext_001.py > < beg line = 1 > < end line = 0 >
# main settings
< k-timed ass file = 日文轴_k.ass >
< font file = simhei.ttf > < font face id = 1 > < font size = 36 >
< fx width = 1280 > < fx height = 720 > < fx fps = 23.976 >
< alignment = 2 >
< x offset = 30 > < y offset = 15 >
< spacing = 0 > < space scale = 1.000 >
# style settings
< font face name = "" >
< bord = 1 > < shad = 0 >
< primary color = F558E3> < secondary color =FFADDD> < outline color = 000000 > < back color = 000000 >
< primary alpha = 0 > < secondary alpha = 255 > < outline alpha = 0 > < back alpha = 255 >
# additional settings
< blur = 0.000 >
四:先用megui生产avs,再编写avs文件(或者直接编写也行 下面是我的avs,空文本改后缀就行了
LoadPlugin("D:\megui\MeGUI-2395\tools\ffms\ffms2.dll")
LoadPlugin("D:\megui\MeGUI\tools\avisynth_plugin\VSFilter.dll")
LoadPlugin("C:\Program Files (x86)\Aegisub\csri\vsfiltermod.dll")
FFVideoSource("D:\lisa\新建文件夹\水树.mp4", threads=1)
textsub("日文轴特效.ass")