digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: How do you use it? (http://www.digitalfaq.com/archives/avisynth/5155-avisynth-how.html)

CrEsPo 08-22-2003 05:07 PM

Avisynth: How do you use it?
 
I heard Avisynth plus filters gives you a better quality. How do you use it? Like i have no clue what it does, what filters do. Im clueless. Anyhelp to a newb :)

Avalon 08-22-2003 05:42 PM

Normaly it is simple. Install Avisynth. Install all filters of a script. Edit the script for Your case. Open it with TE and encode Your movie.

kwag 08-22-2003 06:01 PM

Hi CrEsPo,

The reference for AviSynth is: http://www.avisynth.org

-kwag

Dialhot 08-22-2003 06:18 PM

And the reference for the script is ours Optimal scripts :-D

http://www.kvcd.net/forum/viewtopic.php?t=3483

CrEsPo 08-22-2003 07:34 PM

how do i install filters? ill check out ur guide tomorrow when im not tired and not lazy :)

and what does it do? i heard it works with vdub?

edit: o and i can't find a guide to AviSynth on ur site? can u post a direct link to it ? thx :)

another edit: umm i see the latest script thread but how do i d/l that first script?

rendalunit 08-22-2003 07:48 PM

You use 'cut and paste'. An avisynth script is really just a text file (.txt) but with .avs extension. You install the filters by just putting the command "loadplugin ("path and filter name here")"

CrEsPo 08-22-2003 08:06 PM

and where do i put that command? sorry im totally new to this program and dont even see an .exe for the avisynth after its installed :S

CrEsPo 08-23-2003 08:24 AM

LegalClip()

unfilter(50,50)
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
# SpaceDust() # Optional - for some "not so clean" DVDs.
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

with this, what do i do????

rendalunit 08-23-2003 11:03 AM

The 'loadplugin' line(s) go at the beginning.

What you can do now is open this .avs with Windows Media Player or other.

CrEsPo 08-23-2003 11:17 AM

ok, got some progress

"loadplugin("C:\Program Files\AviSynth2\docs\filters\LegalClip.dll")"
LegalClip(C:\Documents and Settings\ALAMARCO\My Documents\mymovie.avi)

unfilter(50,50)
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
# SpaceDust() # Optional - for some "not so clean" DVDs.
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

in LegalClip() is that were i put the movie? or whre do i put it? i open it with Vdub and it gives me an error in line one but opens this time

jorel 08-23-2003 03:17 PM

:o progress?!?!
finding nemo :?:
sample?
:?

what means "sample"?
:roll:

CrEsPo 08-23-2003 03:58 PM

finding nemo sample is the thing i d/led to test the script out. i don't know where to put it so it loads with the script.

Dialhot 08-23-2003 04:00 PM

Quote:

Originally Posted by CrEsPo
finding nemo sample is the thing i d/led to test the script out. i don't know where to put it so it loads with the script.

So that is a pirated screener, and the thread has to be locked. Doesn't it ?

CrEsPo 08-23-2003 04:37 PM

a sample, not a screener :)

Dialhot 08-23-2003 05:21 PM

Don't take me for a fool... I think we all deserve more than that.
(finding nemo will be in theater in november in France. I think is quite the same in Italy).

vhelp 08-23-2003 05:32 PM

Hi CrEsPo..

The bottom line is like this..

If it ain't on DVD (specially in advertisments) you can bet it won't be accepted
here on kvcd.net (or anywhere's where that practice good penmenship)
Even if its in other Countries, and/or acceptable or available there, it
would be best "for the sake of this forum" to leave that detail out.. not to
include Nimo.avi hints, etc. etc. inside your troubled source and scripts.
No winks, hints, tips or whatever. Just be clean and honest, and we'll all
be very happy :)

Ok ?? so, don't worry about weather its ok here, or there or anywheres you
feel it is, just leave it alone here, per the forum requirements, and all is
A-OK. In other words, "do another movie" :) :) :) A movie that you own,
that is.. How about Shrek ?

-vhelp

PS: the MODs here are full of "wisdom"... remember that :wink:

CrEsPo 08-23-2003 05:32 PM

finding nemo is alrdy out in canada (i saw it opening night :)). it is not a screener, it is a tiny sample, maybe less then 2 minutes, that i use to test stuff on :)

Dialhot 08-23-2003 05:36 PM

And from where do you think this sample is done ? There is no DVD out, this film is still in theaters ! Is that a teaser ?

I really don't like the smileys in your sentence as we are (I am) talking seriously there.

CrEsPo 08-23-2003 06:01 PM

i am, of course talking seriously too,

back to main topic, so anyone know whats wrong with the code i have posted

fabrice 08-24-2003 01:34 AM

Hi,

Code:

loadplugin("C:\Program Files\AviSynth2\docs\filters\LegalClip.dll")
LegalClip(C:\Documents and Settings\ALAMARCO\My Documents\your.movie.avi)

should be
Code:

loadplugin("C:\Program Files\AviSynth2\docs\filters\LegalClip.dll")
loadplugin("...
avisource("C:\Documents and Settings\ALAMARCO\My Documents\your.movie.avi")
Legalclip()

Why not changing the movie name in your posts? This forum is not a warez one, and as nobody want it to be closed for piracy, screener o even samples of screener can't be tolerated.

Fabrice

CrEsPo 08-24-2003 08:12 AM

ok thx fabrice, ill try that when i get the chance, sis on good comp an this one doesn't have vdub :)

Avalon 08-24-2003 11:11 AM

Check it out: http://www.digitalfaq.com/archives/error.gif

Finding Nemo is a realy good Sampler for doing KVCD-Testing!

Finding Nemo Trailer 2

Everybody can convert these mov-files to AVI with Quicktime 6 Pro or other programs written for this...

@CrEsPo: Here is a short part out of one of my guides:

Quote:

Originally Posted by Out of the Guide: Creating KVCDs with TMPGEnc and CQMatic (AVI/OGM/MKV-Guide)
Open Your AVS-Script:
Last Script from Kwag:

MA-Script:
## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
AVISource("Your_AVI_Source_Here")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(Your_GripCrop_Parameters_Here)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

(C) 2003 KVCD.NET IT IS NOT ALLOWED TO ADD THIS TO YOUR SITE!


Enter here 'AVISource("Your_AVI_Source_Here")' Your path to Your AVI-file. In the line
'GripCrop' You enter the resolution You wanted. It can be:

For PAL: 352,288; 352,576; 480,576; 528,576; 544,576; 704,576; 720,576;

For NTSC: 352,240; 352,480; 480,480; 528,480; 544,480; 704,480; 720,480;

In my example it will be: ## Main section and static filters ###
#
AVISource("E:\dcd\test25\YourAVI.avi")
#
undot()

asharp(1, 4)
GripCrop(528, 576)
GripSize(resizer="BicubicResize")

Save it for example as kvcd.avs.



vhelp 08-24-2003 11:19 AM

Hi avalon,

I went to this site, but they don't have a D/L and you have to click it to
view it (very slow for us 56k 'ers) but I'm VERY curious to see how louzy
the qulaity is for this reputable site to.

But, my question is, how do you obtain the .mov file ?

By the way, can't wait till it come out on DVD !! When is it due ??

Thanks for any assistance,
-vhelp

Avalon 08-24-2003 11:34 AM

these are only Trailer not full movies!!!! Quicktime is the standard in good-qualtiy-movies out of the net.

I used them often to test my templates or my guides. I think I write a guide for converting mov to KVCD. U'll need this plugin to load mov directly to TMPGEnc:

QuicktimeReader for TMPGEnc

U'll need also Quicktime 6

This program is also usefull: MOV2AVI It is only text mode...

For these http://www.digitalfaq.com/archives/error.gif U'll need DSL or something like that to download the full-resolution-trailer. Some pages are simple some realy creative designed.

This one is great: trailer of SM3

CrEsPo 08-24-2003 12:24 PM

wooohooo finally got one to work, thx a lot guys :D :D :D

Avalon 08-24-2003 12:54 PM

Welcome :wink:

vhelp 08-24-2003 12:56 PM

hi avalon,

no, that's not what I was trying to do. I was just testing out the sample
that I clicked on, for nemo.. 2nd row down, and 2nd movie (medium)
That took 20 minutes I think, and I only saw it in a tiny window :( but no
.mov file could be found. So, I re-clicked it.. it want to re-D/L the whole
20 minuter again 8O what ta @#$#!#$ anyways.. then, QT decided that
it needed to D/L latest items and things, well, I done it like 5 times, and
it finds nothning, and i keep getting those blastid "QT already installed"
errors, AND, "I need to D/L latest items" message every time I proceed to
view a QT sample anywheres 8O pfew!! what a hassel w/ QT.

Well, that's ben my experience w/ QT for today. imo, not quite worth it!

Thanks anyways guys, but I think I'll stick to MPEG stuff, and leave those
apples for the trees :)

-vhelp

Wak10 08-25-2003 01:41 PM

HI GUY,S
 
ive been getting some great help on this site so far but now im stuck.im useing moviestacker and toc but when i start encodeing i get a message saying my resouloution illegal.ive been told this is due to my script,s but i dont have a clue how a go on.how do i get the right script to try and convert a divx into a single kvcd????do i have to ad anything in the script???PLEASE HELP GUY,S!

Dialhot 08-25-2003 03:39 PM

Go under the "video" tab of tok to sse if you can see the picture of your video or an error message.

Give us this error message (if there is one) and copy there the script you use.

Wak10 08-25-2003 03:54 PM

video tab.
 
i used the video tab on toc and it showd the movie i was about to encode but only half the picture.the other half was just GREEN.and when i tried to alter the resoloution myself i pressed the tab again and it showed some large but very hazey RED writeing.it was un- readable.all i have to do i think is get the script right.AviSource("C:\Documents and Settings\Owner\Desktop\movie name.(TCR).DivX.TS.DaDuck\movie name.(TCR).DivX.TS.DaDuck.avi")
BicubicResize(208, 288, 0, 0.6, 0, 7, 352, 466)
AddBorders(72, 0, 72, 0)
i was told to use this by someone on this site but it didn,t seem to work?any idea,s please,or could you tell me what to do?THANK,S :roll:

Dialhot 08-25-2003 04:05 PM

I think that you should take some course on how to hide an illegal warez content

:arrow: read the disclamer

No more hints for your problem for my part.


All times are GMT -5. The time now is 08:30 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.