最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

【開源項(xiàng)目分享】Aegisub [Daydream Cafe] Edition(Aegisub 9212 開發(fā)版)

2021-03-06 19:21 作者:只有神知道的歌詞特效  | 我要投稿

下載鏈接:https://github.com/Ristellise/AegisubDC/releases/tag/9212

github來源:https://github.com/Ristellise/AegisubDC


【中文說明(來源:谷歌機(jī)翻)】

Aegisub [Daydream Cafe]版

這基本上是一個(gè)經(jīng)過修補(bǔ)的wangqr構(gòu)建,包括最新的庫(kù)等。

變化

  • 更新了所有依賴項(xiàng)

  • 包括harfbuzz夾,顯示正確的zalgo文本

  • 66dba8d在撰寫本文時(shí)將libass更新為。

  • 從luajit切換到moonjit(包括5.3),并更改5.2。

  • Vector Tools現(xiàn)在最多允許2個(gè)小數(shù)位。

  • 允許字體管理器(如fontbase)加載字體。

  • 刪除了文本框的邊框UI。這樣看起來更干凈。

  • 修復(fù)了gdi的字體檢測(cè)。

  • 修復(fù)FFMS2以允許VP9 / Webm視頻,包括音頻補(bǔ)丁

  • 支持WWXD關(guān)鍵幀[Light要求]

  • Experimental Unicode 6.3+為libass添加了括號(hào)匹配選項(xiàng)

  • 將Yutils模塊捆綁為默認(rèn)自動(dòng)化

  • 添加了新的熱鍵命令以重新加載當(dāng)前字體提供程序。[默認(rèn)值:CTRL+R]

  • 將VSFilter更新為Cyberbeing / xy-VSFilter @ fc01a8da5ea6af9091aaab839bc62dc94a90094e

  • 將VSFilterMod更新為sorayuki/VSFilterMod@R5.2.3

  • 使SRT Times始終四舍五入。

  • moex3的實(shí)驗(yàn)視頻平移。

可以在https://github.com/Ristellise/AegisubDC/issues中找到錯(cuò)誤跟蹤器。

在此問題頁(yè)面上可獲得此版本的支持。

建筑Aegisub

CMake(僅適用于Windows)

該派生包含所有各種庫(kù)及其源代碼,將當(dāng)前目錄設(shè)置為文件夾的根目錄并運(yùn)行:?scripts\createcmake.bat

要啟用AviSynth +支持,請(qǐng)安裝AviSynth,檢查Filter SDK并修改createcmake.bat。

更新Moonscript

在Moonscript存儲(chǔ)庫(kù)中,運(yùn)行bin/moon bin/splat.moon -l moonscript moonscript/ > bin/moonscript.lua。打開新創(chuàng)建的bin/moonscript.lua,并在其中進(jìn)行以下更改:

  1. 在文件的最后一行之前package.preload["moonscript"]()加上a?return,產(chǎn)生return package.preload["moonscript"]()。

  2. 在函數(shù)的package.preload['moonscript.base'],刪除對(duì)moon_loader,insert_loaderremove_loader。這意味著在返回的表中刪除它們的聲明,定義和條目。

  3. 在的功能內(nèi)package.preload['moonscript'],刪除該行_with_0.insert_loader()。

該文件現(xiàn)在可以使用了,可以放置在automation/includeAegisub存儲(chǔ)庫(kù)中。

擴(kuò)展Git歷史

該項(xiàng)目的Git歷史記錄已被截?cái)?。要獲取并移植剩余的歷史記錄,請(qǐng)運(yùn)行以下命令(origin根據(jù)需要使用適當(dāng)?shù)倪h(yuǎn)程名稱替換):

git fetch origin + refs / replace / *:refs / replace / *

執(zhí)照

此存儲(chǔ)庫(kù)中的所有文件均已獲得各種GPL兼容的BSD樣式許可;有關(guān)更多信息,請(qǐng)參見LICENSE和各個(gè)源文件。由于包含fftw3,因此Windows正式版是GPLv2。


【英文原版】

Aegisub [Daydream Cafe] Edition

This is basically a patched wangqr build to include latest libraries et all.

Changes

  • Updated all dependencies

  • Includes harfbuzz wich shows correct zalgo text

  • Updated libass to?66dba8d?at the time of writing.

  • Switched from luajit to moonjit, incldes 5.3,?With breaking 5.2 changes.

  • Vector Tools now allows up to 2 decimal places.

  • Allow font manager (like fontbase) loaded fonts.

  • Removed border UI for Text box. looks cleaner this way.

  • Fixed font detection for gdi.

  • Fixed FFMS2 to allow VP9/Webm videos, includes audio patch

  • Support WWXD keyframes [Requested by Light]

  • Added?Experimental Unicode 6.3+?bracket matching option for libass

  • Bundle Yutils module as default automation

  • Added new hotkey command to reload current font provider. [Default:?CTRL+R]

  • Updated VSFilter to Cyberbeing/xy-VSFilter@fc01a8da5ea6af9091aaab839bc62dc94a90094e

  • Updated VSFilterMod to sorayuki/VSFilterMod@R5.2.3

  • Made SRT Times to always round down.

  • Experimental Video Panning by moex3.

The bug tracker can be found at?https://github.com/Ristellise/AegisubDC/issues.

Support for this edition is available on this issues page.

Building Aegisub

CMake (for Windows only)

This fork includes all the various libraries with their sources, set the current directory to the root of the folder and run:?scripts\createcmake.bat

To enable AviSynth+ support, install AviSynth, check Filter SDK and modify createcmake.bat.

Updating Moonscript

From within the Moonscript repository, run?bin/moon bin/splat.moon -l moonscript moonscript/ > bin/moonscript.lua. Open the newly created?bin/moonscript.lua, and within it make the following changes:

  1. Prepend the final line of the file,?package.preload["moonscript"](), with a?return, producing?return package.preload["moonscript"]().

  2. Within the function at?package.preload['moonscript.base'], remove references to?moon_loader,?insert_loader, and?remove_loader. This means removing their declarations, definitions, and entries in the returned table.

  3. Within the function at?package.preload['moonscript'], remove the line?_with_0.insert_loader().

The file is now ready for use, to be placed in?automation/include?within the Aegisub repo.

Expanding the Git history

The Git history of this project is truncated. To fetch and graft the remaining history, run the following command (replace?origin?with the appropriate remote name as necessary):

git fetch origin "+refs/replace/*:refs/replace/*"

License

All files in this repository are licensed under various GPL-compatible BSD-style licenses; see LICENCE and the individual source files for more information. The official Windows build is GPLv2 due to including fftw3.

【開源項(xiàng)目分享】Aegisub [Daydream Cafe] Edition(Aegisub 9212 開發(fā)版)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
平邑县| 章丘市| 上林县| 垫江县| 资源县| 博野县| 广宗县| 栾川县| 吉隆县| 桦川县| 大英县| 南漳县| 克东县| 卢湾区| 射阳县| 石林| 华亭县| 剑河县| 伊春市| 南京市| 萝北县| 崇左市| 兴城市| 建平县| 军事| 浙江省| 思南县| 揭阳市| 奉贤区| 赫章县| 卢氏县| 秀山| 琼中| 于都县| 沁水县| 南通市| 沐川县| 萨嘎县| 台安县| 宁国市| 水城县|