Aspect ratio...problem O_o

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Aspect ratio...problem O_o

Post by Vivaldi » Sat Jun 07, 2008 12:01 pm

Ok, I believe the problem is something pretty simple I'm missing, but anyway.

I've Got a source that's 1280x720, (5 cm per second) I've got the avs set up, and I'm attempting to convert it to lagirath for editing. The problem is when it gets done converting, the product is 720x480. Now don't have any type of croping going on right now in avisynth, and whenever I check the avs file in a media player, it's also in 720x480. So 1. why is my footage changing between the source and the avs? And 2. How do I get it back to normal without cropping my footage?

Many thanks. :|
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Sat Jun 07, 2008 12:05 pm

Post the script?

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sat Jun 07, 2008 12:05 pm

Saving as lagarith does not modify your resolution. You must be explicitly changing the resolution or using something that does it for you.

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Sat Jun 07, 2008 12:12 pm

I guess it could be Vdub's doing. Check it's settings to make sure it isn't changing it for some odd reason. I have no idea where such a setting would actually be, or I'd be more specific. Sorry. >_>
... yea ...

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Sat Jun 07, 2008 12:13 pm

My avs auto resizes even when there's nothing in it but the import line. nevertheless..

Code: Select all

mpeg2source("C:\Documents and Settings\Vivaldi\My Documents\5cmps.dv2")
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Sat Jun 07, 2008 12:14 pm

*Proxy edit* And I already checked V-dub, I couldn't find anything having to do with AR, but it happens before going into V-dub anyway.
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Sat Jun 07, 2008 12:44 pm

right click on the file and choose properties and see what the resolution is there?

User avatar
Zero1
Joined: Fri Jan 02, 2004 12:51 pm
Location: Sheffield, United Kingdom
Contact:
Org Profile

Post by Zero1 » Sat Jun 07, 2008 1:10 pm

vivaldiscool wrote:My avs auto resizes even when there's nothing in it but the import line. nevertheless..

Code: Select all

mpeg2source("C:\Documents and Settings\Vivaldi\My Documents\5cmps.dv2")
Can you clarify exactly what the source is? Is it a DVD, a downloaded file? If it is downloaded, what format is it?

If it is a DVD then it probably will be 720x480, a flag in the MPEG bitstream tells a decoder to stretch it to the right aspect ratio on playback, but even so that wouldn't be 1280x720, it would be around 853x480.

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Sat Jun 07, 2008 2:02 pm

Zero1 wrote:
vivaldiscool wrote:My avs auto resizes even when there's nothing in it but the import line. nevertheless..

Code: Select all

mpeg2source("C:\Documents and Settings\Vivaldi\My Documents\5cmps.dv2")
Can you clarify exactly what the source is? Is it a DVD, a downloaded file? If it is downloaded, what format is it?

If it is a DVD then it probably will be 720x480, a flag in the MPEG bitstream tells a decoder to stretch it to the right aspect ratio on playback, but even so that wouldn't be 1280x720, it would be around 853x480.
Ah, the one I'm refering to is a downloaded mkv, I was planing to start with that, then swap out later in the week when I can head into town and get the DVD. But if the two behave differently then I guess the whole idea of swapping is down the drain in the first place. :roll:

But that still confuses me somewhat, does that mean when I do get the DVD, I'll have to make the project file 720x480? Or will it continue to resize even after I export as avi.
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

Mosc
Joined: Mon Oct 30, 2006 8:13 am
Org Profile

Post by Mosc » Sat Jun 07, 2008 3:10 pm

If you're working with a Matroska file, then why are you importing a ".dv2" file? Did you mean ".d2v", which is completely unrelated to Matroska? Your story doesn't add up at all.

Locked

Return to “AviSynth Help”