I'm having some trouble choosing an option in TMPGEnc Plus. I'm not using the wizard. After I select my video source (which is an AVS file with a TextSub line to overlay subtitles), I go to "Setting", "Advanced" tab, and then next to "Source Aspect Ratio".
What is the difference between 4:3 525 line (NTSC) and 4:3 525 line (NTSC, 704x480)?
My source AVI is 640x480 which is 4:3. Then I use AVISynth to resize that to 720x480. Here is my AVS script:
So, which "Source Aspect Ratio" should I be using?Code:AVISource("file.avi",false) TextSub("subs.ssa") LanczosResize(720,480) converttoRGB24()
+ Reply to Thread
Results 1 to 5 of 5
-
-
Well since you set the resize to 720 you should probably use the "4:3 525 line (NTSC)" option since the second one specifically states 704 and you want 720 in your script.
Donatello - The Shredder? Michelangelo - Maybe all that hardware is for making coleslaw? -
Just make sure you pick "FULL SCREEN" as the VIDEO ARRANGE METHOD
Because you are using AviSynth it really makes NO DIFFERENCE what you use as the INPUT SOURCE ASPECT because by using AviSynth and then "FULL SCREEN" for VIDEO ARRANGE METHOD you are basically telling TMPGEnc Plus to NOT resize.
- 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
-
Aspect Ratio Looks Different After Encoding VHS Source
By jrodefeld in forum Video ConversionReplies: 1Last Post: 2nd Jul 2011, 09:35 -
Understanding TMPGEnc source material settings
By brassplyer in forum Video ConversionReplies: 1Last Post: 5th Mar 2011, 06:41 -
AVStoDVD: How do I make default settings for all files to aspect ratio 4:3?
By Heyjoojoo in forum Authoring (DVD)Replies: 8Last Post: 30th Aug 2010, 22:49 -
No aspect ratio 5/4 in Tmpgenc Xpress
By sychern in forum Video ConversionReplies: 1Last Post: 29th Sep 2008, 03:06 -
16.9 Aspect Ratio with TMPGEnc dvd author 1.6
By GJF in forum Authoring (DVD)Replies: 22Last Post: 24th Jun 2008, 03:57