videoFred
19th August 2018, 14:51
Hello everybody,
I have made a stand alone stabilisation script with some additional options like cropping, resizing, fast preview, source info etc....
All parameters can be set with AvsPmod sliders.
After many tests, I found out that the best way to stabilize with Avisynth is by using Msuper().MAnalyse() to create the vectors, followed by MDepan() to create the data file, used by DePanStabilize().
MSuper(), MAnalyse() and MDepan is from the MVTools2 package, DePanStabilize is from Fizicks Depan() package.
I have also found a very important parameter to control the scene change detection: it is the "error" parameter from MDepan().
This is not mentioned in the docs from MVTools.
The script is made to be used with AvsPmod and Avisynth+ and it is for advanced users, you will have to do some effort to get it running. :D
download link:
http://www.super-8.be/avisynth/200_Stab_Package.7z
Feedback is welcome as usual,
Fred.
------------------------------------------------------
Required plugins (this text is also included in the script)
------------------------------------------------------
1) Avisynth+
---------------
Avisynth+ is in full progress and it's getting better and better.
I strongly suggest to always use the newest version avalable.
Groucho's exellent UniversalAvisynthInstaller can be found here:
http://www.iol.ie/~schubert/gas/gas.html
2) Avspmod vs. 2.5.1.0 modified version by vdcrim
-------------------------------------------------
https://forum.doom9.org/showthread.php?p=1801766#post1801766
3) depan.dll vs. 2.13.1.3 or higher modified versions by Printerf
mvtools2.dll vs. 2.7.23.0 or higher
-------------------------------------------------------------
https://github.com/pinterf/mvtools/releases
4)ffms2.dll vs.2.2.21 or higher
------------------------------
https://github.com/FFMS/ffms2/releases
5)histogramRGBparade.avsi
--------------------------------
this is not needed for stabilisation, but it gives you a nice RGB histogram on the preview from the source file.
https://forum.doom9.org/showthread.php?p=1570968#post1570968
I have made a stand alone stabilisation script with some additional options like cropping, resizing, fast preview, source info etc....
All parameters can be set with AvsPmod sliders.
After many tests, I found out that the best way to stabilize with Avisynth is by using Msuper().MAnalyse() to create the vectors, followed by MDepan() to create the data file, used by DePanStabilize().
MSuper(), MAnalyse() and MDepan is from the MVTools2 package, DePanStabilize is from Fizicks Depan() package.
I have also found a very important parameter to control the scene change detection: it is the "error" parameter from MDepan().
This is not mentioned in the docs from MVTools.
The script is made to be used with AvsPmod and Avisynth+ and it is for advanced users, you will have to do some effort to get it running. :D
download link:
http://www.super-8.be/avisynth/200_Stab_Package.7z
Feedback is welcome as usual,
Fred.
------------------------------------------------------
Required plugins (this text is also included in the script)
------------------------------------------------------
1) Avisynth+
---------------
Avisynth+ is in full progress and it's getting better and better.
I strongly suggest to always use the newest version avalable.
Groucho's exellent UniversalAvisynthInstaller can be found here:
http://www.iol.ie/~schubert/gas/gas.html
2) Avspmod vs. 2.5.1.0 modified version by vdcrim
-------------------------------------------------
https://forum.doom9.org/showthread.php?p=1801766#post1801766
3) depan.dll vs. 2.13.1.3 or higher modified versions by Printerf
mvtools2.dll vs. 2.7.23.0 or higher
-------------------------------------------------------------
https://github.com/pinterf/mvtools/releases
4)ffms2.dll vs.2.2.21 or higher
------------------------------
https://github.com/FFMS/ffms2/releases
5)histogramRGBparade.avsi
--------------------------------
this is not needed for stabilisation, but it gives you a nice RGB histogram on the preview from the source file.
https://forum.doom9.org/showthread.php?p=1570968#post1570968