| 
UID3700积分10帖子2主题1论坛币13 威望0 EP值6 MP值0 阅读权限50注册时间2017-2-27在线时间3 小时最后登录2017-3-9
 
 
 | 
| 我的tcc文件是这样的 
 
 # tcc file version
 
 < tcc file version = 1.0 >
 
 
 # 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_012.py >    < beg line = 1 >    < end line = 0 >
 < py file = !main_006.py >    < beg line = 1 >    < end line = 0 >
 < py file = !eft_003.py >    < beg line = 1 >    < end line = 0 >
 < py file = !eft_004.py >    < beg line = 1 >    < end line = 0 >
 < py file = !out_010.py >    < beg line = 1 >    < end line = 0 >
 < py file = !ext_005.py >    < beg line = 1 >    < end line = 0 >
 
 
 
 # main settings
 
 < k-timed ass file = textr_k.ass >
 < font file = YuGothB.ttc >    < font face id = 2 >    < font size = 41 >
 < fx width = 1280 >    < fx height = 720 >    < fx fps = 23.976 >
 < alignment = 2 >
 < x offset = 20 >    < y offset = 15 >
 < spacing = 2 >    < space scale = 1.0 >
 
 
 # style settings
 
 < font face name = "" >
 < bord = 1 >    < shad = 0 >
 < primary color = FFFFFF >    < secondary color = FFFFFF >    < outline color = FF359A >    < back color = 000000 >
 < primary alpha = 0 >    < secondary alpha = 0 >    < outline alpha = 0 >    < back alpha = 100 >
 
 
 # additional settings
 
 < blur = 1.0 >
 
 
 
 
 但是加载视频的时候并没有出现预览里面的粒子特效,请问问题出在哪呢
 | 
 |