Based on these FAQs, I believe I can figure out how to script about 90% of what I need to do for this one particular weekly editing job allowing me to automate quite a bit of manual copying and pasting. Specifically all of section 2 will give me almost everything I need. Here's exactly what I need to do (with questions in bold:
1. Insert a sliding picture with a title over it with the following steps:
a. find the current track/position & add the picture (2.4)
b. Set 2 keyframes in Pan/Crop - 2 seconds in should be a keyframe set to default and the first keyframe should be off the right-hand side of the screen. Can you set keyframes for Pan/Crop from the script?
c. Go to the previous track. I assume trackEnum.movePrevious(); would work?
d. Insert text with a specific preset (2.5) and add a one second dissolve on each end (2.3) Could the script ask for the text and automatically change it?
Here is another commonly used sequence of events that, I believe, should be possible to script:
2. Edit with the following steps:
a. Take the currently selected event (2.1) and MOVE it up tracks (like pressing 8 on the Numpad) to a "Master" track (either track 1 or a track labeled "Master")
b. Move the to beginning of that clip (like CTRL-ALT-Left Arrow or, possibly, Numpad 7)
c. Add an automatic dissolve (like Numpad "/")
d. Go back to the end of the event
So, how much of this is "doable" with scripting?
(While I am a programmer, Java Script is NOT my language so I learn best by example.)
1. Insert a sliding picture with a title over it with the following steps:
a. find the current track/position & add the picture (2.4)
b. Set 2 keyframes in Pan/Crop - 2 seconds in should be a keyframe set to default and the first keyframe should be off the right-hand side of the screen. Can you set keyframes for Pan/Crop from the script?
c. Go to the previous track. I assume trackEnum.movePrevious(); would work?
d. Insert text with a specific preset (2.5) and add a one second dissolve on each end (2.3) Could the script ask for the text and automatically change it?
Here is another commonly used sequence of events that, I believe, should be possible to script:
2. Edit with the following steps:
a. Take the currently selected event (2.1) and MOVE it up tracks (like pressing 8 on the Numpad) to a "Master" track (either track 1 or a track labeled "Master")
b. Move the to beginning of that clip (like CTRL-ALT-Left Arrow or, possibly, Numpad 7)
c. Add an automatic dissolve (like Numpad "/")
d. Go back to the end of the event
So, how much of this is "doable" with scripting?
(While I am a programmer, Java Script is NOT my language so I learn best by example.)