Add effects to video with this set of tools that allows
editing using scripts.!
AviSynth is a software prepared for the post-video production. Allowing the use of scripts
for adding effects to videos, the software becomes a tool aimed at advanced users.
Although versatility for editing video, AviSynth is not an easy to use application. Because it
is a toolset that processes instructions, the software does not provide GUI, which makes
it restricted to users who have prior knowledge of command lines apply to video files.
Interface for editing scripts
As mentioned above, the AviSynth has a window for editing effects, which makes the tools
work. The use of resources provided by the program is only possible if you install a separate
program. Therefore, we recommend downloading the AvsPmod.
Your first script
Precisely because it is a software that requests some technical knowledge, we decided to
share a basic script. Check out how simple it is:
# This is a comment. All lines beginning with # are comments, which are ignored by AviSynth.
# Our first script will be used to cut certain parts of a video.
# First we load the file (exemplo.avi) to be edited. The line below is for this function:
AVISource ("exemplo.avi")
# Check and calculate precisely which frames must remain in the video. The following liha
keeps the frames [0, 6000], [12000, 18000] [24000, last] and joins them, excluding the frames
[6001, 11999] and [19001, 23999]
# Detail: the intevalo [a, b] means that every frame of "a" to "b" will be maintained, including the
initial and final.
Trim (0, 6000) + + Trim (12000, 18000) + + Trim (24000, 0)
Attention! Copy all the contents up for scritp your work and you know how to use the function
later.
For more help, click here and visit the official website of AviSynth (English only).
Note: After creating the script is necessary to apply it in a video. To do this, you should get a
software that supports AviSynth commands.
Why use it?
Basically, AviSynth is essential for advanced users who seek free and efficient means for
inserting effects and repair in the videos. Despite the work cornered to find or create
scripts, the application becomes a very powerful tool once you create a library full of scripts.
Above you read a full description of AviSynth and functionality, now read what we think about it.
for adding effects to videos, the software becomes a tool aimed at advanced users.
Although versatility for editing video, AviSynth is not an easy to use application. Because it
is a toolset that processes instructions, the software does not provide GUI, which makes
it restricted to users who have prior knowledge of command lines apply to video files.
Interface for editing scripts
work. The use of resources provided by the program is only possible if you install a separate
program. Therefore, we recommend downloading the AvsPmod.
Your first script
Precisely because it is a software that requests some technical knowledge, we decided to
share a basic script. Check out how simple it is:
# This is a comment. All lines beginning with # are comments, which are ignored by AviSynth.
# Our first script will be used to cut certain parts of a video.
# First we load the file (exemplo.avi) to be edited. The line below is for this function:
AVISource ("exemplo.avi")
# Check and calculate precisely which frames must remain in the video. The following liha
keeps the frames [0, 6000], [12000, 18000] [24000, last] and joins them, excluding the frames
[6001, 11999] and [19001, 23999]
# Detail: the intevalo [a, b] means that every frame of "a" to "b" will be maintained, including the
initial and final.
Trim (0, 6000) + + Trim (12000, 18000) + + Trim (24000, 0)
Attention! Copy all the contents up for scritp your work and you know how to use the function
later.
For more help, click here and visit the official website of AviSynth (English only).
Note: After creating the script is necessary to apply it in a video. To do this, you should get a
software that supports AviSynth commands.
Why use it?
Basically, AviSynth is essential for advanced users who seek free and efficient means for
inserting effects and repair in the videos. Despite the work cornered to find or create
scripts, the application becomes a very powerful tool once you create a library full of scripts.

Before installing " AviSynth " you can create a restore point in Windows, so if you do not like the program or if it does not work properly, you can simply restore the system to a point before you installed the program.Click here to learn how to create a restore point.
Our opinion:
Above you read a full description of AviSynth and functionality, now read what we think about it.
Analyze the AviSynth is not an easy task, because as said, it needs to run other programs, which does not allow an isolated evaluation of the application. As might be expected, the software is very versatile, accepts several commands for use in videos.
The usefulness of AviSynth definitely impressed us, as with some command lines could crop the video, resize, add phrases and more. Despite the complexity, the application has its own peculiarities, and the lightness and compatibility with other programs are issues that deserve special attention from those looking for a quality program.
Because it is an advanced program, not indicated for inexperienced users or seek for ease. Have anyone looking for challenges, for sure AviSynth can be an interesting experience. While other programs are part of the tasks in a more practical, the AviSynth is highlighted by allowing the user total freedom when editing.
The usefulness of AviSynth definitely impressed us, as with some command lines could crop the video, resize, add phrases and more. Despite the complexity, the application has its own peculiarities, and the lightness and compatibility with other programs are issues that deserve special attention from those looking for a quality program.
Because it is an advanced program, not indicated for inexperienced users or seek for ease. Have anyone looking for challenges, for sure AviSynth can be an interesting experience. While other programs are part of the tasks in a more practical, the AviSynth is highlighted by allowing the user total freedom when editing.
Pros:
- Freeware
- Advanced video editing
Cons:
- Very complex
1:11 PM
.


Posted in: 

0 comentários:
Post a Comment