logo Sign In

Post #353264

Author
pupil
Parent topic
GOUT image stabilization - Released
Link to post in topic
https://originaltrilogy.com/post/id/353264/action/topic#353264
Date created
8-Apr-2009, 5:00 AM

Hi, found this thread yesterday, was playing with this script all last night. Really well done, excellent project.

I was posting for a little help though. I'm going to run my NTSC ANH DVD through this script, but instead of re-compressing it back to MPEG2, I was going to output it as a 4.7GB x264. I figured out all of the x264 compression things I need to do using MeGUI last night, but I just need a little help on cropping/re-sizing ANH so it will output properly.

Basically, after processing the d2v through this avs script, I am left with an image that isn't anamorphic and has the black borders around the image. What do I need to add to the foot of the script so that I can feed the avs straight to MeGUI and have that output an x264 in the correct anamorphic aspect ratio and with no black around the edges? I've messed with cropping it and figured if I use this at the end of the script:

crop( 6, 60, -6, -62)

it gets rid of all of the black borders perfectly, but how do I then make it anamorphic? Also, do I need to worry about mod16 or anything like that? I'll just be playing this on my PC so does it matter? I'm mainly doing this so I can avoid adding 3:2 pulldown to the video and can play it at 23.97fps on my PC - I hate 3:2 pulldown!

Thanks