LanczosResize("")

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Phantasmagoriat
Joined: Mon Feb 06, 2006 11:26 pm
Status: ☁SteamPunked≈☂
Contact:
Org Profile

Post by Phantasmagoriat » Sat Jun 21, 2008 12:04 pm

wow, thanks for the illustrative answer :<b></b>)
I'll be sure to consider this ;)
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."

gerber2022
Joined: Tue May 15, 2007 4:50 am
Org Profile

Post by gerber2022 » Mon Jul 14, 2008 11:08 pm

this what i used hope this helps
all the Sources 4:3
A. 16:9 to 4:3 (720x480)

LanczosResize(960,480)
Crop(120,0,-120,-0)
---------------------------------
B. 16:9 to 4:3 (640x480)

LanczosResize(848,480)
Crop(104,0,-104,-0)
---------------------------------
---------------------------------
1. Widescreen 16:9
For the 4:3 Footage:

Crop(0,60,-0,-60)
LanczosResize(848,480)
---------------------------------
2. For the 16:9 Footage:

LanczosResize(848,480)
---------------------------------
---------------------------------
Entirely 4:3 footage

Crop(8,0,-8,-0)
LanczosResize(640,480)
---------------------------------
---------------------------------
LETTERBOXED TO FIT 4:3
Crop(8,0,-8,-0)
LanczosResize(640,360)
AddBorders(0,60,0,60)

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Tue Jul 15, 2008 9:04 am


Locked

Return to “AviSynth Help”