Plug-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 ArticleAdd Track audio/video to sequence
It there a way to add a new audio or video track into a sequence? The way it would be used it to import footage into an existing sequence, but create a new track and import the clip onto that so that...
View ArticleHDR video export from Media Encoder
OK, we've identified the problem. It's something in Media Encoder (not Premiere). So, if you: 1) make a media encoder job, and convert exr files to our format, then HDR export works fine.2) if you do...
View ArticleTypeScript application and Webpack bundling
I'm looking to build an angular app (my enviroment is VS2017) with some libraries and having some difficulties with the appropriate configuration.Can someone provide the minimum webpack config file...
View ArticleExecute Shell command in Panel SDK Mac
Hi, I´d like to execute the following task with a Panel:• render the active sequence• when finished send the output video file to another application using Apple Script The Panel SDK Examples are a...
View ArticleExecute a system command in windows environment as administrator
Hi All, Is there a way to execute system commands using the C:/windows/system32/cmd.exe from panels?We tried the CEP HTML test Extension-> Create Process options, but cannot figure out how it is...
View ArticleRun .exe File in PR via ExtendScript
Hi,I'm trying to run a .exe File via ExtendScript. We're doing the same in AE which works fine using "system.callSystem(xyz.exe)" but "system" is unknown to Premiere.Any ideas how to solve this?...
View ArticleEditing/Adding Markers
I’m developing a markers panel for Assistant Editors for labeling footage on the fly (marking good/bad sections of video, adding comments, etc. similar to Prelude's marker functionality) I want to...
View ArticleHow to open closed project panel by PPro api?
Hello, I want to open closed project panel by PPro API. Steps:Open project.Close the panel. Right click on Project Panel >> 'Close Panel'.Try to open Project by API. I have tried to open that...
View ArticleJavascript API for premiere pro
Where i can find the javascript API link for Premiere pro. I want to change the Lumetri color parameters like Exposure, Contrast, HIghlights, Shadows, Whites, Blacks and Saturation etc...
View ArticlegetCurrentPos for Clips ?
I need the ability to get the current playhead position for a source clip. The reason why I need this is because I have external logs which I would like to push into clip markers.But the external logs...
View ArticleImporting images as a sequence in Adobe Premiere Pro using extendscript
So I've been looking around and trying to find a way of importing image sequences in Adobe Premiere Pro using extendscript.I can import separate single files using: app.project.importFiles(new...
View ArticleProgrammatically setting scratch disks in Premiere....changed?
Has something changed in the extendscript/premiere sdk regarding setting of scratch disks? We've had code in place for the last few years that has worked well, but broke with Premiere 12.0.0. This...
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 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 Article[BUG] Premiere Pro CC 2018 Panel Background is White
We just installed Premiere Pro CC 2018 to test our extension in the latest version. One immediately noticeable difference was that the background of the Extension's content is pure-white. After some...
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 avoid PPro reading from importer with 'jumps' ?
Hello, Our importer plugin reads from a remote storage. Usually everything works fine and the playback is smooth. However, sometimes there is a temporary latency (mainly when start playing) so some...
View ArticleScripting in Premiere CS6
I think i know the answer but i've seen some searches that suggest it is possible and i can see PPro as a target in ExtendScript Can i script PPro CS6? Is there a scripting guide like there is for...
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 Article