Adding additional metadata to a project and retrieving them during export.
Hello, Is it possible via the Premiere Pro API/SDK calls to add additional/custom metadata to a project? I'm asking this because I'm creating a custom exporter for my own format and need additional...
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 Articlecep.fs.readFile error code 1
Hi All, We are getting error while reading a file using cep fs library (cep.fs.readFile). var file = window.cep.fs.readFile(path); var errorCode = file.err; errorCode value is 1. From the cep.fs...
View ArticleAWS S3: Download media file get corrupted
Hi All, I am trying to download media file (image or video) from AWS S3 using nodejsaws-sdk module. The file is downloaded but I couldn't open as it looks corrupted. Also noted that file size is not...
View ArticleHow to identify the MXF-OP Atom files in a Premiere project
Hi All, Is there any way we can go through a large project and find the MXF-OP Atom files in that project?Is there any way to get the codec/wrapper details of the files in a Premiere project?We are...
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 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 ArticleImporter to emit audio for playback operation before conforming has...
Hello, Our importer-plugin imports video and audio content from a remote storage. Before conforming is done, we can (and wish) to stream the audio for playback. But we wish to avoid streaming the...
View ArticleHow to invoke JavaScript for Premiere Pro CC?
Hi, I am new to Adobe CC products/scripting and I'm trying to control Adobe Premiere Pro CC from another desktop application. Using ExtendScript Toolkit, from its UI, I can invoke JavaScript commands...
View ArticleScripting for Premiere Pro CC / Premiere Pro CC 2014
Using Extendscript Toolkit I've found that it can possible to scripting for Premiere Pro CC and Premiere Pro CC 2014, but my question is: Why Adobe don't provide any relative scripting guide?? (It's...
View ArticleAbout the Adobe Extension SDK...
I am trying to add extensions to premiere pro. However, I run the sample code ppropanel index.html, and I get the following error. (in CSInterface.js) Uncaught TypeError: Cannot read property...
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 ArticlePlacing/moving clips in a sequence at sub-frame accuracy
Hi all, anyone got a workaround using supported or unsupported APIs to place or move a clip in a sequence using seconds or ticks instead of timecode? Working with audio files and need to place items...
View ArticleGet Source A1/V1 of selected clip
Hi All, I'm trying to find the user assigned A1/V1 source in order to insert new clip/audio file in the preferred track : Didn't find in any Object reference to those sources, is that possible? will...
View ArticleChange sequence Premiere Pro
Hi all , I try to get the name of the sequence when the user changes sequence. Example: the editor works in sequence "BLABLA" my started application get the sequence name . When the user changes...
View ArticleEvent Chaining
Hi community, I need to understand what I'm conceptually doing wrong or what I'm confusing here.This experiment is to test the chaining of events, so basically Event1 shall trigger Event2, which is...
View ArticleImporting Markers
I'm currently trying to import markers in a Premiere plugin.I'm using a Premiere Import plugin and an After Effects Effect plugin.The AEGP_MarkerSuite2 offers a NewMarker API, but it seems that it's...
View ArticleLock / Unlock audio or video track
I was surprised after searching the forum that this question hasn't already come up. I checked the sample and reflections but could not find any methods that would allow me to lock or unlock specific...
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 ArticleEditing a Title (.prtl) file
Hello, I'm trying to edit an exported title file from PPro. The editing is working but when I import the file back into PPro, PPro crashes.I've tried writing the file as UTF8 and UTF16. Both crash...
View Article