Any idea what this particular script does, besides resizing to 16:9, fixing the interlacing issues and changing the colourspace? It gets you half a season of XF and my crashes suddenly are history.
I had to replace the old avs in the project, but it was worth the trial, even when scanning through the preview with 9+ hours is a bitch, I don't need to export segments any longer...
I so love gathering random avisynth-knowlege, because you always know you're just a line away from getting things fixed!
no subject
mpeg2source("F:\TXF Rip\Index\txf4x13-4x16.d2v",cpu=4) ++ mpeg2source("F:\TXF Rip\Index\txf4x17-4x20.d2v",cpu=4) ++ mpeg2source("F:\TXF Rip\Index\txf4x21-4x24.d2v",cpu=4)
Telecide(order=1,guide=2)
Crop(8,72,-8,-72)
LanczosResize(720,596)
ConvertToRGB32()
Any idea what this particular script does, besides resizing to 16:9, fixing the interlacing issues and changing the colourspace? It gets you half a season of XF and my crashes suddenly are history.
I had to replace the old avs in the project, but it was worth the trial, even when scanning through the preview with 9+ hours is a bitch, I don't need to export segments any longer...
I so love gathering random avisynth-knowlege, because you always know you're just a line away from getting things fixed!