gavo
5th January 2005, 11:00
convert 16:9 to 4:3 in AviSynth .. I want to get it so it didnt look like a dvd player pan and scaning it. thanx
zettai
5th January 2005, 11:13
I presume you mean letterboxing...
For NTSC DVD:
LanczosResize(720,360)
AddBorders(0,60,0,60)
For PAL DVD:
LanczosResize(720,432)
AddBorders(0,72,0,72)
Note that this is only for progressive footage.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.