View Single Post
Old 15th October 2009, 08:22   #213  |  Link
canuckerfan
Registered User
 
Join Date: Jul 2005
Posts: 317
Quote:
Originally Posted by Gavino View Post
Does this happen every time you use ConditionalReader/ConditionalFilter or does it depend on some additional factors such as for example
- length of input clip?
- size of file read by ConditionalReader?
- other filters used in script?
- number of tabs open in AvsP?

If you can reproduce the problem with a simple script and ConditionalReader input file, post it here.
Okay. I finally got the chance to test this and it has occured.

-clip length = 266124 frames (a little over 3 hours)
-size of file read was 52 bytes (it had to process only 2 frames)
-no other filters used (except crop): actually, here's the entire script:
Quote:
SetMemoryMax(768)

avisource("G:\Hindi Movies\Temp\DCH_ELITE\step26b.avi")

AddBorders(0,2,0,2)
Filtered = RemoveNoiseMC(rdlimit=41,rgrain=1,denoise=0,sharp=true)
ConditionalFilter(Filtered, last, "ABC1")
ConditionalReader("failed3-rd41.txt","ABC1",false)
Crop(0,2,0,-2)## 2 frames processed in this pass
-only 1 tab open (the one encoded)
canuckerfan is offline   Reply With Quote