Utilities
From Avisynth wiki
(Difference between revisions)
(add utilities/ fix links) |
m (→Other Utilities) |
||
Line 10: | Line 10: | ||
*[http://www.turtlewar.org/avfs/ AVFS] - Avisynth Virtual File System mounts *.avs files as *.avi & *.wav files. | *[http://www.turtlewar.org/avfs/ AVFS] - Avisynth Virtual File System mounts *.avs files as *.avi & *.wav files. | ||
*[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://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] | ||
− | *[ | + | *[[avs2pipemod]] - Continued development of avs2pipe, includes various additional features. [http://github.com/chikuzen/avs2pipemod/ GitHub repository] |
*[[Avs2YUV]] - Allows Avisynth usage on Linux under Wine. | *[[Avs2YUV]] - Allows Avisynth usage on Linux under Wine. | ||
*[http://komisar.gin.by/tools/avs4x264/ avs4x264] | *[http://komisar.gin.by/tools/avs4x264/ avs4x264] | ||
Line 18: | Line 18: | ||
<br> | <br> | ||
<br> | <br> | ||
+ | |||
== Links to further lists and information == | == Links to further lists and information == | ||
*[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)] |
Revision as of 14:09, 17 August 2014
This page should become an overview about AviSynth related utilities.
GUI's/IDE's
- AviSynthUI - AVISynth UI 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.
- AvsPmod - Highly recommended; closest thing to an GUI/IDE. AvsPmod is a continued develpoment of AvsP
Other Utilities
- 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.
- AVFS - Avisynth Virtual File System mounts *.avs files as *.avi & *.wav files.
- 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
- avs2pipemod - Continued development of avs2pipe, includes various additional features. GitHub repository
- Avs2YUV - Allows Avisynth usage on Linux under Wine.
- avs4x264
- avs4x264mod
- avs4x265
For AVSLib see External Filters, Utilties
Links to further lists and information
- 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