Replacing clips
This might not be possible from what I have seen in other questions, but I just want to be sure. I want to replace a clip in a video or audio track with a newer version (video_v1.mp4 to video_v2.mp4)
View ArticleAutomate Title Creation
Hi all,Is it possible to develop an import plugin to generate titles and populate them with text? If so, where can I find a bit of information on how to begin with this? The goal will be to parse an...
View ArticlePremiere data driven clip MOGRT
hello everybody! I'm since some time into adobe prereleasewhen i seen the new about "essential graphics" MOGRT, i realized that "yeah the day of editable and animated open captions for Premiere is...
View ArticleHow to know the extension of an EPR preset
WE have the integrator put only the presets they want the user to user for our Export Controller plug-in. They copy the presets from the Premiere MediaIO/statempresets/ folder. When we get the EPR file...
View ArticleIs it possible to use Premiere Pro SDK in Visual Basic .NET?
I have some ideas for plugins and wanted to build them by myself.Is it possible to use Premiere Pro SDK / After Effects SDK in VB, or i need to learn C++ for that?
View ArticleEnable/Disable a TrackItem object using ExtendScript?
Hi All Is there anyway to get/set the "Enable" state of a clip in a sequence using ExtendScript? I've created (am creating) a simple sequence info panel to assist our producers in their paperwork. If...
View ArticleNode Enabled by Default in 2017.1?
We've begun to take advantage of the Node integration in a Premiere Pro Panel. Based on the documentation, it seems as though CEP 7 supports the following two flags for the CEFCommandLine:...
View ArticlePlugin stopped working after upgrade to PPro 12.0.0
I'm on Mac OS Sierra using CEP 6Tried upgrading to CEP 7, so far without success. The extension does appear under Menu Bar > Window > Extensions but the panel comes up blank.It was working fine...
View ArticleStart timecode in Premiere not matching with FCP and Media info
Hi All, We are trying to recreate markers created in our application to assets in premiere using our panel.For normal videos this recreation is working fine.We are facing an issue while recreating the...
View ArticlePlug-In not showing up in premiere pro
Hello, I'm from accevolution (www.accevolution.net) and we've got the problem that our plugins are not showing up in premiere pro at about 30% of the customers machines. Our workaround at the moment is...
View ArticleMotion Graphics Templates API is not working
Hi, everyone I tried new API(Premiere Pro 12.1 API improvements ) .But Motion Graphics Templates API is not working.My Premiere Pro version is 12.1.1(Build 10) and windows10 OS(Japan). Could you tell...
View ArticleGet Footage Size metadata
Hey there, I have been trying to access the metadata section under "File Properties" to see the source size of an individual piece of footage. This information will help while generating a report...
View ArticleCan I implement motion blur in gpu architecture?
Hi, everyone! I am creating a gpu accelerated plugins by gpu architecture which provides PPro. But I have a question.Can I implement motion blur?If so, Can I get the samples? Thanks,Igor.
View ArticleHow to get clip starting timecode
Hi, Is there any way to get the premiere project asset starting timecode from extendscript?Any properties we can get from app.project.rootItem.children[0] or qe.project.getItemAt(0) Thank you.
View ArticleTimecode from Seconds
I'm able to get Timecode from CTI object seq.CTI.timecode; also seconds. But when converting the seconds back to Time code it gets confusing. How to calculate Timecode value from Seconds, using...
View ArticleHow to get source clip times?
How to get source clip times, for sequence markers or player position or clip start and end points? If I make a sub sequence and change start time, I lose original sequence time values. so I need...
View ArticleIs it possible to load jsx file other than the local extension folder?
Hello All, I want to load jsx file dynamically from the server (e.g. Through an http get call) in my premiere pro panel. How this can be achieved? Premiere Pro version: 9.0.0Extension Type: Panel...
View ArticleClip Marker: Different start/end time in seconds
Hi All, I am adding a marker in clip using below code: var markers = app.project.rootItem.children[0].getMarkers(); var new_marker = markers.createMarker(2.075469); new_marker.name = "Test marker";...
View ArticleHow to fetch frame rate of a project item?
Hello All, Can anyone tell me how would I get frame rate of a project item? I couldn't find it in the Premiere Pro API: Samples/api_doc.html at master · Adobe-CEP/Samples · GitHub Premiere Pro...
View ArticleDoes a PP Project have XMP data?
Hi all, can a Premiere Pro Project have XMP data? I know clips can have data, but I want to store data globally for the project, not tied to a specific clip or bin. I need to be able to blast all...
View Article