http://forum.doom9.org/showthread.php?t=145549#post1410298
- CMOS センサー搭載カメラで撮影されたビデオのローリングシャッターノイズを低減する関数。
- SetMTMode 互換。
- cretindesalpes 氏による改造版です。
- オリジナルの作者は、um3k 氏作。
変更点
http://forum.doom9.org/showthread.php?t=145549#post1410298 によると、速度の向上とメモリ使用量の改善が行われたとのことです。
以下、引用です:
http://forum.doom9.org/showthread.php?t=145549#post1410298
I tried to improve the speed and memory usage of the script. I ended up modifying the MVTools2 to let MFlow() accept the motion compensation time parameter as a clip, the time being defined for each pixel instead of a single scalar for the whole clip.
The visual quality hasn't changed but it resulted in a x10 speed up improvement over the original script (tested on terka's example camileo3.mp4 with segh=4 and pel=4). And now that the memory usage has become fair, it is possible to SetMTMode() it on HD material, giving an impressive x40 speed boost on a quad core CPU!
今回の更新のために MVTools2 の改造も行われており、動作にはこの改造版が必要となります。
MVTools の改造版は、同じく http://forum.doom9.org/showthread.php?t=145549#post141029 から入手可能です。