Jeremy Duncan
24th April 2009, 00:51
It's the Terminator 3, ntsc, 4:3
This is how I do it now.
I got this crop and resize from googling.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\nicaudio.dll")
video=mpeg2Source("C:\Documents and Settings\Home\Desktop\encode project.d2v")
audio=NicAC3Source("C:\Documents and Settings\Home\Desktop\encode project T80 3_2ch 448Kbps DELAY 0ms.ac3")
AudioDub(video,audio)
Crop(8,0,-8,-0)
LanczosResize(640,480)
converttoyv12()
Here is the vob sample taken from dgsplit. It was ripped using dvdfabfree.
link (http://www.mediafire.com/?byjz9d29djb)
My reason for posting this thread is if I'm not doing it right then I hope somebody will post the correct crop and resize to use. :)
This is how I do it now.
I got this crop and resize from googling.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\nicaudio.dll")
video=mpeg2Source("C:\Documents and Settings\Home\Desktop\encode project.d2v")
audio=NicAC3Source("C:\Documents and Settings\Home\Desktop\encode project T80 3_2ch 448Kbps DELAY 0ms.ac3")
AudioDub(video,audio)
Crop(8,0,-8,-0)
LanczosResize(640,480)
converttoyv12()
Here is the vob sample taken from dgsplit. It was ripped using dvdfabfree.
link (http://www.mediafire.com/?byjz9d29djb)
My reason for posting this thread is if I'm not doing it right then I hope somebody will post the correct crop and resize to use. :)