Quantcast Avisynth: Inserting a Script!?! - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
05-26-2003, 01:23 PM
gq gq is offline
Free Member
 
Join Date: May 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
In all of these scripts that are posted, some have at the top all the plugins loaded and others dont. Do i just copy and paste these scripts into the moviestacker avisynth editor screen? Im confused... usually i have to check the box( ie legal clip) in order for it to load up a plugin. Is it ok if I just paste in a script that says to load the plugin and not click on the box?
Thanks, sorry im such a newb at this

It would be really awesome if someone could give me a quick tutorial on how to use these scripts in moviestacker.. im so lost.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-26-2003, 01:34 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi gq,

You can cut&paste into MovieStacker, and even change the order of the filters. Just make sure that the filters you are pasting have their appropiate .DLL loaded at the top lines of MovieStacker's script.

-kwag
Reply With Quote
  #3  
05-26-2003, 03:34 PM
gq gq is offline
Free Member
 
Join Date: May 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
So.. I click all the boxes of plugins (blockbuster, temporal cleaner etc.) that are going to be used in the script. After all the ones that I am going to use are loaded at the top of the editor, I paste the script that I copied off a forum? is this correct? A lot of movies that I get off the internet are such crappy quality because there still in the theatres. What is the best script to get the best quality out of these types of movies?
Reply With Quote
  #4  
05-26-2003, 03:40 PM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
just post your created avs script, so we can see
but it sounds good, as you posted.

you´ll find great script in the optimal script section
__________________
greetz Kane
Reply With Quote
  #5  
05-26-2003, 03:52 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by gq
A lot of movies that I get off the internet are such crappy quality because there still in the theatres.
Reply With Quote
  #6  
05-26-2003, 03:58 PM
ovg64 ovg64 is offline
Free Member
 
Join Date: Jan 2003
Location: Puerto Rico
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ovg64
Quote:
A lot of movies that I get off the internet are such crappy quality because there still in the theatres.
LOL
Reply With Quote
  #7  
05-26-2003, 04:03 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
ROFL
__________________
j3llyG0053
Reply With Quote
  #8  
05-26-2003, 04:04 PM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
maybe the fine print should be turned into a banner
__________________
greetz Kane
Reply With Quote
  #9  
05-26-2003, 04:09 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe the fine print is not so "fine" anymore
Take a look www.kvcd.net
Hopefully this will make it a little more clear

-kwag
Reply With Quote
  #10  
05-26-2003, 04:11 PM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Quote:
Originally Posted by kwag
Maybe the fine print is not so "fine" anymore
Take a look www.kvcd.net
Hopefully this will make it a little more clear

-kwag
Can you make it a little bigger, hi hi
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #11  
05-26-2003, 04:16 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by CheronAph
Can you make it a little bigger, hi hi
There is that any better
That's as far as HTML will let me go

-kwag
Reply With Quote
  #12  
05-26-2003, 04:18 PM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
That´s good
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #13  
05-27-2003, 04:15 AM
gq gq is offline
Free Member
 
Join Date: May 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
my bad Heres my avs script. does this look good for a bad quality movie?
#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("C:\vcd stuff\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\vcd stuff\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\vcd stuff\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\vcd stuff\MovieStacker\Filters\LegalClip.dll")

AviSource("C:\Program Files\Kazaa\My Shared Folder\Matrix_reloaded.avi")
LegalClip()
BilinearResize(336, 222, 0, 4, 352, 232)
UnFilter(50, 50)
BlockBuster(method="sharpen")
TemporalSmoother(1, 2)
MergeChroma(blur(1.5)
MergeLuma(blur(0.2))
BlockBuster(method="noise", detail_max=7, seed=1)
AddBorders(8, 1, 8, 17)
LegalClip()
Reply With Quote
  #14  
05-27-2003, 05:23 PM
dazedconfused dazedconfused is offline
Free Member
 
Join Date: Nov 2002
Posts: 316
Thanks: 0
Thanked 0 Times in 0 Posts
Dude! Please do NOT continue to violate the rules of kvcd.net.


You seemed to get the message when you wrote:
Quote:
Originally Posted by gq
my bad
...and then you went ahead and posted this right afterwards:
Quote:
Originally Posted by gq
AviSource("C:\Program Files\Kazaa\My Shared Folder\Matrix_reloaded.avi")
I don't mean to be rude, but you've already been warned once by the Administrator in this very same thread. People were trying to take it easy on you since you're a newbie here. Be smart!

I honestly can't see why anyone would want to download and watch such crummy-quality garbage off the internet in the first place . To me, it would just totally ruin a movie. Go see it in the theatre or wait for the dvd to come out...you'll be glad you did. I saw Reloaded in the theatre last weekend and the entertainment value was well worth the money spent. end rant.

-d&c
Reply With Quote
  #15  
05-28-2003, 06:01 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
Movies from KaZaA all suck anyway.....corrupted, fakes, crap recodes....etc..

@kwag...Maybe you should make the "fine print" (.. ..) a bit higher up, maybe as a side banner? Most people probably don't scroll down far enough to even know it's there.
Reply With Quote
  #16  
05-28-2003, 09:43 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by PyRoMaNiA
@kwag...Maybe you should make the "fine print" (.. ..) a bit higher up, maybe as a side banner? Most people probably don't scroll down far enough to even know it's there.
I just put the "Disclaimer" note on the top of the forum. That should make things more clear
Now I can shrink a little the main blown up disclaimer note on the main portal

-kwag
Reply With Quote
  #17  
05-28-2003, 09:44 AM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
it can´t be more obvious, than that, good idea
__________________
greetz Kane
Reply With Quote
  #18  
05-28-2003, 09:47 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Kane
it can´t be more obvious, than that, good idea
maybe sending a big mail with big glasses

Reply With Quote
  #19  
05-28-2003, 03:27 PM
gq gq is offline
Free Member
 
Join Date: May 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Ok I understand i screwed up... I wont do it again.. but nobody answered my question....
Reply With Quote
  #20  
05-28-2003, 03:46 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by gq
.. but nobody answered my question....
Answering to "Moviestacker's" question , just load one of the presets
They are already set for diferent resolutions, depending on which you want to use to create your film.

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: need some help with my first script gattotimo Avisynth Scripting 46 11-07-2006 04:18 AM
Avisynth: Difference between MA script and optimal script? mistermickster Avisynth Scripting 2 08-01-2003 09:36 AM
Avisynth: New 2.5 script CATENA JP Avisynth Scripting 1 07-01-2003 05:53 AM
Avisynth: What better, AVS 2.5x or 2.0X script? ak47 Avisynth Scripting 1 06-02-2003 06:28 AM
Avisynth: Latest script using Avisynth 2.51 J-Wo Avisynth Scripting 6 04-08-2003 11:46 AM




 
All times are GMT -5. The time now is 02:56 PM  —  vBulletin İ Jelsoft Enterprises Ltd