Advance Member
|
可以的,只要修改.stl檔即可,很簡單.
用記事本notepad開啟.stl檔,最上面可修改,如下:
//Font select and font size
$FontName = 華康中黑體(P)----字型
$FontSize = 32---------------字大小
//Character attributes (global)----屬性...粗體,斜體等
$Bold = FALSE-----------0無,1有
$UnderLined = FALSE
$Italic = FALSE
//Position Control------------------------字幕位置
$HorzAlign = Center
$VertAlign = Bottom
$XOffset = 0
$YOffset = 24
//Contrast Control-----------------------字幕濃淡0-15
$TextContrast = 15
$Outline1Contrast = 15
$Outline2Contrast = 15
$BackgroundContrast = 0
//Effects Control---------------特效(此功能我沒試過)
$ForceDisplay = FALSE---------強制顯示
$FadeIn = 0-------------淡入
$FadeOut = 0-------------淡出
//Other Controls---------------其他(此功能我沒試過)
$TapeOffset = FALSE
//$SetFilePathToken = <<:>>
//Colors------------------------顏色
$ColorIndex1 = 0-------------外框1顏色
$ColorIndex2 = 1-------------外框2顏色
$ColorIndex3 = 5-------------文字顏色***
$ColorIndex4 = 3-------------背景顏色
***文字或外框顏色如下:
0.黑 1.深灰 2.白 3.紅 4.灰 5.淺灰 6.青 7.洋紅 8.黃, 9-14為深色系
因此影片中可以加入兩組以上不同顏色的字幕,很好玩. 敬請指教.
|