Skip to content

Commit 8bb5187

Browse files
committed
🔖r99 #2025年11月02日
1 parent 5200d83 commit 8bb5187

File tree

8 files changed

+15
-193
lines changed

8 files changed

+15
-193
lines changed

CREDITS.md

Lines changed: 0 additions & 168 deletions
Original file line numberDiff line numberDiff line change
@@ -87,174 +87,6 @@
8787
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8888
> SOFTWARE.
8989
90-
## FFmpeg
91-
92-
> GNU LESSER GENERAL PUBLIC LICENSE
93-
> Version 3, 29 June 2007
94-
>
95-
> Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
96-
> Everyone is permitted to copy and distribute verbatim copies
97-
> of this license document, but changing it is not allowed.
98-
>
99-
>
100-
> This version of the GNU Lesser General Public License incorporates
101-
> the terms and conditions of version 3 of the GNU General Public
102-
> License, supplemented by the additional permissions listed below.
103-
>
104-
> 0. Additional Definitions.
105-
>
106-
> As used herein, "this License" refers to version 3 of the GNU Lesser
107-
> General Public License, and the "GNU GPL" refers to version 3 of the GNU
108-
> General Public License.
109-
>
110-
> "The Library" refers to a covered work governed by this License,
111-
> other than an Application or a Combined Work as defined below.
112-
>
113-
> An "Application" is any work that makes use of an interface provided
114-
> by the Library, but which is not otherwise based on the Library.
115-
> Defining a subclass of a class defined by the Library is deemed a mode
116-
> of using an interface provided by the Library.
117-
>
118-
> A "Combined Work" is a work produced by combining or linking an
119-
> Application with the Library. The particular version of the Library
120-
> with which the Combined Work was made is also called the "Linked
121-
> Version".
122-
>
123-
> The "Minimal Corresponding Source" for a Combined Work means the
124-
> Corresponding Source for the Combined Work, excluding any source code
125-
> for portions of the Combined Work that, considered in isolation, are
126-
> based on the Application, and not on the Linked Version.
127-
>
128-
> The "Corresponding Application Code" for a Combined Work means the
129-
> object code and/or source code for the Application, including any data
130-
> and utility programs needed for reproducing the Combined Work from the
131-
> Application, but excluding the System Libraries of the Combined Work.
132-
>
133-
> 1. Exception to Section 3 of the GNU GPL.
134-
>
135-
> You may convey a covered work under sections 3 and 4 of this License
136-
> without being bound by section 3 of the GNU GPL.
137-
>
138-
> 2. Conveying Modified Versions.
139-
>
140-
> If you modify a copy of the Library, and, in your modifications, a
141-
> facility refers to a function or data to be supplied by an Application
142-
> that uses the facility (other than as an argument passed when the
143-
> facility is invoked), then you may convey a copy of the modified
144-
> version:
145-
>
146-
> a) under this License, provided that you make a good faith effort to
147-
> ensure that, in the event an Application does not supply the
148-
> function or data, the facility still operates, and performs
149-
> whatever part of its purpose remains meaningful, or
150-
>
151-
> b) under the GNU GPL, with none of the additional permissions of
152-
> this License applicable to that copy.
153-
>
154-
> 3. Object Code Incorporating Material from Library Header Files.
155-
>
156-
> The object code form of an Application may incorporate material from
157-
> a header file that is part of the Library. You may convey such object
158-
> code under terms of your choice, provided that, if the incorporated
159-
> material is not limited to numerical parameters, data structure
160-
> layouts and accessors, or small macros, inline functions and templates
161-
> (ten or fewer lines in length), you do both of the following:
162-
>
163-
> a) Give prominent notice with each copy of the object code that the
164-
> Library is used in it and that the Library and its use are
165-
> covered by this License.
166-
>
167-
> b) Accompany the object code with a copy of the GNU GPL and this license
168-
> document.
169-
>
170-
> 4. Combined Works.
171-
>
172-
> You may convey a Combined Work under terms of your choice that,
173-
> taken together, effectively do not restrict modification of the
174-
> portions of the Library contained in the Combined Work and reverse
175-
> engineering for debugging such modifications, if you also do each of
176-
> the following:
177-
>
178-
> a) Give prominent notice with each copy of the Combined Work that
179-
> the Library is used in it and that the Library and its use are
180-
> covered by this License.
181-
>
182-
> b) Accompany the Combined Work with a copy of the GNU GPL and this license
183-
> document.
184-
>
185-
> c) For a Combined Work that displays copyright notices during
186-
> execution, include the copyright notice for the Library among
187-
> these notices, as well as a reference directing the user to the
188-
> copies of the GNU GPL and this license document.
189-
>
190-
> d) Do one of the following:
191-
>
192-
> 0) Convey the Minimal Corresponding Source under the terms of this
193-
> License, and the Corresponding Application Code in a form
194-
> suitable for, and under terms that permit, the user to
195-
> recombine or relink the Application with a modified version of
196-
> the Linked Version to produce a modified Combined Work, in the
197-
> manner specified by section 6 of the GNU GPL for conveying
198-
> Corresponding Source.
199-
>
200-
> 1) Use a suitable shared library mechanism for linking with the
201-
> Library. A suitable mechanism is one that (a) uses at run time
202-
> a copy of the Library already present on the user's computer
203-
> system, and (b) will operate properly with a modified version
204-
> of the Library that is interface-compatible with the Linked
205-
> Version.
206-
>
207-
> e) Provide Installation Information, but only if you would otherwise
208-
> be required to provide such information under section 6 of the
209-
> GNU GPL, and only to the extent that such information is
210-
> necessary to install and execute a modified version of the
211-
> Combined Work produced by recombining or relinking the
212-
> Application with a modified version of the Linked Version. (If
213-
> you use option 4d0, the Installation Information must accompany
214-
> the Minimal Corresponding Source and Corresponding Application
215-
> Code. If you use option 4d1, you must provide the Installation
216-
> Information in the manner specified by section 6 of the GNU GPL
217-
> for conveying Corresponding Source.)
218-
>
219-
> 5. Combined Libraries.
220-
>
221-
> You may place library facilities that are a work based on the
222-
> Library side by side in a single library together with other library
223-
> facilities that are not Applications and are not covered by this
224-
> License, and convey such a combined library under terms of your
225-
> choice, if you do both of the following:
226-
>
227-
> a) Accompany the combined library with a copy of the same work based
228-
> on the Library, uncombined with any other library facilities,
229-
> conveyed under the terms of this License.
230-
>
231-
> b) Give prominent notice with the combined library that part of it
232-
> is a work based on the Library, and explaining where to find the
233-
> accompanying uncombined form of the same work.
234-
>
235-
> 6. Revised Versions of the GNU Lesser General Public License.
236-
>
237-
> The Free Software Foundation may publish revised and/or new versions
238-
> of the GNU Lesser General Public License from time to time. Such new
239-
> versions will be similar in spirit to the present version, but may
240-
> differ in detail to address new problems or concerns.
241-
>
242-
> Each version is given a distinguishing version number. If the
243-
> Library as you received it specifies that a certain numbered version
244-
> of the GNU Lesser General Public License "or any later version"
245-
> applies to it, you have the option of following the terms and
246-
> conditions either of that published version or of any later version
247-
> published by the Free Software Foundation. If the Library as you
248-
> received it does not specify a version number of the GNU Lesser
249-
> General Public License, you may choose any version of the GNU Lesser
250-
> General Public License ever published by the Free Software Foundation.
251-
>
252-
> If the Library as you received it specifies that a proxy can decide
253-
> whether future versions of the GNU Lesser General Public License shall
254-
> apply, that proxy's public statement of acceptance of any version is
255-
> permanent authorization for you to choose that version for the
256-
> Library.
257-
25890
## win32-custom-menubar-aero-theme
25991

26092
> MIT License

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* Microsoft Research Detours Package https://github.com/microsoft/Detours
1919
* JSON for Modern C++ https://github.com/nlohmann/json
2020
* Python https://www.python.org/
21-
* FFmpeg https://www.ffmpeg.org/
2221
* win32-custom-menubar-aero-theme https://github.com/adzm/win32-custom-menubar-aero-theme
2322

2423
## 👽️作成者情報

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ google_analytics:
55
theme: jekyll-theme-leap-day
66
github:
77
ultimate:
8-
url: https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/download/r98/ultimate_r98.zip
9-
name: ULT-r98
8+
url: https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/download/r99/ultimate_r99.zip
9+
name: ULT-r99
1010
pyenv:
1111
url: https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/download/r36/python32_r36.zip
1212
name: PY-R36

docs/contents/addin/image_export.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
* `C:\hoge\foo.exo`
2828
* `C:\hoge\foo_インデックス_アイテム名.png`
2929
1. エクスポートが終了するまでしばらく待ちます。
30+
* **※この間、aviutlが応答不可になります。**
3031
1. エクスポート先に作成されたexoファイルを読み込みます。
3132
1. 画像化された字幕がプロジェクトに配置されます。
3233
* この画像を元の字幕の代わりに使用します。
3334

3435
## 🔧設定方法
3536

36-
1. AviUtlウィンドウのメニューで『編集』➡『アルティメットプラグイン』➡『画像エクスポートを選択します。
37-
1. 画像エクスポートウィンドウが表示されます。
37+
1. aviutlウィンドウのメニューで`編集``アルティメットプラグイン``画像エクスポート`を選択します。
38+
1. `画像エクスポート`ウィンドウが表示されます。
3839

3940
### 📝設定項目
4041

docs/contents/addin/item_wave.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,8 @@
1111

1212
## 🚨注意事項
1313

14-
* 別途ffmpegを導入する必要があります。
1514
* `アイテム名常時表示`アドインとは排他的になっているので、`アイテム名常時表示`を非アクティブに設定してください。
16-
* aviutlの`オーディオ波形の表示`にチェックが入っていない場合は、一旦再生しないと波形が生成されません。
17-
18-
## 🚀ffmpegの導入方法
19-
20-
### 自動の場合
21-
22-
1. `plugins/ultimate/module/x64`フォルダにある`ffmpeg_setup.bat`を実行してください。
23-
24-
### 手動の場合
25-
26-
1. 下記URLから`ffmpeg-{/}-win64-lgpl-shared-7.1.zip`をダウンロードします。
27-
* https://github.com/BtbN/FFmpeg-Builds/releases
28-
* `{/}`の部分はビルドバージョンによって異なります。
29-
* 例えば、[`ffmpeg-n7.1-latest-win64-lgpl-shared-7.1.zip`](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.1-latest-win64-lgpl-shared-7.1.zip)
30-
1. zipファイル内にある`bin`フォルダ内の全てのファイルを`plugins/ultimate/module/x64`フォルダにコピーします。
15+
* aviutlの`オーディオ波形の表示`にチェックが入っていない場合は波形が生成されません。
3116

3217
## 🔧設定方法
3318

@@ -56,7 +41,6 @@
5641
* `更新モード` ✏️波形を更新する条件を指定します。
5742
* `更新しない` ✏️音声アイテムが編集されても音量グラフを更新しません。
5843
* `更新する` ✏️音声アイテムが編集されたとき音量グラフを更新します。
59-
* `再生中は更新しない` ✏️音声アイテムが編集されても再生中の場合は音量グラフを更新しません。
6044
* `表示タイプ` ✏️音量グラフの表示タイプを指定します。
6145
* `中央` ✏️音量グラフを中央から上下に描画します。
6246
* `下` ✏️音量グラフを下から上に描画します。

docs/contents/history.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# 🔖更新履歴
22

3+
## 🔖r99 #2025年11月02日
4+
5+
* 『画像エクスポート』
6+
* ✨指定レイヤーのアイテム画像をエクスポートする機能を追加
7+
* 『アイテム波形』
8+
* ♻️ffmpegを使用しないように変更
9+
* 🔥「再生中は更新しない」オプションを削除して強制化
10+
311
## 🔖r98 #2025年10月22日
412

513
* 『ローカルウェブアプリ』

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ lang: ja_JP
2424
1. [`python実行環境`をダウンロード](https://github.com/hebiiro/anti.aviutl.ultimate.plugin/releases/tag/r36)します。
2525
1. `python実行環境`のzip内の`plugins`フォルダも`aviutlフォルダ`内にコピーします。
2626

27-
* **`アイテム波形`を使用する場合は[こちらの導入方法](./contents/addin/item_wave.html)を参照してください。**
28-
2927
## 🔥アンインストール方法
3028

3129
* `plugins`フォルダ内の`ultimate`(フォルダ)、`ultimate.auf``ultimate.aul`を<br>

source/ultimate.auf/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace apn
1111
{
12-
static const auto plugin_version = "r98"s;
12+
static const auto plugin_version = "r99"s;
1313
static const auto video_filter_name = "アルティメットプラグイン"s;
1414
static const auto video_filter_information = video_filter_name + " " + plugin_version;
1515
static const auto audio_filter_name = video_filter_name + "(音声)";

0 commit comments

Comments
 (0)