View Single Post
Old 21st February 2010, 16:22   #23  |  Link
MatLz
I often say "maybe"...
 
MatLz's Avatar
 
Join Date: Jul 2009
Location: France
Posts: 583
As it seems you're in ntsc land, simply change the two lines in the avsi:
Code:
...
function dvd(clip dvdin,string "far",string "std",float "care",bool "hq",bool "nab")
{

std=default(std,"ntsc")
...
Like that, you will just need in your script:
Code:
source
dvd("4/3")
or
Code:
source
dvd("16/9")
NOTHING ELSE
ALL ALWAYS AUTOMATICALY DONE

It is the goal of my function...
MatLz is offline   Reply With Quote