音视频入门系列-字幕篇(SSA & ASS)
时间:2022-08-30 11:30:01
常见字幕有srt、ssa、ass本文主要介绍等格式ssa和ass的格式。
1.什么是SSA?
◆ SSA(SubStation Alpha),是由CS Low(亦称Kotus)与传统字幕格式(如SRT)更先进的字幕文件格式。
◆格式字幕的插件文件*.ssa作为后缀。
2.什么是ASS?
◆ ASS(Advanced SubStation Alpha),是一种比SSA更先进的字幕格式, 实质版本是SSA v4.00 ,它是基于SSA 4.00 编码构建。
◆ ASS主要变化是SSA在写作风格的基础上增加更多的特效和指令。
◆格式字幕的插件文件*.ass作为后缀。
3.SSA/ASS的基本结构
SSA/ASS字幕是一种ini纯文本文件的风格包括五个section:[Script Info]、[v4 Styles]、[Events]、[Fonts]、[Graphics]。
◆[Script Info]:它包含脚本的头部和整体信息。[Script Info] 必须是 v4 第一行版本脚本。
◆[v4 Styles]:它包含了所有风格的定义。脚本使用的每一种风格都应该在这里定义。ASS 使用 [v4 Styles]。
◆[Events]:包含所有脚本事件,包括字幕、注释、图片、声音、图像和命令。基本上,屏幕上看到的所有内容都在这部分。
◆[Fonts]:在脚本中包含嵌入字体的信息。
◆[Graphics]:在脚本中包含嵌入图片的信息。
4.SSA字幕范例
SSA字幕样本示例如下:
以下是字幕时间、字幕风格等配置。
[Script Info] ; This is a Sub Station Alpha v4 script. ; For Sub Station Alpha info and downloads, ; go to http://www.eswat.demon.co.uk/ ; or email kotus@eswat.demon.co.uk Title: Spirited Away Original Script: Ian Roberts Original Translation: Eisuke Ishibashi ScriptType: v4.00 Collisions: Normal PlayResY: 480 PlayDepth: 0 Wav: 0, 28688,H:\3.wav LastWav: 1 Timer: 100.0000 [V4 Styles] 这是注释:Style样式 : Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding Style: ICredit,Gill Sans Condensed,36、1677215、65535、65535、214483640-1、0、1、3、0、2、70、70、40、0 Style: IDefault,Gill Sans Condensed,30,65535,65535,65535,-214483640-1、0、1、3、0、2、70、40 Style: IScreenText,Gill Sans Condensed,30、1674576、65535、65535、214483640-1、0、1、3、2、70、70、40、0 [Events] Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: Marked=0,0:00:06.60,0:00:08.90,IScreenText,,0000,0000,0000,,{\a10}See you again... Best wishes Dialogue: Marked=0,0:00:11.84,0:00:14.74,ICredit,,0000,0000,0100,,{\a2}Story, Script & Direction - MIYAZAKI Hayao
参考链接:https://wiki.multimedia.cx/index.php/SubStation_Alpha