2010年02月08日

DVD slideshow GUI version 0.9.3.6 (スライドショー動画作成ソフト)

DVD slideshow GUI - Download

  • スライドショー動画作成ソフト。
  • tin2tin 氏作。

変更点

http://www.videohelp.com/tools/DVD_slideshow_GUI/version-history#changelog によると、新たに追加された機能は、AVI/AVS 上のオプションの字幕(Optional subtitle on avi and avs)と書かれています。ほかに、バグが 3 件修正されています。

以下、引用です:

http://www.videohelp.com/tools/DVD_slideshow_GUI/version-history#changelog より引用

0.9.3.6
New: Optional subtitle on avi and avs.
Bug fix: Last frame was missing in Animation preview
Bug fix: ssa timings where off with negative Overlay transitions with animation.
Bug fix: Srt missing subtitles.

関連リンク

posted by niiyan at 23:40 | Comment(0) | ツール | このブログの読者になる | 更新情報をチェックする

AvsFilter 0.7a (Linux 向け Avidemux 用外部ビデオフィルタ)

http://avsfilter.berlios.de/

  • Linux 向け Avidemux (Avidemux2)用の外部ビデオフィルタ。
  • AviSynth スクリプトを Avidemux のネイティブなビデオフィルタとして読み込むために使用される。
  • Wine 経由で AviSynth プラグインをサポート。
  • 動作に必要なもの:

変更点

http://forum.doom9.org/showthread.php?p=1371950#post1371950 によると、~/.avidemux/config ファイルの中にフィルタパラメータがない状態での、フィルタの初めてのスタートに関する深刻なバグが修正されたとのことです。

また、何人かのユーザーから、MCTemporalDenoise のようなノイズ除去関数が Linux 下の avsfilter/avidemux で正常に動作したと報告があったとのことです。

以下、引用です:

http://forum.doom9.org/showthread.php?p=1371950#post1371950 より引用

7 Feb 2010
Version is 0.7a (linux sources). Fixed serious bug with first (sic!) start of filter without filter parameter in ~/.avidemux/config file (what stored after success load filter/loader/script). Some people report me about successful tested (gorgerous mega) avisynth cleaner such as MCTemporalDenoise with avsfilter/avidemux under Linux. It is good news

関連リンク

AvsFilter
AviDemux
Wine
posted by niiyan at 23:38 | Comment(0) | ツール | このブログの読者になる | 更新情報をチェックする

ColorYUV2 (色調補正プラグイン)

http://forum.doom9.org/showthread.php?p=1372071#post1372071

  • AviSynth 内蔵の色調補正フィルタ ColorYUV を修正し、プラグイン化したもの。
  • Stainless Stephen (StainlessS)氏による。

オリジナル版からの変更点

http://forum.doom9.org/showthread.php?p=1371985#post1371985 によると、ガンマ補正後に明るさ(off_y)を適用するように修正されました。

http://forum.doom9.org/showthread.php?p=1371985#post1371985 より引用

I do not like the way that ColorYUV() adds Offy before applying gamma, and so I have modified ColorYUV() code to apply brightness (offy) after Gamma correction.

また、オリジナル版では色差のガンマ補正が実装されていないため、AviSynth のヘルプの使用例が機能しないそうです。この問題に関する修正も行われました。

http://forum.doom9.org/showthread.php?p=1371985#post1371985 より引用

ColorYUV() does not actually implement chroma Gamma correction, and so the example in Avisynth docs has never worked. It is taken as a parameter (gammau & gammav) and stored somewhere, but pretty much forgotten after that. Here is my fix for Chroma.

さらに、http://forum.doom9.org/showthread.php?p=1372071#post1372071 で、計算が一部修正されたことが報告されています。

関連リンク

posted by niiyan at 23:35 | Comment(0) | プラグイン | このブログの読者になる | 更新情報をチェックする

2010年02月07日

時間軸&空間軸超解像スクリプト改造版

Super Resolution, Again - Doom9's Forum

オリジナル版からの変更点

http://forum.doom9.org/showthread.php?p=1371618#post1371618 によると、オリジナル版からの変更点は、おもに次の 2 点のようです:

  • PointResize を NNEDI2 に置き換えた。
  • DepanEstimate の結果を Deshaker のログに置き換えた。

ほかにも、mt_masktools の使用などの変更が確認できます。

以下、引用です:

http://forum.doom9.org/showthread.php?p=1371618#post1371618 より引用

  1. I've replaced the pointresize with NNEDI2. The pointresize probably would be a little sharper, but it doesn't get along very well with my crude masking.
  2. I've replaced the DepanEstimate results with a Deshaker log, which I found to result in more accurate correction.

問題点

http://forum.doom9.org/showthread.php?p=1371618#post1371618 によると、モーションアーティファクト(ゴースト)、クロマアーティファクトなどがあるとのことです。

http://forum.doom9.org/showthread.php?p=1371618#post1371618 より引用

Unfortunately, there are still motion artifacts, primarily ghosting on differential motion, as well as some chroma artifacts. I'll continue working on it, but am not sure how far I'll be able to go. And, of course, there is the additional limitation of differential motion not receiving any enhancement.

関連リンク

posted by niiyan at 23:55 | Comment(0) | スクリプト | このブログの読者になる | 更新情報をチェックする

2010年02月06日

CANDIFilter 2010-02-05 (超解像プラグイン)

http://pc11.2ch.net/test/read.cgi/avi/1255156178/670

  • SpursEngine の超解像の AviSynth への実装。
  • 作者は、2ちゃんねる DTV 板「【SpursEngine】 WinFast PxVC1100【cell】 Part6」スレッドの 580 氏。
  • YV12 &プログレッシブのみ対応。
  • 使い方については、同梱されている Readme.txt を参照してください。
  • なお、最初にアップされたバージョンは、すでに流れてしまっているため、ダウンロードできません。

動作に必要なもの

Readme.txt より:

  • SpursEngine を実装したボード
  • Avisynth 2.5.*
  • x264 (+ mp4box)

変更点

http://pc11.2ch.net/test/read.cgi/avi/1255156178/670 によると、処理速度の改善が行われたとのことです。

以下、引用です:

http://pc11.2ch.net/test/read.cgi/avi/1255156178/670 より引用

微妙に速度改善した、バージョンです。

関連リンク

posted by niiyan at 00:54 | Comment(0) | プラグイン | このブログの読者になる | 更新情報をチェックする