i have an avi with the ratio 720x360 (2.00:1) [=2:1] can somone calculate the needed amount of black lines and post the avisynth script needed please which is in the above guide i just dont get how you do it. thanks in advance
try this: AviSource("C:\film.avi") LanczosResize(688,448,0,17,512,334) AddBorders(16,16,16,16) 720 is high though i cant calculate using 4:3 calc,the script is made whit fit2cd
------------------------ 1995 M3 - Gone 2007 335i Sport - Euro Delivery - Gone 2009 335i Sport - Gone 1995 M3 - Gone 1998 4Runner - Current
the settings i always use are: check: zigzag/progresive and dvd compliant untick the rest calculate bitrate whit or just leave it at 6000 for 1-pass CBR. wich guide are you using btw? try everything is explained verry good. and for resizing why shouldn't it work whit this: AviSource("C:\film.avi") LanczosResize(720,380) AddBorders(0,50,0,50) i assume the soure is ntsc?!