Utilities
From Avisynth wiki
(Difference between revisions)
m (→GUI's/IDE's) |
(add some things and make it a bit more organized) |
||
Line 4: | Line 4: | ||
== GUI's/IDE's == | == GUI's/IDE's == | ||
*[http://avspmod.github.io/ AvsPmod] - Highly recommended; closest thing to an GUI/IDE. AvsPmod is a continued develpoment of [http://www.avisynth.nl/users/qwerpoi/ AvsP] | *[http://avspmod.github.io/ AvsPmod] - Highly recommended; closest thing to an GUI/IDE. AvsPmod is a continued develpoment of [http://www.avisynth.nl/users/qwerpoi/ AvsP] | ||
− | |||
− | |||
<br> | <br> | ||
− | == | + | == Frameserving Utilities == |
− | *[http:// | + | *[http://www.turtlewar.org/avfs/ AVFS] - a virtual file system that exposes the output of AviSynth scripts through the file system as a set of virtual media files. This allows AviSynth to feed media applications and converters that do not use the VFW API. It also allows accessing AviSynth script output through network shares, and allows mixed use of 32 bit and 64 bit video processing and consuming applications. AVFS mounts *.avs files as *.avi & *.wav files. |
− | + | ||
− | + | ||
*[[avs2pipemod]] - Continued development of avs2pipe, includes various additional features. [http://github.com/chikuzen/avs2pipemod/ GitHub repository] | *[[avs2pipemod]] - Continued development of avs2pipe, includes various additional features. [http://github.com/chikuzen/avs2pipemod/ GitHub repository] | ||
− | *[[Avs2YUV]] - | + | |
− | *[http:// | + | ====Audio only==== |
− | *[[avs4x264mod]] | + | *[http://forum.doom9.org/showthread.php?t=70882&page=4#post1502613 avs2wav] - [http://sourceforge.net/projects/jorydownloader/files/avs2wav/avs2wav-v1.1/ Original version] | [http://www.ku6.jp/keyword19/1.html Japanese version] by Takuya Kurosawa. |
− | *[[avs4x265]] | + | |
− | + | * [http://forum.doom9.org/showthread.php?t=161639 Wavi] - Extracts WAV audio from AVI/AVS files. The primary purpose of this tool is to save audio tracks from AviSynth. See original homepage: http://sourceforge.net/projects/wavi-avi2wav/ | |
+ | |||
+ | ====Video only==== | ||
+ | |||
+ | *[[Avs2YUV]] - Piping tool commonly used to pipe y4m and raw video (including high bit depth) to encoders like x264, x265, and FFmpeg/Libav (among others). | ||
+ | |||
+ | *[http://forum.doom9.org/showthread.php?t=162656 avs4x26x] - AviSynth to x265,x264, and x262 piping tool; continued development of avs4x264mod. [http://github.com/astrataro/avs4x26x GitHub repository] | ||
+ | |||
+ | *[[avs4x264mod]] - AviSynth to x264 piping tool; continued development of avs4x264 with additional futures and bugfixes. | ||
+ | |||
+ | *[[avs4x265]] - AviSynth to x265 piping tool; based on avs4x264 with some enhancements from avs4x264mod. | ||
<br> | <br> | ||
+ | ==Debugging/Diagnostic Utilities == | ||
+ | * [http://forum.doom9.org/showthread.php?t=170647 AviSynth Info Tool] - This program gathers all available info about the installed AviSynth version. It should be useful for troubleshooting since especially novice users don't always know which AviSynth version they have installed, what DLLs/DLL-versions reside in their plugin directory, etc. The tool also helps resolve problems with plugin DLL dependencies like missing Microsoft runtime libraries. | ||
+ | |||
+ | *[http://forum.doom9.org/showthread.php?t=165528 AVSMeter] - A CLI (command line interface) tool that "runs" an AviSynth script with virtually no overhead, displays clip info, CPU and memory usage and the minimum, maximum and average frames processed per second. It measures how fast AviSynth can serve frames to a client application (x264, for example) and comes in handy when testing filters/plugins to evaluate their performance and memory requirements. | ||
<br> | <br> | ||
+ | ==Other Utilities== | ||
+ | *[http://d.hatena.ne.jp/janus_wel/20100621/1277109941 avsutil] - AviSynth utilities package; it includes <tt>avs2bmp, avsinfo, avslint,</tt> and <tt>avs2wav</tt>. | ||
+ | <br> | ||
+ | ==Deprecated Utilities== | ||
+ | ==== GUI's/IDE's ==== | ||
+ | *[http://sourceforge.net/projects/avisynthui/ AviSynthUI] - AVISynth UI (no longer developed) is a user interface for the script based video editor AVISynth. Written in Visual Basic, It enables you to edit videos using AVISynth with the comfort and ease of use of having a user interface. | ||
+ | ==== Frameserving ==== | ||
+ | *[http://forum.doom9.org/showthread.php?t=160383 avs2pipe] - avs2pipe is a tool to output y4m video, wav audio, dump some info about the input avs clip or suggest x264 blu-ray encoding settings. [http://github.com/doobry/avs2pipe GitHub repository] | ||
+ | *[http://komisar.gin.by/tools/avs4x264/ avs4x264] | ||
+ | |||
+ | ==== Other ==== | ||
+ | *[http://web.archive.org/web/20100726115110/http://www.itstime.nl/diensten/freeware/avisynth-batch-scripter.html AviSynth Batch Scripting (GUI)] : A batch scripting tool that is not only designed for AviSynth .avs files but you can generate any batch script of any type of file you want, with an easy to use graphical interface. | ||
+ | |||
+ | *[http://avslib.sourceforge.net/ AVSLib] - General purpose toolkit/extension library enhancing AviSynth's ability to perform complex linear and non-linear video editing tasks. Includes support for Array containers & operators, debugging tools, math & string functions, filters and many more. | ||
+ | <br> | ||
== Links to further lists and information == | == Links to further lists and information == | ||
+ | *[http://www.avisynth.info/?%E9%96%A2%E9%80%A3%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2 AviSynth.info utilities list [Japanese]. | ||
*[http://forum.doom9.org/showthread.php?t=96451 List of command-line and batch utilities for AVISynth (and a few discussions)] | *[http://forum.doom9.org/showthread.php?t=96451 List of command-line and batch utilities for AVISynth (and a few discussions)] | ||
*[http://forum.doom9.org/showthread.php?p=566904#post566904 New Plugins and Utilities] | *[http://forum.doom9.org/showthread.php?p=566904#post566904 New Plugins and Utilities] |
Revision as of 00:13, 7 September 2015
This page should become an overview about AviSynth related utilities.
Contents[hide] |
GUI's/IDE's
- AvsPmod - Highly recommended; closest thing to an GUI/IDE. AvsPmod is a continued develpoment of AvsP
Frameserving Utilities
- AVFS - a virtual file system that exposes the output of AviSynth scripts through the file system as a set of virtual media files. This allows AviSynth to feed media applications and converters that do not use the VFW API. It also allows accessing AviSynth script output through network shares, and allows mixed use of 32 bit and 64 bit video processing and consuming applications. AVFS mounts *.avs files as *.avi & *.wav files.
- avs2pipemod - Continued development of avs2pipe, includes various additional features. GitHub repository
Audio only
- avs2wav - Original version | Japanese version by Takuya Kurosawa.
- Wavi - Extracts WAV audio from AVI/AVS files. The primary purpose of this tool is to save audio tracks from AviSynth. See original homepage: http://sourceforge.net/projects/wavi-avi2wav/
Video only
- Avs2YUV - Piping tool commonly used to pipe y4m and raw video (including high bit depth) to encoders like x264, x265, and FFmpeg/Libav (among others).
- avs4x26x - AviSynth to x265,x264, and x262 piping tool; continued development of avs4x264mod. GitHub repository
- avs4x264mod - AviSynth to x264 piping tool; continued development of avs4x264 with additional futures and bugfixes.
- avs4x265 - AviSynth to x265 piping tool; based on avs4x264 with some enhancements from avs4x264mod.
Debugging/Diagnostic Utilities
- AviSynth Info Tool - This program gathers all available info about the installed AviSynth version. It should be useful for troubleshooting since especially novice users don't always know which AviSynth version they have installed, what DLLs/DLL-versions reside in their plugin directory, etc. The tool also helps resolve problems with plugin DLL dependencies like missing Microsoft runtime libraries.
- AVSMeter - A CLI (command line interface) tool that "runs" an AviSynth script with virtually no overhead, displays clip info, CPU and memory usage and the minimum, maximum and average frames processed per second. It measures how fast AviSynth can serve frames to a client application (x264, for example) and comes in handy when testing filters/plugins to evaluate their performance and memory requirements.
Other Utilities
- avsutil - AviSynth utilities package; it includes avs2bmp, avsinfo, avslint, and avs2wav.
Deprecated Utilities
GUI's/IDE's
- AviSynthUI - AVISynth UI (no longer developed) is a user interface for the script based video editor AVISynth. Written in Visual Basic, It enables you to edit videos using AVISynth with the comfort and ease of use of having a user interface.
Frameserving
- avs2pipe - avs2pipe is a tool to output y4m video, wav audio, dump some info about the input avs clip or suggest x264 blu-ray encoding settings. GitHub repository
- avs4x264
Other
- AviSynth Batch Scripting (GUI) : A batch scripting tool that is not only designed for AviSynth .avs files but you can generate any batch script of any type of file you want, with an easy to use graphical interface.
- AVSLib - General purpose toolkit/extension library enhancing AviSynth's ability to perform complex linear and non-linear video editing tasks. Includes support for Array containers & operators, debugging tools, math & string functions, filters and many more.
Links to further lists and information
- AviSynth.info utilities list [Japanese.
- List of command-line and batch utilities for AVISynth (and a few discussions)
- New Plugins and Utilities
- Where can I download utilities for AviSynth ?
- Syntax Highlighting - Avisynth syntax (keywords) highlighting in text editors