Disks work PremierePro CC 2014 set by program

I try to set the "scratch disks" for CapturedVideo, CapturedAudio, VideoPreviews, AudioPreviews and ProjectAutoSave programmatically to the unique paths through extendscript.

Using the applications of ExtendScript (ideally, which closes all the viewing hierarchy every time that you run your code) I find the variable setScratchDiskPath. However, it seems to be a single variable and it affecting seems to have no effect on the above five folder paths.

Another obvious place for it would be the Project object (ThisProject) but I can't find any reference to CapturedVideo, Audio captured, etc..

Anyone know how to get and set these variables?

setScratchDiskPath takes two parameters; the new path and including the scratch disk settings you want to change. Here is the (admittedly, arcane) values, you can pass to the second param. I filed a bug "one of these constants is not like others.

'BE. Prefs.ScratchDisks.FirstVideoCaptureFolder ".

'BE::kPrefsScratchDisksFirstAudioCaptureFolder '.

'BE::kPrefsScratchDisksFirstVideoPreviewFolder '.

'BE::kPrefsScratchDisksFirstAudioPreviewFolder '.

'BE::kPrefsScratchDisksFirstAutoSaveFolder '.

Tags: Premiere

Similar Questions

Maybe you are looking for