Log in

View Full Version : hey there! help plzz..


etain
16th April 2006, 08:57
hello...i want to resize a movie to ntsc 16:9
whom has 640*272 resolution..

i used Fitcd to get a script but fitcd gave me a resize using bicubicresize
..............

foxyshadis
16th April 2006, 09:02
What exactly is so hard about replacing Bicubic with Lanczos in the script fitcd gives you?

etain
16th April 2006, 09:02
thnx any way but can someone can explain me plzz whats this

#Trim(0,146464).FadeOut(150)


and if its really necaserry ...what does it do?

communist
16th April 2006, 09:02
Replace BicubicResize(...) with LanczosResize(...) in your script.
#Trim(0,146464).FadeOut(150)
Its commented out - it doesnt do anything, you can aswell delete it.

etain
16th April 2006, 09:11
but i dont understand what that lines do

ConvertToYUY2()

DoubleWeave().SelectOdd()

colorYUV(Levels="TV->PC")

what does each one do and it used for...
when do i need to use it??

tnx

foxyshadis
16th April 2006, 09:34
Avisynth comes with a manual, as well as the whole site avisynth.org (http://www.avisynth.org). At least read it first, if you're going to try to learn about it. Otherwise just accept the decision of the tool (or use another one).

Guest
16th April 2006, 15:05
hey there! help plzz.. Please read and follow forum rules, specifically, rule 9: use a proper thread title.