Entry tags:

My .mpg looks squished in VirtualDubMod and DGIndex

Source: mpg file
Desired outcome: VirtualDubMod displaying my mpg properly so that I can clip .avi files from it
Problem: VirtualDubMod is reading the file as 720X480 but it looks squished vertically (see below--yes, JPad should be EVEN WIDER than he is) 
I tried to open it in DGIndex and got the same squish.
I would love an avisynth scripting fix or (even better) a plug-in that works

 <--He should be EVEN WIDER


Any thoughts much appreciated.

[identity profile] absolutedestiny.livejournal.com 2010-10-12 11:29 am (UTC)(link)
The plugin works fine. The footage is anamorphic. It's supposed to be squished.

If you want it unsquished you need to resize it.

What you resize it to is a complicated issue but if you want it the same size and shape as a standard definition divx download then resizing it to 640x360 would be fine.

For further advice, I'd need to know what you're doing with it (single source or multi-source etc etc)

[identity profile] absolutedestiny.livejournal.com 2010-10-12 11:30 am (UTC)(link)
Oh, to resize in avisynth do:

LanczosResize(640,480)

[identity profile] absolutedestiny.livejournal.com 2010-10-12 12:04 pm (UTC)(link)
That probably because you can tell vegas that the clip is NTSC 16:9 anamorphic and it will do the scaling for you. You should look into that as that's the more 'correct' way to do it.