premiere-scripting-guide icon indicating copy to clipboard operation
premiere-scripting-guide copied to clipboard

Results 11 premiere-scripting-guide issues
Sort by recently updated
recently updated
newest added

**### Overview:** Currently, the script API for platforms like YouTube lacks functionality to access and modify publish settings programmatically. This feature request aims to enhance the API by providing developers...

Per https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PremierePro.23.0.d.ts#L352

Per https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PremierePro.23.0.d.ts#L358

This pull request elaborates 4 definitions to make them more helpful for developers - especially those who are new to Premiere Scripting. The following attribute definitions were updated: * ``TrackItem.start``...

Premiere supports binding callback functions to interface events through ```js app.bind(eventName, func) ``` [This script](https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/PPRO/Premiere.jsx) uses the following events. Not sure if this is an exhaustive list (@bbb999?) ```js app.bind("onSourceClipSelectedInProjectPanel",...

To set the end of a marker you have to provide seconds as a number but the output of marker.end is a Time object. So it would be right to...

has an api to modify subtitles style in active sequence ?

Only [`ProjectItem.clearOutPoint()`](https://github.com/aenhancers/premiere-scripting-guide/blob/master/docs/item/projectitem.rst#L293) is documented, but `ProjectItem.clearInPoint()` exists as well.