I am trying to resize an AVI encoded in Xvid, to mpeg2 (NTSC). The AVI's source resolution is 624x336, and has no letterboxing. I am not sure what size I need to resize the image to, and how much letterboxing to give it, if any.
I just have one more quick question.
Should I be resizing the width to 704, or 720?
Any help is appreicated. Thanks
+ Reply to Thread
Results 1 to 14 of 14
-
-
I'm sure someone knows
I did check out the guides, but this resolution is kinda weird (to me anyway), so I just need someone to verify my assumptions.
-
624x336
This is what I would do:
1) Pad top and bottom so 624x336 is a 4:3 ratio So pad to 624x468.
2) NTSC 4:3 is actually 711x486. You could resize to this and crop(pad) to 704x480 (or 720x480)
There are a few ways to get there, but hopefully this is the most clear.
Here is a reference:
http://www.quantel.com/domisphere/infopool.nsf/HTML/565C7D89F2D64F3680256C8000444A4D?O...light=2,aspect -
Well if it was me, I would encode at 4:3 with a vertical of 336 (or 352) with borders of 72 T & B (or 64 T & B if 352).....no need to touch the horizontal..this if for ntsc (4:3 Tv's).
624 X 336 is NOT a 4:3 ratio its 16:9 anomorphic...so you need to add T & B borders.
If its for 16:9 widescreen TV then its 464 vertical, encoded at 16:9 with minimal 8 T & B borders (hardly visible).
HTH -
I love this place!
Originally Posted by monzie
624 X 336 is NOT a 4:3 ratio its 16:9 anomorphic...so you need to add T & B borders.
Here is a reference: http://www.quantel.com/domisphere/infopool.nsf/HTML/dfbAnamorphic?OpenDocument
I did assume the desired output would be 'letter boxed' on a 4:3 TV. -
I thought the aspect ratio has to be 2.35 to be anamorphic. The ratio on this AVI is 1.85. I try doing a fw encodes with the settings you guys gave me. Thanks for the help, this stuff can get pretty confusing.
-
Where do you get 720 or 704 playback from on a 4:3 NTSC encoding?...its 640..but I could be wrong
I thought all resolutions above 1.77:1 where classed as anomorphic from a generic DVD/mpeg2 standpoint due to the inevitable letterboxing regardless of the DAR?.......but I could be wrong
Whats a pc and pc pixels got to do with DVD encoding?...its designed for DVD players and TV playback...thats why we ALL WORK FROM TV SCAN LINES.....aka the VERTICAL res...but I could be wrong.
Maybe reading these will help..but I could be wrong......
https://www.videohelp.com/forum/userguides/174200.php
http://www.doom9.org/index.html?/aspectratios.htm
Whats do these mean?:
1) Pad top and bottom so 624x336 is a 4:3 ratio So pad to 624x468.
2) NTSC 4:3 is actually 711x486. You could resize to this and crop(pad) to 704x480 (or 720x480)
Is "resize, crop, and pad" a needlework term that your mum/girlfriend/wife might understand? Is it like knitting?
What do your movies playback like.......a yarn of shrunken wool?
[/b]
-
I'll try to be nice ... but you seem to be a bit of an ass hole.
Originally Posted by monzie
https://www.videohelp.com/dvd
I thought all resolutions above 1.77:1 where classed as anomorphic from a generic DVD/mpeg2 standpoint due to the inevitable letterboxing regardless of the DAR?.......but I could be wrong
Whats a pc and pc pixels got to do with DVD encoding?...its designed for DVD players and TV playback...thats why we ALL WORK FROM TV SCAN LINES.....aka the VERTICAL res...but I could be wrong.
Maybe reading these will help..but I could be wrong......
https://www.videohelp.com/forum/userguides/174200.php
http://www.doom9.org/index.html?/aspectratios.htm
Since you like doom9, try this: http://www.doom9.org/index.html?/capture/start.html
Start with section 3 to learn a little about analog video ... then go to sections 4 and 5 for an idea about 4:3 frame sizes and resizing various source.
Finally go back and read DJRumpy's stuff.
PS: Also read the sources from the doom9 guide. Did the Rumpy guide or Doom9's ar stuff have any sources? Maybe you should check a few things.
Whats do these mean?:
1) Pad top and bottom so 624x336 is a 4:3 ratio So pad to 624x468.
2) NTSC 4:3 is actually 711x486. You could resize to this and crop(pad) to 704x480 (or 720x480)
Code:AddBorders(0, 66, 0, 66) #Pad to get 624x468 aka 4:3 AR LanczosResize(712,486) # use 712 because your color space is YUV Crop(4,3,-4,-3) #crop to 704x480
Is "resize, crop, and pad" a needlework term that your mum/girlfriend/wife might understand? Is it like knitting?
What do your movies playback like.......a yarn of shrunken wool? -
I ended up going with a 720x460 resize with 10 pixel letterboxing on the top and bottom. Hopefully it doesn't look squished or stretched. I wish people would come out with some more DVD guides, everything seems to be geared towards SVCD's "
update:
Thanks for all the help trevlac! I'll do another encode using those settings. That other guy did seem kinda confused.
Quick Question:
If I was to encode to widescreen format would I use 720x460? I'm assuming your resize, and cropping method would get the encode to look fullscreen on a 4:3 TV.
Thanks for all the help guysThis can be a very confusing subject, even for the novices.
-
Originally Posted by chobo321321
1st some assumptions. You want a letter boxed dvd to play on a 4:3 tv.
Let's look at it another way:
- You are starting with an image aspect ratio of ~ 1.85
- If you want to fit it into a 4:3 screen you need a ratio of 1.333
- If you do not want to skew the image, you simply add borders
- My 1st step was to go from a 1.85 image ar to a 1.333 image ar
- Now the problem is that PC pixels are not the same shape a tv pixels
- Your source is for PC pixels
- PC pixels are squares. NTSC pixels are skinny rectangles.
- One way to deal with this is to just resize from what you have to a NTSC tv 4:3 frame
- 711x486 is really 4:3 because NTSC pixels are .9116 x 1 wide
- 711 * .9116 / 486 = 1.333 Check out the quantel link.
PS: Quantel makes $100K+ broadcast digital video processing equipment. They do not run rinky dink websites. (sorry about that)
- So .... Resize your pc 4:3 pixels to NTSC 4:3 pixels ... step#2 in the script
- Now our problem is that 712x486 is not a DVD size. Yep, strangely enough digital sizes are different from broadcast.
- But that is easy to fix. Just crop like in step #3 -
Originally Posted by chobo321321
If you want to make a 1.78 anamorphic, pad in step #1 to 350. When you resize in step #2, the image will be streatched tall and skinny. The resize will do 2 things. It will adjust for TV pixels and it will make the image anamorphic (with a little border so it comes back out as 1.85). If you do this, you need to make sure you set the correct flags when you author. On a 4:3 tv, you should see the same result as the other way. On a widescreen, it should fill the screen except for a small border due to the fact the source is 1.85.
Try both -
Now it all makes sense
Thanks for taking the time to clear that up, I appreciate it.
Similar Threads
-
resizing...
By backslash in forum LinuxReplies: 1Last Post: 4th Jul 2010, 17:14 -
resizing
By marcopolo1 in forum Video ConversionReplies: 7Last Post: 11th Oct 2009, 18:06 -
resizing help
By shaktiIIIgta in forum Newbie / General discussionsReplies: 14Last Post: 15th Nov 2008, 21:52 -
resizing, I'm confused!!!
By nalooti in forum Video ConversionReplies: 5Last Post: 19th Nov 2007, 08:14 -
Resizing Without Recompression.
By Rez. in forum DVB / IPTVReplies: 8Last Post: 2nd Aug 2007, 12:17