I'm working on an animated avi, and while my first project went fine, this one seems to be different. Here is my script:
AVISource("C:\Animated vid.avi")
LanczosResize(688,352,0,0,704,396)
AddBorders(16,64,16,64)
#Trim(0,34526).FadeOut(150)
When I run this through tempgenc, at 720 x 480, it's coming out without the borders on top and bottom and looking a bit squished from the sides.
My tempgenc settings ON the Video tab were"
Size: 720 x 480
4:3 display
NTSC format
(3:2 pulldown)
Under Advanced:
Interlaced (I thought I read somewhere it needs to be this way because you're converting 23.976 to 29.97)
Top field first
Source aspect was 1:1 display
Noodling around, I changed it to non-interlaced and the Video display to 16:9 and when I did a quick clip and put it into my Nero authoring program, it looked like it was supposed to. But is this really the way to do it?
+ Reply to Thread
Results 1 to 9 of 9
-
-
I get something close with a 704x396 source BUT with "Anamorphic" incorrectly checked on the left side as well as ITU resizing, and 2 blocks overscam.
AVIs aren't usually encoded anamorphically, but are usually 1:1. So, uncheck "Anamorphic" on the left (leave it on the right if encoding to 16:9), and make sure you have 1:1 Monitor to the right of "Source" and try again. I can't help with the TMPGEnc settings.
4:3 display
Liie i said, I don't know TMPGEnc settings, but if that means you're encoding for 4:3, then you had better uncheck the Destination "Anamorphic" box.
Interlaced (I thought I read somewhere it needs to be this way because you're converting 23.976 to 29.97)
You read wrong. Your source is progressive. You're encoding progressive, and applying 3:2 pulldown to have your player output 29.97fps. You're not actually converting to 29.97fps, at least you had better not be. But again, someone else can help with the TMPGEnc settings.
Where's that FitCD guide again...
https://forum.videohelp.com/viewtopic.php?p=1487285#1487285 -
Originally Posted by guns1inger
-
Okay, three things I noticed after looking at the the guide Manono linked me to:
1. I'm wondering if the resizing is right. It worked fine, automatically last time. But maybe not this time?
2. Also, I see there's a slight difference between the aspect for the source and the DVD output.
2. I didn't have the RGB output checked, although I didn't see any problems when doing a couple of test runs. -
Thanks for posting that pic. I got your input resolution correct, but by fooling around in FitCD, trying to duplicate your script, I got just about everything else wrong.
You want ConvertToRGB24() at the bottom of the script for TMPGEnc encoding.
Since you're not doing any cropping, you can have the resize line as LanczosResize(688,352). The rest of what was originally there was for the cropping, which isn't necessary in your case. It doesn't really hurt anything to leave it there, though, just slows the encoding by a very little bit.
Yeah, because the script looks OK, any problems have to be in TMPGEnc.
You might consider encoding for 16:9. The original height was 396. It's a question of lowering it to 352 for 4:3 encoding, or raising it to 448 for 16:9 encoding. Kind of 6 of 1 and half a dozen of another. -
I mis-read the original and used the wrong resolution. I concur with the numbers. Given the source is 704, I would also go 16:9. Drop in something like blockbuster and asharp to clean it up and put back a little detail, and it should look OK (assuming the source isn't crap to begin with)
Read my blog here.
Similar Threads
-
Letterboxed 4:3 to Anamorphic 16:9 with AviSynth
By Koppel in forum Video ConversionReplies: 13Last Post: 13th Aug 2010, 02:49 -
PS3 playback not letterboxed!!!
By GIBURROWS in forum Authoring (Blu-ray)Replies: 12Last Post: 28th May 2010, 21:17 -
Letterboxed 16:9?
By eNoize in forum Newbie / General discussionsReplies: 10Last Post: 5th Oct 2008, 21:40 -
letterboxed to widescreen
By cd090580 in forum Video ConversionReplies: 4Last Post: 18th Mar 2008, 12:28 -
Subtitles in the letterboxed area?
By rumplestiltskin in forum ffmpegX general discussionReplies: 1Last Post: 26th Feb 2008, 23:35