digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Aspect Ratio problems (http://www.digitalfaq.com/archives/encode/2440-kvcd-aspect-ratio.html)

PyRoMaNiA 01-31-2003 03:03 PM

Aspect Ratio problems
 
OK, when I use the KVCDx3 528x576 template the picture is squashed vertically. And, when using:

Gripcrop(352, 288)
Gripsize()


...when I load it into TMPGEnc, the aspect ratio changes to something like 352x176....if I use TMPGEnc's resize it stretches the picture out of proportion...am I supposed to just leave it as 352x176?? I'm kind of new to this KVCD stuff so I hope someone can help me.

kwag 01-31-2003 03:34 PM

Re: Aspect Ratio problems
 
Quote:

Originally Posted by PyRoMaNiA
OK, when I use the KVCDx3 528x576 template the picture is squashed vertically. And, when using:

Gripcrop(352, 288)
Gripsize()


...when I load it into TMPGEnc, the aspect ratio changes to something like 352x176....if I use TMPGEnc's resize it stretches the picture out of proportion...am I supposed to just leave it as 352x176?? I'm kind of new to this KVCD stuff so I hope someone can help me.

Hi PyRoMaNiA,
Welcome :D

You forgot to add GripBorders().

So it should read like this:

Code:

Gripcrop(352, 288)
Gripsize()
GripBorders()

Now when you open it with TMPEG, you'll see that the resolution sets itself to 352x288 :wink:

-kwag

PyRoMaNiA 02-01-2003 05:09 AM

Thanks! :D

Works fine now, but what about the KVCDx3 thing?

kwag 02-01-2003 07:28 AM

Quote:

Originally Posted by PyRoMaNiA
Thanks! :D

Works fine now, but what about the KVCDx3 thing?

Load the KVCDx3 template, and adjust your script to this:
Code:

Gripcrop(528, 576)
Gripsize()
GripBorders()


:wink:

-kwag

PyRoMaNiA 02-01-2003 01:05 PM

:) Thanks!


All times are GMT -5. The time now is 12:44 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.