A file requester object would greatly enhance the already
powerful Avisynth. It will allow easy sharing of scripts,
while giving flexibility and further control to avs scripts.
Multiple selections could be possible.
Example usage:
video = AVISource(FileRequest(), false)
blur(video, 0.5)
Whenever the filerequest function is seen, Avisynth
should provide with a standard OS filerequester.