Ivan Stepanov
Contributor
Ivan Stepanov
Contributor
Activity
‎Sep 09, 2024
12:45 AM
1 Upvote
I think these two methods should work for you: https://ppro-scripting.docsforadobe.dev/item/trackitem.html?highlight=TrackItem.setSelected#trackitem-setselected https://ppro-scripting.docsforadobe.dev/sequence/sequence.html?highlight=Sequence.linkSelection#sequence-linkselection
... View more
‎May 03, 2024
05:06 AM
I use this tool: https://exchange.adobe.com/apps/cc/1170/property-explorer
... View more
‎May 01, 2024
08:41 PM
1 Upvote
This should work: app.sourceMonitor.getProjectItem().getMediaPath()
... View more
‎Mar 28, 2024
09:47 AM
1 Upvote
Also there is per user location: C:\Users\<USERNAME>\AppData\Roaming\Adobe\CEP\extensions
... View more
‎Mar 27, 2024
10:34 AM
Got it, thank you!
... View more
‎Mar 27, 2024
06:31 AM
1 Upvote
I'm looking into Sequence.importMGTFromLibrary() function. Works great, however I would like to know how to list available Creative Cloud libraries and possibly names of available MOGRTs within those libraries. Is there any method?
... View more
‎Feb 19, 2024
02:47 AM
Great! Thank you.
... View more
‎Feb 18, 2024
10:39 AM
1 Upvote
I also confirm that this issue happens in Beta 24.3.0 build 33, so I have a feeling that this bug won't go away easily. @Bruce Bullis
... View more
‎Feb 08, 2024
07:19 AM
2 Upvotes
I confirm this as well. An unpleasant bug indeed!
... View more
‎Feb 07, 2024
05:08 AM
Here, Sir @Bed30321077z973: http://knightsoftheeditingtable.com/compass
... View more
‎Dec 16, 2023
02:32 AM
2 Upvotes
Sir @Mathias Moehl, What do you think about adding a feature to Excalibur to execute Automation Blocks tools? I think two places where users manage keyboard shortcuts is enough 🙂 I'm thinking of something even better than just linking Excalibur and Automation Blocks. I hope in 1-2 months I can show it to you.
... View more
‎Dec 15, 2023
10:35 AM
Sir Mathias, I pray thee, 'tis not dirty my hands are clean! Excalibur listens for a shortcut press just to solve a problem.
... View more
‎Nov 12, 2023
07:46 AM
Here is the list of PPRO events, from this post: https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-sequence/td-p/10900225 - onSourceClipSelectedInProjectPanel - onSequenceActivated - onActiveSequenceChanged - onActiveSequenceSelectionChanged - onActiveSequenceTrackItemAdded - onActiveSequenceTrackItemRemoved - onActiveSequenceStructureChanged - onProjectChanged - onProjectEndDrop - onEncoderJobCanceled - onEncoderJobQueued - onEncoderJobComplete - onEncoderJobError - onEncoderJobProgress - onEncoderLaunched
... View more
‎Sep 15, 2023
08:18 AM
1 Upvote
As a workaround you can add emoji to sequence name (I was able to type them in text editor, copy and paste).
... View more
‎Jul 12, 2023
10:15 AM
2 Upvotes
I don't think Labels Pro 2 allow to change label of trackItems. It only works if user have "Show Source Clip Name and Label" enabled. Basically it changes projectItem label and then this is reflected in timeline, because of "Show Source Clip Name and Label" setting. https://rendertom.gitbook.io/labelsppro/known-issues#targeting-sequence-clips-does-not-work
... View more
‎Jul 11, 2023
02:34 AM
2 Upvotes
Here is the list of all Premiere Pro events. You definetly can see if item was moved in timeline: https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-sequence/td-p/10900225 I'm not sure if you can change label color in timeline. This is only possible for projectItems.
... View more
‎May 04, 2023
06:15 AM
Hi @Bruce Bullis, did you have time to test this? Just would like to hear a confirmation, before implementing a workaround 😅
... View more
‎Apr 21, 2023
06:56 AM
Thanks for the reply, Bruce. From tests I can see that only most-recently-bound extension will get called. So if extension relies on one of Premiere events, another extension can just cancel its event subscription.
... View more
‎Apr 21, 2023
01:16 AM
I was under impression that I can bind multilple functions to an event with "app.bind", e.g.: app.bind('onSequenceActivated', test1)
app.bind('onSequenceActivated', test2)
function test1(){
alert("test1")
}
function test2(){
alert("test2")
} However, only second function will be executed in the example above. app.bind will overwrite previous app.bind. Is that designed behaviour? If yes, is there is a way to bind multiple functions to an event? I rely on events in multiple extensions, but if user will use two of those extensions simultensouly, one will break another.
... View more
‎Feb 01, 2023
10:51 AM
1 Upvote
You can try free extension Compass. It does exactly what you want: https://knightsoftheeditingtable.com/compass https://www.youtube.com/watch?v=sM1a8fAqnQk The only catch is that it won't work in recent (23.0+) versions of Premiere, as there is a bug in API. But when it will be fixed, Compass will work again.
... View more
‎Jan 24, 2023
09:00 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Apply Transition" command. You select multiple transitions (either shift+click or drag over cuts with cmd/ctrl pressed down). Then call up this command and select duration to apply, all of selected transitions will get same duration. Watch here, on 11 second: https://youtu.be/lvlgHy5TQx8 And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
08:27 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Duplicate and Increment" command. It will duplicate active sequence and increment version number. Old version will be moved to "Archived Sequences" bin. And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
08:02 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Export Selected Clips" command. Select all clips in timeline and execute it. And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
07:29 AM
1 Upvote
Greetings fellow editors, meet Grave Robber - an extension that will un-nest nests and multicam sequences. You can learn more about it here: http://knightsoftheeditingtable.com/grave-robber
... View more
‎Jan 24, 2023
06:57 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Remove Transitions" command. It allows to remove transitions from selected clips or from whole sequence. And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
06:34 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Solo Tracks" command. It will toggle track output for video and mute/unmute audio tracks. And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
06:34 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Fill Frame" command! And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
06:20 AM
1 Upvote
Dear Sir, take a look at Watchtower extension: http://knightsoftheeditingtable.com/watchtower it auto imports media from watch folders and also supports image sequences, which will allow for batch import. Also growing image sequences will be updated.
... View more
‎Jan 24, 2023
05:35 AM
1 Upvote
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Move Clip Start/End to Playhead" command. It does what you need. And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more
‎Jan 24, 2023
05:22 AM
Greetings Fellow editors, I developed new extension: EXCALIBUR. It has "Trim In/Out Point to Playhead" command, which does exactly what you want. And you can assign shortcut to this command. But it does much more than that, learn more here: website: http://knightsoftheeditingtable.com/excalibur overview: https://youtu.be/ecZ-UA3zavw manuscript: http://manuscript.knightsoftheeditingtable.com/extensions/excalibur
... View more