Editing Avisynth Script file

Deor

New member
Hello again-
on ChickenMan's tut. converting divx/avi to dvd+/-r using cce.
the section on converting pal to ntsc,
He said "bicubicresize(720,480) <-- change the 576 to 480
Assumefps(23.976) <-- Include this line here

is bicubicresize the same as LanczosResize?
or do I add:
bicubicresize(720,480)
Assumefps(23.976)
at the end of my Avisynth Script File?

this is what my script looks like:
LoadPlugin("C:\PROGRA~\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~2.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\AVISYN~2.DLL")
AVISource("F:\MOTORC~1\MOTORC~1.AVI",audio=false)
ConvertToYUY2()
Import("C:\Program Files\DVD2SVCD\Tylo\RoBaConditional.avs")
LanczosResize(720,438)
AddBorders(0,21,0,21)
AvisynthSubtitler("E:\Media\AV\","permsubs.txt")


.
 
I moved your posts. Please take the time to post in the correct forum so you can can the help you need. :)
 
Top