Hello,
I was pissed of copying and pasting all my recorded video files name in the .avs file.
So I made a very simple and stupid batch file witch will create an avs file with all your video and few options.
it will create something like that :
AviSource("vv1.avi"

+\
AviSource("vv2.avi"

+\
changefps(60)
ConvertToYV12()
So just notice you need to remove the last +\ and remove line you do not want. You can change extension too. Just open the .bat file in a text editor.
Download Link and put it where all of your videos are.