85 questions
0
votes
0
answers
50
views
ExtendScript Premier Pro Automation
This is the project screenshot,
I am working on Premier Pro Automation Project where I need to make my work simple by using extend script. So I can just replace paths for media and render it ...
0
votes
0
answers
32
views
How some premiere pro extensions copy and paste in timeline without cover the clip?
I recently develop a extensions which can use extensions to copy some clips from one sequence to another,but i found that new 2022 pr will cover the clip in the timeline.I acxtaully use a hot key like ...
0
votes
0
answers
27
views
Can not get label color from Premiere pro using extend script
I want to use Extend script to get the color of the labels of the clips in a Premiere pro sequence.
However, I keep getting “undefined”.
The clips in the sequence are labeled with various colors as ...
1
vote
0
answers
21
views
Premiere SDK. Is it possible to add an alpha matte through premiere script?
I'm working on a project which should create a dynamic mask of the object(s) of focus (or mimic one). So far, I have the functionality to get the data of coordinates of pixels corresponding to that ...
0
votes
0
answers
97
views
Node JS, Extendscript and Adobe premiere pro a complete automation possible?
I am trying to automate Adobe Premiere Pro video editing and I am downloading files from the cloud. I am not sure how to use, or give a trigger from nodejs to the extend script, anyone here who has ...
0
votes
0
answers
87
views
Set sequence name to a variable in Premiere Pro scripting
Following the instructions, I managed to write a script that automates the encoding of the active sequence on Premiere Pro. It starts Media Encoder, uses the preset specified in the script and saves ...
0
votes
1
answer
100
views
Getting up and running with basic scripting
I am adopting Premier as my main editor, slowly transitioning from another editor that did not offer any scripting/programming access.
The whole reason I picked up Premier is that it offers scripting ...
0
votes
2
answers
77
views
Need to dynamically change the "Tint" video effect on Text layer, without affecting beneath footage on Adobe Premiere Pro
I'm using Adobe Premiere Pro 23.4.0. I have added a track with some text using the text tool, which displays on the foreground of some footage. Then I've added an Adjustment Layer on the top of the ...
0
votes
1
answer
129
views
Premiere video layers in AE dynamic link
I have a sequence in Premiere with 4 video layers. It's all footage with a green screen and want to key it out with AE but after importing the premiere file in AE it's just on layer. Do I need to make ...
0
votes
0
answers
94
views
How do I write extendscript code to synchronize two audio clips in PPro based on their audio?
I am trying to automate my video editing process and I have to synchronize a video with an audio recording. Manually, this is very easy to do because I can just highlight the two clips in the sequence ...
0
votes
1
answer
299
views
Turn png sequence into avi with alpha and could import to premiere
I have pngs with alpha, I want to turn them to avi and use in premiere, so I could use the alpha transparency to make my premiere project convenient.
I use ffmpeg to do this, but unfortunately, I ...
0
votes
1
answer
175
views
adobe premiere fails to import "one" footage, but works fine importing "two or more", why?
whenever I try to drag a file into adobe premiere timeline, the mouse pointer turns in to a "you cant do it" shape and I cannot put "one single media" in my timeline. but as soon ...
0
votes
1
answer
111
views
How to view Lumetri Scopes with a Masked selection
When I mask a selection, for example a small area of skin, the information shown in the Lumetri scopes is so small that I can't see anything.
Is there some way to make the Lumetri Scopes more ...
0
votes
1
answer
746
views
How to create scroll animated effect in adobe premiere pro or after effect?
I want to create a scroll effect for guitar chords change like this video from youtube video
https://youtu.be/aNHpF6GvNl0
Can I achieved this using adobe premiere pro? What can I do to achieved this? ...
0
votes
1
answer
57
views
Can a method return an object and a value?
I'm learning Adobes Premiere Pro API (ExtendScript).
In the documentation, is says that the method for a Sequence Object called Sequence.createSubsequence() "Returns 0 if successful".
...
0
votes
1
answer
101
views
Adobe Premiere Pro 6 "sorry, incompatible sampling-frequency" error
I'm trying to edit a video using Adobe Premiere Pro 6. I tried fixing an audio clip by applying the denoiser effect. After that I keep getting the error "sorry, incompatible sampling-frequency&...
-1
votes
1
answer
2k
views
Error: "Frame substitution recur..." while importing insta360 pro II video files post insta360 stitcher. Fixes have not helped
First, here is my setup:
Rig:
Windows 10
AMD Ryzen ThreadRipper 3970x 32-core Processor (64 CPUs)
Nvidia GeForce RTX 3080 Ti
125 GB Ram
New installation of Premiere pro 2021 with updated importer ...
1
vote
0
answers
312
views
Run adobe Java scripts for primer outside Extended script (AHK or command Line)
I wanted to run a java script for adobe primer pro in auto hot key that should add clips to the time line once executed.
My adobe script looks like this:
#target premierepro
main();
var VASequenece =...
-2
votes
1
answer
43
views
Whole screen fades slightly when I add a layer... why?
Junior Adobe Premiere user here. Using Premiere Pro 2020 on Windows 10,
I am interviewing a person on Layer 1.
I added a picture in the upper right corner of the screen on Layer 2. I just imported ...
1
vote
0
answers
227
views
Make template for MV status maker
I bought an android application from codecanyon. Its dynamic video status maker. Its author doesn't respond properly about how can we create custom template for it. I am sharing sample json file which ...
0
votes
1
answer
195
views
Import headshots via CSV
I have a sequence set up in my premiere project. It's a simple slide in from right (whilst fading in) of a headshot. Under the headshot is the name of the person (that follows the slide and fade in ...
0
votes
1
answer
420
views
How to toggle Premiere Pro Scripts in Adobe CEP toggle Play / Pause of the current sequence?
I'm trying to control Adobe Premiere Pro remotely by using an Adobe CEP Panel and then interacting with a server using websockets. Everything works fine, however, I cannot find any API to play / pause ...
-1
votes
1
answer
54
views
How to move through two clips with an image in Adobe Premiere
I'm still new to Adobe Premiere, and my idea is the following
With two clips, I would like to move from one to the other through an image that will move from left to right on the screen, following the ...
0
votes
2
answers
139
views
Is there a way to determine if a clip is audio or video as a project item?
I'm coding a Premiere plugin using the SDK provided by Adobe. I want my function to be able to be sensitive to whether the media is audio only or video (with or without audio), e.g. whether it's a ....
-1
votes
1
answer
674
views
is geforce GT 710 is suitable for blender and adobe systems learning? [closed]
I need a help on a decision whether to buy GT-710 for more of Blender or Adobe work.
Although it fits right in my budget, I can try new suggestions.
Kindly do me a favor.
I am tired of looking in ...
1
vote
1
answer
3k
views
error document.registerElement is not a function console chrome in Debugging extensions Adobe CC application HTML
i develop extension adobe by link
port debugging is enabled and running but in console chrome error
Uncaught TypeError: document.registerElement is not a function
at Object.UI.registerCustomElement (...
0
votes
1
answer
38
views
If else if else not working in JSX, maybe switch?
I have this piece of code below which works perfectly. However I would like to integrate the following:
if (marker_Type = "Comment")
{marker_Type = "company 1"}
...
1
vote
0
answers
1k
views
Adobe premier pro in window menu extension not showing/disable...?
Please provide soludion ...why this is disable show?how to enable this?
Adobe premiere pro in window menu extension not showing/disable...?
enter image description heretps://i.sstatic.net/Z3V3f.jpg
1
vote
1
answer
582
views
Premiere Pro Extendscript checkbox selection in MOGRT
When coding a Premiere Pro Panel in Adobe Extendscript I can import a MOGRT file and set the value for sliders using the below code:
var transition = app.project.activeSequence.importMGTFromLibrary("...
1
vote
2
answers
1k
views
Scripting bug when setInPoint and setOutPoint in Adobe Premiere?
I’ve run into a frustrating brick wall when using:
projectItem.setInPoint(seconds)
projectItem.setOutPoint(seconds)
…about 50% of the time the I/O points (in the source window) are set with a 1 ...
1
vote
0
answers
67
views
Searchable video library with indexed XMP Dublin Core metadata
my company is producing a large amount of video files which are being tagged using Adobe Premiere during the editing. The tags are stored in the Dublin Core fields of the XMP section of the metadata ...
0
votes
1
answer
212
views
Adobe Premiere Pro Extension using ".exe" file
Currently I'm developing an extension for Premiere Pro that should use .exe file to make things happen.
The main algorithm is written in python and works with actual video files: reads them frame by ...
0
votes
1
answer
18
views
call up title not smooth with imported video
I have build call up title using adobe premier software. Unfortunately, all call-up titles don't appear smooth on the video. Please see the image below:
Any Advice.
Thank you
0
votes
1
answer
3k
views
How to cut a long clip in several clips every 2 seconds in Premiere Pro CC?
I have a long video which I am trying to cut in several clips in Premiere CC. I would like to cut each 2 second of the whole clip, therefore making (x number) of clips of 2 seconds. This would take ...
1
vote
0
answers
130
views
What's the best practice for watching for finished video encodes?
TL;DR
I'm unsure the best way to recognise when encoding videos have finished with Chokidar. Given the different methods encoders build their video files, what's the best way to accomodate all of ...
0
votes
1
answer
220
views
Adobe Premiere export clips in bin to individual MP4 clips
I'm still a bit of a newcomer to Adobe Premiere, so please bear with me...
I have a 20 minute piece of footage, which I have dragged short 30 second clips from into a bin.
I now want to export each ...
0
votes
1
answer
518
views
Return value for function is not working correctly. How to set up correct return value for function checkIfExist()?
I am writing a script for Premiere pro where I can add markers in the timeline and export a still for each marker in one go. However, when I write a function to check if the still has been previously ...
0
votes
1
answer
128
views
Loop is finishing faster than file object read/write/import
I've never had this problem with extendscript before and I thought extendscript was synchronous. I'm looping thru an array: for each object in the array I'm opening, reading and updating an xml and ...
0
votes
2
answers
671
views
Parsing CSV to 2D Array in ExtendScript (ES3-compliant)
I'm having issues parsing a Vimeo review page-formatted CSV in Adobe's ExtendScript. The problem is that ExtendScript is based off of ES3 and most solutions don't seem to work as they're based on ...
1
vote
0
answers
54
views
How to paint black mask in aftereffects?
Ok, I have some custom effects that I need to paint a mask for in an animation - my idea was either to use AfterEffects or Premiere.
Id prefer AE. Basically what I need is to be able to paint with a ...
0
votes
2
answers
81
views
How to measure the amount of time taken to do any kind of operation inside apps such as Maya, Creo Parametric, Adobe Premier, etc
I want to measure the amount of time taken to do any kind of operation inside apps such as Creo Parametric 5.0, Adobe Premiere Pro, Maya, Adobe Creative, Lightroom CC or any other design app
The idea ...
1
vote
1
answer
2k
views
Adobe Premiere Pro CEP- Cannot start nodejs localserver alongside panel
I've been experimenting with panels development for Premiere Pro CC 2019, and am now trying to follow the tutorial found on https://medium.com/adobetech/how-to-build-a-node-js-server-in-a-panel-...
1
vote
3
answers
14k
views
My clips never gets HD quality on Facebook
I have a problem uploading videos to Facebook and keep the original quality. I have tried every step and various solutions but it still never get HD (1080p) quality as the source file are. The highest ...
1
vote
1
answer
326
views
Vertical video play does not sync with multiple stacked video
I dont know if I have wrote the subject well and if that can be understood. Nevertheless, here is an explanation
I have 7 videos of different dimensions where the width is same (1080). I wish to ...
0
votes
1
answer
130
views
Premier pro flips the order of srt letters
I imported an srt file to premier pro cc 2015 but the order of the letters fliped.
the captions are in Hebrew.
Does anyone know how to reflip it?
0
votes
1
answer
1k
views
Videojs duration displaying as 0 for entire video
I'm using videojs. For some reason the duration of videos is displaying as 0, even when fully loaded.
At line 2487 of the video.js file I've made sure this section...
ControlBar.prototype.options_ = {...
-3
votes
1
answer
2k
views
After Effect : How can I easily remove "oily or/and shiny skin" with some effects?
I have a video in this style:
I would like to know if there is an efficient way to remove that oily/shiny skin?
2
votes
1
answer
17k
views
how do i move a picture forward in Adobe Premiere Pro
I have one picture that I want to use as the background picture of the other slide presentations. How do I change the stack of the pictures in Adobe Premiere Pro like I change layers in photoshop? ...
2
votes
1
answer
1k
views
Importing 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 ...
1
vote
1
answer
2k
views
Crashing Adobe Premiere CC Pro when importing H264 MP4 file
I am screencasting with kazam in Ubuntu which is h264.
To edit the video i tried to use vegas pro latest version. It only play the audio without any video.
Then i tried to edit it with adobe ...