Ack help

Locked
User avatar
NicholasDWolfwood
Joined: Sun Jun 30, 2002 8:11 pm
Location: New Jersey, US
Org Profile

Post by NicholasDWolfwood » Thu Dec 05, 2002 3:31 pm

Ashyukun wrote:This seems like a good opportunity to ask this question- is the Lanczos Resize part of the standard AMVapp?

...

It's not a program or anything, just an AVISynth command. You can download AVISynth from say Sourceforge, and it will have the command in it because it's just a command.
Image

User avatar
NicholasDWolfwood
Joined: Sun Jun 30, 2002 8:11 pm
Location: New Jersey, US
Org Profile

Post by NicholasDWolfwood » Thu Dec 05, 2002 3:32 pm

trythil wrote:
NicholasDWolfwood wrote:HuffYUV is lossless, idiot.
Not always. If you try to compress RGB by converting to YUV2 first, then some data is lost in the conversion.

But you only need to convert to RGB if for example fancy filtering in Vdub or fancy effects in Premiere, and even then, you cannot notice the data loss because it's not noticable to the human eye.
Image

User avatar
Ashyukun
Medicinal Leech
Joined: Wed Sep 04, 2002 12:53 pm
Location: KY
Contact:
Org Profile

Post by Ashyukun » Fri Dec 06, 2002 8:31 am

NicholasDWolfwood wrote: It's not a program or anything, just an AVISynth command. You can download AVISynth from say Sourceforge, and it will have the command in it because it's just a command.
Sorry, that question wasn't perhaps worded the best- I should have asked if it was a standard part of AVISynth, not the AMVApp (as AVISynth is included in the 'App). As I understand it, you can add additional filters into AVISynth.
Bob 'Ash' Babcock
Electric Leech Productions

User avatar
NicholasDWolfwood
Joined: Sun Jun 30, 2002 8:11 pm
Location: New Jersey, US
Org Profile

Post by NicholasDWolfwood » Fri Dec 06, 2002 3:30 pm

It's not a filter either. It's a standard resize line, it's already been programmed into AVISynth.

And yes, you can add aditional filters into AVISynth. If you have the AmvApp, you just put the filter dll file into the C:\AVSFilters or where ever the AVISynth filters are installed. If you don't have AMVApp and you installed AVISynth alone, just stick the file into any dir you like, and type

LoadPlugin("X:\<dir>\<file>.dll")
Image

Locked

Return to “Video & Audio Help”