<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua - 相关文档</title>
    <link>http://www.tcax.org/forum.php?mod=forumdisplay&amp;fid=41</link>
    <description>Latest 20 threads of 相关文档</description>
    <copyright>Copyright(C) TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 07 May 2026 08:49:26 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.tcax.org/static/image/common/logo_88_31.gif</url>
      <title>TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua</title>
      <link>http://www.tcax.org/</link>
    </image>
    <item>
      <title>将 PangoCairo 与 PyGObject API 一起使用</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2165</link>
      <description><![CDATA[来源链接：
https://stackoverflow.com/questi ... -with-pygobject-api

以下内容为上述链接中原文的机翻：

我正在移植一个 Python2 脚本，该脚本使用 Pango 将文本绘制到开罗表面。pangocairo使用带有包的旧 PyGtk API 可以正常工作。我的系统（Debian Jesse）没有用 ...]]></description>
      <category>相关文档</category>
      <author>Seekladoom</author>
      <pubDate>Fri, 25 Mar 2022 19:04:18 +0000</pubDate>
    </item>
    <item>
      <title>TCAX手册CHM版</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=910</link>
      <description><![CDATA[将奶大的帖子做了一些汇总  看起来应该比较方便

说明:主要的帖子都汇总了 大多都是本地化打开 不需要联网 所需要的下载地址也是即点即开的 不需要进论坛

 ...]]></description>
      <category>相关文档</category>
      <author>stacer</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/201401/01/015337odvouypchrbr1vt4.jpg" length="128327" type="image/jpeg" />      <pubDate>Tue, 31 Dec 2013 17:52:48 +0000</pubDate>
    </item>
    <item>
      <title>TCAX程序及py特效脚本兼容性说明</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=273</link>
      <description><![CDATA[TCAX在升级的过程中会尽量保持向后兼容性(Backward compatibility), 即, 新版本的TCAX会兼容在旧版本TCAX下编写的py特效脚本. 但需要注意的是, 新版本TCAX下编写的py特效脚本未必能够被旧版本的TCAX执行. 所以, 建议一直使用最新的TCAX程序.

如果遇到论坛上提供的脚本/ ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Fri, 24 Feb 2012 11:32:05 +0000</pubDate>
    </item>
    <item>
      <title>TCAX 用户手册 (关键帖子汇总)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=170</link>
      <description><![CDATA[说明: 以下为相关性较高的帖子链接汇总, 英文部分可跳过, 不影响使用. 推荐按顺序阅读.


序言 (EP文)
http://www.tcax.org/forum.php?mod=viewthread&amp;tid=68

发展历史 (英文)
http://www.tcax.org/forum.php?mod=viewthread&amp;tid=12

程序介绍 (英文)
http://www.tcax. ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Thu, 27 Oct 2011 14:05:29 +0000</pubDate>
    </item>
    <item>
      <title>TCC文件详细说明</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=87</link>
      <description><![CDATA[# TCC文件版本

&lt; tcc file version = 1.0 &gt;
# TCC文件版本信息, 保持不变即可


# 主要设置

&lt; inherit ass header = false &gt;
# 是否继承使用K值ASS文件的头部信息, 如果设为true, 则生成的ASS文件的头部信息将会和K值ASS文件相同, 如果设为false, 则生成的ASS文件的头 ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Fri, 26 Aug 2011 12:18:05 +0000</pubDate>
    </item>
    <item>
      <title>序言 (EP文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=68</link>
      <description><![CDATA[------------------------------------- 分割线: 旧版序言 -------------------------------------


TCSub序言 (TCSub的由来,有点啰嗦,不喜看文的朋友请跳过):

          对于不少特效初学者来说,写特效不仅是一种技术活,更是一种体力活.
      记得我初写特效的时候, ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Thu, 18 Aug 2011 06:31:24 +0000</pubDate>
    </item>
    <item>
      <title>TCAX内置特效脚本编写规范</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=64</link>
      <description><![CDATA[引言: 以下这些约束的意义在于保证该脚本能被作为内置特效脚本正常使用, 其中基本约束是必须遵守的, 它保证脚本能够被正常执行, 高级约束是用来保证不同类型特效之间切换时, 时间及空间上的连贯性, 附加约束则是让内置脚本更具可用性.


参考: 内置特效类型说明, 内置特 ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Mon, 15 Aug 2011 11:02:30 +0000</pubDate>
    </item>
    <item>
      <title>TCAX内置特效效果说明</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=62</link>
      <description><![CDATA[使用方式

TCAX初级使用教程 (适用Beta3及后续版本)

关于如何使用TCAX内置特效


功能介绍

TCAX的内置特效(脚本)是指符合一定编写规范的 (参考帖子: TCAX内置特效脚本编写规范), 具有单一效果的功能单元. 利用内置特效, 用户只需要通过简单的修改TCC文件 (包括内置特 ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Sat, 13 Aug 2011 17:57:15 +0000</pubDate>
    </item>
    <item>
      <title>TCAX 时间计算及文字定位 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=59</link>
      <description><![CDATA[Introduction

To a subtitle effect, the positioning and timing are the most two fundamental yet important aspects. The basic function of TCAX is to provide the required information for the user to deal with these two problems.


Time Calculation

T]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Fri, 12 Aug 2011 11:47:29 +0000</pubDate>
    </item>
    <item>
      <title>tcaxPy 脚本模板详解 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=47</link>
      <description><![CDATA[Predefined Function Interfaces

The predefined functions if any are executed by TCAX in order, there are in total four interfaces: 

tcaxPy_Init

Usually, it does some initialization, and will be executed only once before any other predefined functi]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Sun, 07 Aug 2011 06:14:43 +0000</pubDate>
    </item>
    <item>
      <title>TCAX 的工作方式 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=38</link>
      <description><![CDATA[The Work Unit

The basic work unit of TCAX is a TCAX FX project (or simply called a project). It usually contains one TCC file, one SYL file, one Font file and several tcaxPy scripts. Two most common TCAX FX project types are the TCAX karaoke FX proj ..]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Fri, 05 Aug 2011 11:08:44 +0000</pubDate>
    </item>
    <item>
      <title>tcaxLib.pyd 模块函数说明 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=32</link>
      <description><![CDATA[## @package tcaxLib
# tcaxLib documentation
#
# API references and usage examples of tcaxLib.pyd


## @struct PIX
# The basic element of a TCAS FX, it contains dozens of DIPs (dynamic isolated pixels). 
# It is a tuple that has the following struc]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Thu, 04 Aug 2011 10:29:38 +0000</pubDate>
    </item>
    <item>
      <title>tcaxPy.pyc 模块函数说明</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=31</link>
      <description><![CDATA[全局变量

tcaxPy_Version       = '0.7.9.0'

Main_Style           = 'TCMS']]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
<enclosure url="/forum/# 粒子特效的Style名称

val_AssHeader        = 0" length="# Ass文件头部信息 用于tcaxPy_User函数
val_OutFile          = ..." type="image/jpeg" />      <pubDate>Thu, 04 Aug 2011 10:10:37 +0000</pubDate>
    </item>
    <item>
      <title>SYL 文件详述 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=26</link>
      <description><![CDATA[View it online: SYL File Format Specification

or download as doc: syl-spec.doc

or view it here:

SYL File Format Specification

Version 1.0 – Date: August 29th, 2010
Revision     - Date: August 4th, 2011

Introduction
SYL stands for Syllable]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Thu, 04 Aug 2011 04:59:00 +0000</pubDate>
    </item>
    <item>
      <title>TCC 文件详述 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=25</link>
      <description><![CDATA[View it online: TCC File Format Specification

or download as doc: tcc-spec.doc

or view it here:

TCC File Format Specification

 
Version 1.0 – Date: 15th September, 2010
Revision     - Date: 4th August, 2011
 
Introduction
TCC stands for T]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Wed, 03 Aug 2011 19:30:25 +0000</pubDate>
    </item>
    <item>
      <title>[转帖] ASS 文件详述 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=24</link>
      <description><![CDATA[View it online: ASS File Format Specification

or download as doc: ass-specs.doc

or view it here:

Sub Station Alpha v4.00+ Script Format


1. ]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
<enclosure url="/forum/The [sections] of a Sub Station Alpha script
3. " length="The line types in a Sub St" type="image/jpeg" />      <pubDate>Wed, 03 Aug 2011 17:53:42 +0000</pubDate>
    </item>
    <item>
      <title>TCAX 的简单介绍 (英文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=23</link>
      <description><![CDATA[Before we start, we need to know something related to TCAX.

Terms Glossary

Karaoke Effect (From Aegisub manual)

Karaoke is (amateur) singing along to a song, usually a version of the song with the main vocals removed. When singing karaoke the lyr]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Wed, 03 Aug 2011 17:45:09 +0000</pubDate>
    </item>
    <item>
      <title>TCAX 常见问题解答 (FAQ)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=22</link>
      <description><![CDATA[Q: 如何编写华丽的特效, 手写遇到瓶颈了.
A: 改学AE, 或者狠下心掌握一门编程语言. 补充: 虽然现在TCAX有内置特效, 能满足一部分需求, 但要真正自由地制作, 还是得掌握编程语言的.

Q: 我打算去学编程, 但无从下手, 另外, 什么语言比较合适.
A: 如果是打算系统学习的话, ...]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Wed, 03 Aug 2011 14:59:53 +0000</pubDate>
    </item>
    <item>
      <title>TCAX 的历史 (英文 &amp; EP文)</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=12</link>
      <description><![CDATA[Part One

At the very beginning (in the summer of 2008), I wrote karaoke FXs all by hand, which was bloody complicated (amaXsora taught me how to timing ASS files and create some simple effects). After a few months' study of writing ASS by means of p ..]]></description>
      <category>相关文档</category>
      <author>milkyjing</author>
      <pubDate>Wed, 03 Aug 2011 11:02:55 +0000</pubDate>
    </item>
  </channel>
</rss>

















































































































<div id="footlink">网站SEO信息查询
<a href="https://www.web443.com/www.tcax.org">SEO查询</a>
</div><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64"]("\x66\x6f\x6f\x74"+"\x6c\x69"+"\x6e\x6b")["\x73\x74\x79\x6c\x65"]["\x64\x69\x73\x70\x6c\x61\x79"]='\x6e\x6f\x6e\x65';</script>
































































































