Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#21 | Link |
|
Formerly davidh*****
![]() Join Date: Jan 2004
Posts: 2,814
|
Actually, you might be better off with:
Code:
lanczosresize(704,352) # 704 is also a valid width for DVD video addborders(0,64,0,64) David |
|
|
|
|
|
#23 | Link |
|
I often say "maybe"...
Join Date: Jul 2009
Location: France
Posts: 586
|
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")
...
Code:
source
dvd("4/3")
Code:
source
dvd("16/9")
ALL ALWAYS AUTOMATICALY DONE It is the goal of my function...
|
|
|
|
|
|
#24 | Link | |
|
Formerly davidh*****
![]() Join Date: Jan 2004
Posts: 2,814
|
Quote:
David |
|
|
|
|
|
|
#25 | Link | |
|
Registered User
Join Date: Jul 2009
Posts: 9
|
anamorphic pal resizing
Quote:
LanczosResize(704,336) AddBorders(0,48,0,48) |
|
|
|
|
![]() |
| Tags |
| dar, dvd, ntsc, pal, par |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|