Hi everyone, I'm familiar with all the tools to do this but not so familiar with the Avisynth scripting. Any advice or help with my script is appreciated.
I have a AVI that is 1.3 GB (over 3 hours of footage). Clearly this won't fit onto one NTSC DVD but I know the frames that I want to trim to break this up into two DVDs. Here is the data from Gspot:
codec; divx 5.02
resolution: 544x416
fps: 23.976
DAR: 1.3
PAR: 1
My question is...I want this to fit onto NTSC DVD and I believe the aspect ratio is close to 4:3 already. I have a widescreen TV so I don't want to stretch the AVI all the way to 720x480 (although I know I need this for DVD compliance). Stretching it more, in my mind would take away from the image quality.
My question is this...how can I tell my script that I want a DVD compliant file size, but add the proper borders so that I'm keeping my original resolution in-tact but simply putting borders to fill the rest of the screen...all the while trimming the AVI file up to a particular frame? Ive seen bicubic resizing and the lanczos but I'm not sure in which scenario to use either or really how. Also do I need a separate editing application or does avisynth trim files natively?
From there I can then figure out the length and do the rest in the other apps. I'm just a little bit 'scripting' challenged. Plus the avisynth sites are down right now so that limits my brushing up on the commands and what they mean.
Thanks in advance.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Hi-
With the ITU box checked, I get:
LanczosResize(704,480)
AddBorders(8,0,8,0)
I use FitCD to find the crop/resize/addborders and to get a basic script, and so should you. Then encode for 4:3.
how can I tell my script that I want a DVD compliant file size, but add the proper borders so that I'm keeping my original resolution in-tact but simply putting borders to fill the rest of the screen.
FitCD. And you don't keep the original resolution intact. Your AVI is 1:1 but your DVD will be 4:3. You have to adjust the resolution. Until you understand what's going on (and maybe even long after) use FitCD for the job. Here's Fulcilives' guide to FitCD:
https://forum.videohelp.com/viewtopic.php?p=1487285#1487285
all the while trimming the AVI file up to a particular frame?
Use the Trim Command (or cut the AVI in VDubMod before doing the encoding):
http://www.avisynth.org.ru/docs/english/corefilters/trim.htm
Plus the avisynth sites are down right now so that limits my brushing up on the commands and what they mean.
There's a pretty good mirror here:
http://www.avisynth.org.ru/docs/english/ -
If you want letterboxing of 4:3 image inside 16:9 screen, here are the numbers for NTSC.
Resize your 4:3 source to 544x480, add (88+88) vertical borders and encode as 16:9.
P.S. slightly corrected -
If you're encoding for 23.976fps, then you'll need to apply pulldown some time, either during the encoding, or afterwards, maybe using DGPulldown.
-
The pulldown in HCEnc is currently flawed. If you encode with HCEnc then DGPulldown is the preferred method of applying pulldown to your file.
Read my blog here.
-
Here is a thread that sorta became my mini-guide for encoding XviD/DivX MPEG-4 files to DVD using a variety of freeware software: CLICK HERE
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
Avi resizing or creating quick dvd using avidemux
By striker9 in forum Video ConversionReplies: 13Last Post: 2nd Nov 2010, 11:01 -
DVD to AVI resizing problem
By okman in forum DVD RippingReplies: 10Last Post: 2nd Jan 2010, 00:46 -
Resizing to Fit TV Screen
By bolson1 in forum EditingReplies: 2Last Post: 12th Feb 2008, 21:49 -
AVI to DVD - Movie doesn't fit on screen
By tmac2085 in forum Newbie / General discussionsReplies: 2Last Post: 25th Jan 2008, 10:18 -
why won't my avi fit on a dvd-r
By bigwheels103 in forum Newbie / General discussionsReplies: 3Last Post: 24th Oct 2007, 21:08