Hi all, I've always used "VirtualDub and Sony Vegas Pro" but I just realized a program called AviSynth and does a good job with the video editing, I am very interested in learning how to manage that program, so I record why forum is very good and they offer help.
Well my problem is with the installation of the recommended programs and seen that more programs, but it and installed and intendado around and seen guides but nothing, I want a tutorial on how to install it properly and use it in the best way.
If you want you can please help me with screenshots.
Thank you very much for reading this, waiting for your help.![]()
+ Reply to Thread
Results 1 to 28 of 28
-
-
-
The download of Avisynth has its own installer: http://www.m2ts.org/util/avisynth . The installer will create a program group in your Start-> Programs folder, where you can find a link to its online help.
I wouldn't be in a great rush. It takes a long time (a very long time) to learn to use it. Avisynth not a graphics interface "program" like those you're accustomed to. It's "executed" by creating scripts in text files that are run, usually in VirtualDub. There are a few websites that are more comprehensive guides and more specific, but be prepared for a learning curve. Here is a web page of filter samples for various problems, and the same site has many more pages. The site deals with anime, but the filters and methods can be used with any kind of video: http://www.animemusicvideos.org/guides/avtech31/post-qual.html
The animemusicvideos.org link and its associated pages will take a week or so to digest, before you even get started. So you might want to think about it first. But many in this forum use it on a regular basis. However, just "editing" is only touching the surface.Last edited by sanlyn; 16th Oct 2012 at 17:35.
-
Just to make sure you got it installed properly, create a new text file. Maybe name it 'Version.txt'. Open it and put just one line:
Version
Then save it and rename it as an AVS file. That is, change 'Version.txt' to 'Version.avs'. Then open the AVS in Virtual Dub just as you would any video file (File->Open Video File).
You should then see a rectangle with your version of AviSynth and the date it was created.
I think the best tutorials are found in the three documents included in the DGMPGDec package. If you work with DVDs you'll need it anyway. -
If installed correctly?
Thank you very much for your help -
That picture tells us nothing about whether or not you got it installed. Follow my instructions from my earlier post.
-
-
Usually you keep the plugins (the DLLs) in the plugins directory, and nothing else.
-
I can spend your MSN please?
so we can talk better.
mine is reyberalexis@hotmail.com -
In the image posted, the only files that you would need in the "plugins" folder are the three .dll's and the "colors_rgb" file. The other files shown are not Avisynth plugins.
The full name of the "colors_rgb" file is colors_rgb.avsi. Avisynth automatically loads "avsi" code whenever a script is run. In fact, "avsi" files are Avisynth scripts. It belongs in the plugins folder, so leave it there.Last edited by sanlyn; 16th Oct 2012 at 18:54.
-
I'm trying to open this project goes by another name and I get error.
-
The script you have posted is not the same script referenced in the message.
-
I still have the same problem when I open it in virtualdub
-
Remove colors_rgb.avsi from the plugins folder. It's just a bunch of shortcut names for RGB hex values. Then see if you can run your script.
-
-
Interesting. You still haven't posted the script that's giving the error.
A photo image of your script is a waste of time. You can copy the text of your script and paste it into the Reply section of your post. -
--------------------
Last edited by zamy212; 16th Oct 2012 at 23:38.
-
Thanks for posting the script. I have a question:
The script you posted refers to this video file, opened with DirectShowSource:
("D:\Michael Jackson\Videos\Bad Worl Tour [1987 & 1989]\1988, February 24 - Kansas City, USA\Another Part Of Me - Kansas 88 (second night) - HQ.mpg", fps=25)
The video file referred to in the error message is a different video file, opened with AviSource:
"D:\Michael Jackson\Videos\Bad Worl Tour [1987 & 1989]\1998, May 23 - Rome, Italy\sample\smooth.avi"
Why are these file names different? What script is being read by the error message? What else did you change in the script besides the file name and open command?
Does anyone suspect that some of the characters and long path+file names might be giving Avisynth a problem?Last edited by sanlyn; 23rd Mar 2014 at 11:36.
-
I used this script
DirectShowSource("D:\Michael Jackson\Videos\Bad Worl Tour [1987 & 1989]\1988, February 24 - Kansas City, USA\Another Part Of Me - Kansas 88 (second night) - HQ.mpg", fps=25)
# TemporalSoften is one of many noise-reducing filters
TemporalSoften(4, 4, 8, scenechange=15, mode=2)
# fade-in the first 15 frames from black
FadeIn(15)
# fade-out the last 15 frames to black
FadeOut(15)
LanczosResize(720, 480)
will be an installation problem or what happens?
add me to MSN reyberalexis@hotmail.com so we can tarent name and error. -
I see what you are saying. You are getting an error message from an earlier script. Are you certain you are trying a new script rather than the old script? Do you have two scripts that have exactly the same name, but in different locations on your hard drive?
I suspect that you have not attempted to run the simple "version" test script that manono suggested earlier in post #5. -
Try "Version" and appears the same error.
I do not know what happens, the problem is in the AviSynth or VirtualDub.
Try opening VirtualDubMod and see the error I have.
Look at the error when I try to open VirtualDubMod
-
I'd have to say that you might have a problem with all three applications. If you have run the Avisynth installer more than once without first removing the early version, that can cause problems as well. The same would be true with VirtualDub and Mod.
VirtualDub and VirtualDubMod have an uninstaller inside their main folder. The name of the file is auxsetup.exe. Run that file and tell it to remove your settings. There is no real unstaller for VirtuaqlDub, but auxsetup.exe can remove some registry settings. Then, delete the VirtualDub folder and the VirtualDubMod folder. To reinstall, unzip the original downloads, but install them into a new folder on a different drive. I see you have a "D" drive. re-install them on your other drive instead of the original "C" drive; the actual drive doesn't not matter.
You can do the same with Avisynth, but it has an uninstaller in Control Panel. If you reinstall it, install to a different drive.
Vy the way, if you have Windows 7 install the 32-bit versions of these programs. There are 64-bit version available, but many of their filters don't have 64-bit versions.Last edited by sanlyn; 17th Oct 2012 at 17:08.
-
and try in every way possible, I give vensido and seen it is a very powerful edits, I will continue with VD and sony vegas, thank you very much to all who helped in this post
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50