graham23s
1st September 2003, 02:17
i have been interested in learning to use avisynth for a while now as my favourite encoder is cce but hard to master what i really just want to do is make my avi pal compatible and easy to insert into a dvd authoring software this is what i'v used for a couple of months now
AviSource("C:\Documents and Settings\Graham\Desktop\Moviez\movie.avi")
BicubicResize(720,576)
ConvertToYUY2()
convertfps(25)
when inserted into dvd software it works fine but today i noticed something i didn't see before on the tv in the living room my dvd didn't show up the widescreen border although i encoded it in cce 16:9 it shows up fine on my bedroom one borders an all
is there akind of set script you guys work with just to make it easier to encode from
and is there anything i'v missed from my script
cheers
Graham
AviSource("C:\Documents and Settings\Graham\Desktop\Moviez\movie.avi")
BicubicResize(720,576)
ConvertToYUY2()
convertfps(25)
when inserted into dvd software it works fine but today i noticed something i didn't see before on the tv in the living room my dvd didn't show up the widescreen border although i encoded it in cce 16:9 it shows up fine on my bedroom one borders an all
is there akind of set script you guys work with just to make it easier to encode from
and is there anything i'v missed from my script
cheers
Graham