VideoHelp Forum




+ Reply to Thread
Results 1 to 28 of 28
  1. 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.
    Quote Quote  
  2. Member
    Join Date
    Mar 2011
    Location
    Nova Scotia, Canada
    Search Comp PM
    I just typed "avisynth tutorial" into my search engine. Got over 29000 results. Tried that?

    It's not a noob program, so if you want a noob's guide I think you'll be out of luck. But give it a try.
    Quote Quote  
  3. Originally Posted by Hoser Rob View Post
    I just typed "avisynth tutorial" into my search engine. Got over 29000 results. Tried that?

    It's not a noob program, so if you want a noob's guide I think you'll be out of luck. But give it a try.

    ho I'm sorry, I'm new here and not how it works, thank you very much for responding.
    Quote Quote  
  4. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  5. 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.
    Quote Quote  
  6. If installed correctly?


    Thank you very much for your help
    Quote Quote  
  7. That picture tells us nothing about whether or not you got it installed. Follow my instructions from my earlier post.
    Quote Quote  
  8. Originally Posted by manono View Post
    That picture tells us nothing about whether or not you got it installed. Follow my instructions from my earlier post.
    I mean the plugins, if properly installed.
    thanks for replying
    Quote Quote  
  9. Usually you keep the plugins (the DLLs) in the plugins directory, and nothing else.
    Quote Quote  
  10. Originally Posted by manono View 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
    Quote Quote  
  11. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  12. I'm trying to open this project goes by another name and I get error.



    Quote Quote  
  13. Originally Posted by zamy212 View Post
    I can spend your MSN please?
    No. I don't use it.
    Quote Quote  
  14. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    The script you have posted is not the same script referenced in the message.
    Quote Quote  
  15. Originally Posted by sanlyn View Post
    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

    Quote Quote  
  16. 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.
    Quote Quote  
  17. Originally Posted by jagabo View Post
    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.
    and remove it but it keeps saying the same thing, : (
    anyone know how to remove this error?
    Quote Quote  
  18. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  19. --------------------
    Last edited by zamy212; 16th Oct 2012 at 23:38.
    Quote Quote  
  20. It can't say the same thing if you 've removed it

    Check that you've removed it, close vdub, reopen vdub, reopen the .avs script, then post the new error message
    Quote Quote  
  21. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  22. Originally Posted by sanlyn View Post
    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?
    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)
    but when opened in VirtualDub I get different name and error.



    will be an installation problem or what happens?
    add me to MSN reyberalexis@hotmail.com so we can tarent name and error.
    Quote Quote  
  23. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  24. Originally Posted by sanlyn View Post
    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

    Quote Quote  
  25. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  26. 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
    Quote Quote  
  27. Member
    Join Date
    Dec 2010
    Location
    quebec
    Search Comp PM
    try MeGui it has a prety good script creator and installs everything for you

    index the file and your on your way
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!