Master Yoda
21st December 2004, 23:46
Ive done a couple of test captures from vhs, one ate 696x576 and one at 348x576 (yuy2), both captured with virtual dub using huffyuv 2.2.0.Both have come out pretty decent, but when i load the script in to cce but for some reason its encoding it to mpeg real slow, something like 0.94, does anyone know why?? heres the script i am using.I left the addaudio thing there as i forgot what it was there for. Addborders is 2,0,2,0 for the half res.
import("F:\DVD Ripping Apps\DoItFast4U\new.avs\addaudio.avs")
Avisource("test.avi")
Addborders(12,0,12,0)
AddAudio()
ConvertToYUY2(interlaced=true)
import("F:\DVD Ripping Apps\DoItFast4U\new.avs\addaudio.avs")
Avisource("test.avi")
Addborders(12,0,12,0)
AddAudio()
ConvertToYUY2(interlaced=true)