logo Sign In

Post #487506

Author
CompMovieGuy
Parent topic
dgindex>gordian knot>.avs file= wrong aspect ratio?
Link to post in topic
https://originaltrilogy.com/post/id/487506/action/topic#487506
Date created
1-Apr-2011, 6:13 AM

ibleedspeed,

I see what youre trying to do now
Youre trying to get GK to write the script for you and then in turn encode with something else to DVD standards

Youre better off just writing the script yourself in AvsP

LoadPlugin("C:\PROGRA~2\GORDIA~1\DGMPGDec\DGDecode.dll")
mpeg2source("\Desktop\vob dgindex attempt\vob 1\VTS_02_1.d2v")

Done

or if you want to crop

LoadPlugin("C:\PROGRA~2\GORDIA~1\DGMPGDec\DGDecode.dll")
mpeg2source("\Desktop\vob dgindex attempt\vob 1\VTS_02_1.d2v")
Spline36Resize(720, 480, 2, 0, -2, 0)
(the crop #s here are just approx, youd have to see for yourself in AvsP)
this is also assuming youre using force film in DG