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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 21st February 2010, 13:22   #21  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
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)
That way you're not resizing vertically so you keep a little bit more detail.

David
wonkey_monkey is offline   Reply With Quote
Old 21st February 2010, 15:17   #22  |  Link
dannybz
Registered User
 
Join Date: Jul 2009
Posts: 9
Thanks David, and yes Im encoding for a 4:3 TV.

If I were to encode for a widescreen TV, how will the script change? I want to be prepared in the future just in case.
dannybz is offline   Reply With Quote
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
Old 21st February 2010, 16:41   #24  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
Quote:
If I were to encode for a widescreen TV, how will the script change? I want to be prepared in the future just in case.
Just remember that anamorphic widescreen is 1.333x vertically stretched, so you'd resize to either to 704 by 352*1.33~=469, or (more simply) straight to the full 720,480 with no borders.

David
wonkey_monkey is offline   Reply With Quote
Old 2nd April 2011, 18:09   #25  |  Link
dannybz
Registered User
 
Join Date: Jul 2009
Posts: 9
anamorphic pal resizing

Quote:
Originally Posted by davidhorman View Post
Just remember that anamorphic widescreen is 1.333x vertically stretched, so you'd resize to either to 704 by 352*1.33~=469, or (more simply) straight to the full 720,480 with no borders.

David
Now I got into a problem, my avi source is akwardly 704x288 PAL and Im trying to size and encode to a wide screen PAL. But Im not sure if my script is correct, can you check it for me, which produces a 704,432 size. Then I will flag it as 16:9 using CCE to make it widescreen. Right?

LanczosResize(704,336)
AddBorders(0,48,0,48)
dannybz is offline   Reply With Quote
Reply

Tags
dar, dvd, ntsc, pal, par

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:49.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.