-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from actlaboratory/cat/bump
Bump to 1.0.1
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Parametric Video Processor -PVP- | ||
|
||
バージョン: ver.1.0.0 | ||
リリース: 2024-01-01 | ||
バージョン: ver.1.0.1 | ||
リリース: 2024-05-06 | ||
開発・配布元: ACT Laboratory (https://actlab.org/) | ||
リポジトリ: https://github.com/actlaboratory/PVP | ||
|
||
|
@@ -74,3 +74,10 @@ concats には、動画をカット編集する際、途中のステップとし | |
このソフトウェアを利用しての感想やご要望、不具合のご報告などは、以下のメールアドレスまたは掲示板へご連絡ください。 | ||
ACT Laboratory サポート:[email protected] | ||
ACT Laboratory 掲示板:https://actlab.org/bbs/ | ||
|
||
# 更新履歴 | ||
|
||
## 2024/05/06 Version 1.0.1 | ||
- カット編集の時に、複数のログファイルができるはずが、全部上書きされてしまっていた不具合を修正しました。 | ||
- 動画の先頭からカットしようとすると失敗してしまう不具合を修正しました。 | ||
- カット編集時、マルチトラックの動画ファイルを読み込むと、最初の音声トラックしか採用されず、他のトラックが消えてしまっていた不具合を修正しました。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version": "1.0.0", "release_date": "2024-01-01"} | ||
{"version": "1.0.1", "release_date": "2024-05-06"} |