Can I read/write inpoint and outpoint of clips in a Video Group with scripting?
I am a Prefessional 2d Storyboarder and I just got Photoshop CS6 through the Creative Cloud. I am very Impressed by the new Video Group .
There is a lot of function I would like to customize For instance there is a go to next Frame. I would like to script which go to first frame of the next clip in the video group layer and select this layer. So I can draw my next storyboard panel on ot.
so Is it possible though to access and Manipulate the video Group Information Through Scripting?
For instance this
app.activeDocument.activeLayer.typename;
return "LayerSet"
So It seems like I cannot tell an odinairy LayerSet from a "Video Group" Layer Set. Is this Correct?
Then if I go throught the Properties of the first layer in the Video group like this
var firstLayer = app.activeDocument.activeLayer.layers[0];
for (prop in firstLayer){
alert(prop);
}
It seems there is no inpoint or outpint . So I guess it is nor possible to read/write inpint and outpoint of Clip in Viedeo Group, or is there another way?
Kind Regards Mads