Harry wrote in part (In a different thread): " Someone [...] who could say right off hand that its easily possible to filter that particular case or similar ones without having to go to more specialized tools?
I think I've found a decent and fairly quick way to accomplish my goals expressed in two previous threads with similar subject matter.
Some combining of several mechanisms has provided a nice way to get this done.
The problem was really in two parts:
-
To filter only the filenames ending in ".avi" where there are also piles of files ending ".avi.sfk" and
copy them to a collection -
filter that collection by size and move those below what I think is appropriate size to their own related collection.
----- ===== ----- ======= ------- ======= ----- ===== -----
To do this pretty handily it seems to need the steps below that I hope by laying out so verbosely, to let other folks like me who may not be the sharpest folks in town, to still learn in detail, how something like this may be done readily in Dopus.
( It appears to be quite a high count of steps needed, but in fact they follow quickly and easily after the first try)
I: First then, we create two empty collections avi_good and avi_unlikely
II: Open the dual view and move one side to the Collection: avi_good. Move the other to a real directory of avi files intermixed with *.avi.sfk files.
III: Filter the real directory in this way " shift *.sfk, now select those.
IV: Type this filter "Shift * *" which brings all files into view again.
V: Go to "Edit/invert selection" and we now have selected all files ending *.avi (since there are only two kinds in this directory)
VI: Go to the little icon on the standard toolbar that says SMB: copy [...] and LMB: copy [...]
copy the files to "avi_good"
VII: move the other view, at this point, to "avi_unlikely"
VIII: Back in avi_good, we filter on size using the column header, and select those we want removed, back to the icon on toolbar and this time using the one that says SMB: move [...] and LMB: move [...], "move" them to avi_unlikely
We now have all usable avi in one collection, all the unlikely but possibly needed avi files in another and no problems with stumbling over *.sfk files.
So before we ever "fire up" the actual NLE (Non Linear Editor = those editors designed to edit video files) (In this case Vegas pro 10) we have done quite a lot of work that would have had to be done inside the editor and would be quite a lot more work and slower.
We can now draw our imports from the right collection, and if a problem arises where a piece of a few frames is actually needed, it is quickly available in another collection but has not tied up some amount of memory in the NLE until needed.
Thank you Dopus, you've made my video editing a faster and pleasanter experience.