Difference between revisions of "Avs"

From SDA Knowledge Base

Jump to: navigation, search
(Added plugins picture. Installation section more or less finished.)
(Setting up your work environment)
Line 24: Line 24:
 
<b>Stuff to do:</B>
 
<b>Stuff to do:</B>
 
* Introduction
 
* Introduction
 +
* <s>Setting up a work environment</s>
 
* <s>Installation</s>
 
* <s>Installation</s>
* Setting up a work environment.
 
 
* Loading the plugins  
 
* Loading the plugins  
 
* Loading the source files  
 
* Loading the source files  
Line 45: Line 45:
 
<b>Table of contents:</b>
 
<b>Table of contents:</b>
 
#[[#intro | Introduction]]
 
#[[#intro | Introduction]]
 +
#[[#workenvironment | Setting up your work environment]]
 
#[[#installation | Installation]]
 
#[[#installation | Installation]]
#[[#workenvironment | Setting up a work environment]]
 
  
  
Line 56: Line 56:
  
 
Blah blah blah.
 
Blah blah blah.
 +
 +
 +
<br>
 +
<div id="workenvironment" style="background:#194BA2;width:100%;"><font size="+1" color="#FFFFFF">&nbsp;Setting up your work environment</font></div>
 +
 +
You'll very likely need to rename file extensions but they may be hidden by the operating system.
 +
# open Windows Explorer
 +
# open the <font color=mediumblue>Tools</font> menu
 +
# select <font color=mediumblue>Folder Options</font>
 +
# select the <font color=mediumblue>View</font> tab
 +
# choose to <font color=mediumblue>Show hidden files and folders</font>
 +
# uncheck <font color=mediumblue>Hide extensions for known filetypes</font>
 +
# click OK to apply changes.
 +
 +
<br>
 +
[[Image:AviSynth_showhidden.png]]
  
  
Line 85: Line 101:
 
<font color=red>Move to a troubleshooting section?</font> - If AviSynth complains that the MSVCR71.dll file is missing, you can download it at http://www.dll-files.com/. Place it in your "C:\WINDOWS\SYSTEM32\" directory.
 
<font color=red>Move to a troubleshooting section?</font> - If AviSynth complains that the MSVCR71.dll file is missing, you can download it at http://www.dll-files.com/. Place it in your "C:\WINDOWS\SYSTEM32\" directory.
 
<br>
 
<br>
 
 
<br>
 
<div id="workenvironment" style="background:#194BA2;width:100%;"><font size="+1" color="#FFFFFF">&nbsp;Setting up a work environment</font></div>
 
 
open Windows Explorer, go to Tools -> Folder Options -> View and uncheck "Hide extensions for known filetypes".
 

Revision as of 15:31, 4 April 2009

quick link to old guide
quick link to wiki editing
Anchors


Snow's new AviSynth guide. Yeah, I hope I actually finish this.


Ideas for layout

  • Custom table of contents, not so linear.
  • Use PNG! Lossless is cool.
  • Color headings.

Ideas for guide

  • No more follow-these-steps-blindly instructions this time. Learn or gtfo.
  • Include more pictures.. haha this page is going to be like 50 megs (or more?).
  • Maybe separate the guide into multiple pages (see above). Also, won't seem so overwhelming.
  • At the start of each section, show a typical script in progress.
  • Include exercises with downloadable packages containing a video and a partial script.


Stuff to do:

  • Introduction
  • Setting up a work environment
  • Installation
  • Loading the plugins
  • Loading the source files
  • Fixing Constant audio desync
  • Fixing Progressive audio desync
  • Appending
  • Deinterlacing
  • Trimming
  • Resizing
  • Sharpening
  • Cropping / Adding borders
  • Color / Brightness
  • SDA StatID
  • QuickTime compatibility
  • Sample scripts
  • Script verification


Table of contents:

  1. Introduction
  2. Setting up your work environment
  3. Installation



 Introduction

IMPORTANT NOTE: AviSynth scripting is an advanced topic. All beginners are recommended to use Anri-chan instead.

Blah blah blah.



 Setting up your work environment

You'll very likely need to rename file extensions but they may be hidden by the operating system.

  1. open Windows Explorer
  2. open the Tools menu
  3. select Folder Options
  4. select the View tab
  5. choose to Show hidden files and folders
  6. uncheck Hide extensions for known filetypes
  7. click OK to apply changes.


AviSynth showhidden.png



 Installation

Download and install a stable release version of AviSynth

The picture below identifes a stable release.
AviSynth download.png


Download and install necessary AviSynth plugins

Go to Start menu -> [All] Programs -> AviSynth -> Plugin Directory. This will open the directory where AviSynth stores its plugins. Copy the files from inside the AviSynth plugins zip file to the Avisynth plugins directory window you just opened. Note that you can't copy the directory you unzipped in; you have to copy the files inside the directory you unzipped into the AviSynth plugins directory. This is because AviSynth won't recognize the plugins if they are inside a directory inside the AviSynth plugins directory.

The plugins directory should look similar to what's shown in the picture:
AviSynth pluginsdir.png


Download and install VirtualDub

This program will be useful for testing your script as you go along.


Move to a troubleshooting section? - If AviSynth complains that the MSVCR71.dll file is missing, you can download it at http://www.dll-files.com/. Place it in your "C:\WINDOWS\SYSTEM32\" directory.

Personal tools