Search found 2 matches

by scottmiles
January 21st, 2010, 5:49 am
Forum: Scripts Discussion
Topic: Converting Frames to Seconds
Replies: 2
Views: 7184

Re: Converting Frames to Seconds

Thanks Nab:

It worked like a charm.
by scottmiles
January 20th, 2010, 4:39 pm
Forum: Scripts Discussion
Topic: Converting Frames to Seconds
Replies: 2
Views: 7184

Converting Frames to Seconds

I've been working on a simple piece of code to place equidistant markers on a selected layer. Originally, I wrote the script to space the markers in increments of seconds (5 seconds in this example) and it seemed to work fine: var myComp = app.project.activeItem; var myLayer = myComp.selectedLayers[...