Log in

View Full Version : making first AVS and a GOOD ONE


muzik
12th February 2005, 04:31
Hello

I am new to this forum and i need to know how to make a perfect AVS file for my Xvid Videos. I have all the programs required and also the plugins for AVISynth... But doing a good avs seems weird or hard to me for the moment... Can anyone help me on this so i can start encoding ASAP!!! lol

Muzik`

If you need more info just ask!:D

Ark
12th February 2005, 09:38
Yes, we need more info:

- source type (dvd-mpeg2, .avi...)
- source aspect ratio
- source lenght
- final resolution
- filtering (if any)
- target media (cd, dvd...)

..because one simple scrips could be this:


source=Mpeg2source("c:\..\my_movie.d2v").crop(8,80,704,416)
source.Lanczosresize(640x272).undot()


Thisi is very simple script if your movie has an AR of 2.35:1 and you're aiming for 1 cd-rom.

It's useless to post other "probably right" scripts without know your exact situation, so tell us all!

manono
12th February 2005, 17:43
Let Gordian Knot make it for you, until you get the hang of it.

muzik
12th February 2005, 21:39
source is a dvd
aspect ratio: 16:9
length 2:08 hrs
final resolution: 720x480
*filters recommended...
target media: cd or 2cd

and one question is that i dont know how to do the crop equation from the aspect ratio... Thank you

Muzik

Originally posted by Ark
Yes, we need more info:

- source type (dvd-mpeg2, .avi...)
- source aspect ratio
- source lenght
- final resolution
- filtering (if any)
- target media (cd, dvd...)

..because one simple scrips could be this:


source=Mpeg2source("c:\..\my_movie.d2v").crop(8,80,704,416)
source.Lanczosresize(640x272).undot()


Thisi is very simple script if your movie has an AR of 2.35:1 and you're aiming for 1 cd-rom.

It's useless to post other "probably right" scripts without know your exact situation, so tell us all!

E-Male
12th February 2005, 23:16
Originally posted by manono
Let Gordian Knot make it for you, until you get the hang of it.

i second that
it's a good way to start, done so myself

muzik
13th February 2005, 17:28
ok...

iv'e used gordian knot, and i agree, it looks great and easy interface... however, when i come to the encoding process, i ,again, have a error message that looks like this picture attached...

hopefully i can resolve this problem by today... i wanna start encoding!

Thanks

Muzik

muzik
13th February 2005, 17:31
since the picture is no showing, i get the following message on the script:

Avisynth open failur:
Avisynth script open failed!

hopefully this can help you solve my problem...:confused:

muzik
15th February 2005, 03:02
it seems i just did some tweaks inside Gordian knot and its now working good... appart from the lag issue...

Muzik