HyperYagami
29th February 2004, 04:30
I'm trying to do PixieDust on a TV capture (hyffyyuv AVI) with 5-pass CCE (/w DoCCE4U + Robshot) here, here is the script:
--------------------------------------------------------------
SetMemoryMax(256)
SegmentedAVISource("capture_2.avi")
Telecide(order=1)
Decimate(cycle=5)
Trim(1878,7176)+Trim(12219,18094)+Trim(22174,36466)+Trim(40788,44314)
LanczosResize(720,480)
LetterBox(6, 0)
PixieDust(5)
--------------------------------------------------------------
Not trying to do anything heavy-duty here. Now if I feed this AVS into VirtualDub and save a non-compressed (or hyffyyuv'd) AVI out if it (HD space isn't a concern for me), THEN feed that AVI (*not* the original AVS) into CCE...would that be faster than feeding the original AVS into CCE? Since I figured with multiple passes, you're essentially PixieDust'ing the thing multiple times and waste time.
Also, as a seperate problem, the reason why I wanted to do that is for some reason CCE (2.5) becomes very very very slow when I feed that AVS into it, the 1st pass was OK, then at the 2nd pass it goes to a virtual halt at about 34%. Not a complete halt though, just very very very slow, like more than a whole minute just for 12 frames (about 10s for 12 frames before). I'm not sure if that's a CCE or an AVISynth (2.5.4 here, with LoadPluginEx) problem. Anyone have seen problem?
Thanks for any suggestion!
--------------------------------------------------------------
SetMemoryMax(256)
SegmentedAVISource("capture_2.avi")
Telecide(order=1)
Decimate(cycle=5)
Trim(1878,7176)+Trim(12219,18094)+Trim(22174,36466)+Trim(40788,44314)
LanczosResize(720,480)
LetterBox(6, 0)
PixieDust(5)
--------------------------------------------------------------
Not trying to do anything heavy-duty here. Now if I feed this AVS into VirtualDub and save a non-compressed (or hyffyyuv'd) AVI out if it (HD space isn't a concern for me), THEN feed that AVI (*not* the original AVS) into CCE...would that be faster than feeding the original AVS into CCE? Since I figured with multiple passes, you're essentially PixieDust'ing the thing multiple times and waste time.
Also, as a seperate problem, the reason why I wanted to do that is for some reason CCE (2.5) becomes very very very slow when I feed that AVS into it, the 1st pass was OK, then at the 2nd pass it goes to a virtual halt at about 34%. Not a complete halt though, just very very very slow, like more than a whole minute just for 12 frames (about 10s for 12 frames before). I'm not sure if that's a CCE or an AVISynth (2.5.4 here, with LoadPluginEx) problem. Anyone have seen problem?
Thanks for any suggestion!