PDA

View Full Version : Plugin or script to show the file name of avs?


medp7060
8th January 2007, 03:55
I just wonder if there is plugin or script to get the file name of the avs file? What I mean is like this:

Test.avi.avs
ClipName=Get_File_Nme() # in this case, = "test.avi"
avisource(ClipName)

So that the file to be opened is (part of) the avs file name, test.avi, and it will be loaded for processing whithout including the actual clip name.

stickboy
8th January 2007, 17:25
http://forum.doom9.org/showthread.php?t=66627

medp7060
8th January 2007, 22:24
Thank you very much, Stickboy. That's exactly what I wanted. It saves me a day to put the file names into the script.