-
scripting on vegas pro 8 – changing media paths
I would like to know if anyone has ever seen a script that handles(changes) media paths.
I am currently working on a project with another person, and we have to exchange project files because we work on different parts of the project.
The problem is that I have my media files saved in a different path from where the other person has them saved. So everytime I recieve the project with all the media files, I have to replace the media files and then re-save the vegas project files and…..so on.
So, I was wondering if it would be possible to change the media paths saved in the vegas file, without having have to move the actual vegas files, by using a script of some sort.
I usually recieve all the vegas files in its own folder with all the neccesary media files in it. So it kinda looks like this.
…\project1\project1.veg
…\project1\file1.avi
…\project1\file2.wav
…\project1\file3.wav
…\project1\file4.wav…\project2\project2.veg
…\project2\file5.avi
…\project2\file6.wav
…\project2\file7.wav
…\project2\file8.wavbut I like to sort out all the files like this
…\projects\project1\project1.veg
…\projects\project2\project2.veg
…\avi\file1.avi
…\avi\file5.avi
…\wav\file2.wav
…\wav\file3.wav
…\wav\file4.wav
…\wav\file6.wav
…\wav\file7.wav
…\wav\file8.wavI can move the media files around myself but currently, I also have to move, re-open, and save the vegas files in the /avi/ and /wav/ folders so that those paths will be saved in the vegas file.
Is there a way to change the paths of the media files without having to go through all the hassle? Maybe with a script?