Questions tagged [adobe-premiere]

Adobe Premiere is a non-linear digital video editor targeted at media production professionals and serious amateurs. User-created plug-ins can extend almost any area of functionality and their development is the most likely reason for this tag appearing on Stack Overflow.

Premiere is a full-featured video editor, initially released in 1991. It is roughly comparable to Apple's and Avid Studio which target video and cinema production professionals.

Premiere is one of seven core applications in the CreativeCloud for video editing, a total solution for media producers which includes , , SpeedGrade, Prelude (metadata ingest, logging and rough cuts), Audition (digital audio editor).

Premiere comes in two sizes, Premiere Elements—a very stripped-down non-file-compatible edition—and Premiere Pro, which has all available features.

Premiere has a plug-in architecture with an extensive library of plug-ins, both from Adobe and third party vendors, for video effects, audio effects, transitions, video file container format, codecs, display drivers, transcoders, 3D processing, etc. Many plug-ins are shareable with After Effects.

Resources:

91 questions
0
votes
0 answers

RAM errors on Adobe Premiere

I have a question: Every time I open adobe premiere, the PC starts to go super slow, I get notices that adobe runs with low memory and I can't open any application, or the blue screen jumps out... The thing is that I have 16GB and when I enter the…
Nulaxz
  • 17
  • 1
  • 6
0
votes
1 answer

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 failed. First, I use ffmpeg -f image2 -framerate 12…
xjlin
  • 21
  • 6
0
votes
0 answers

How to remove pops in audio file

I have wav file with lot's of peaks and looking for a way to remove them. I have used Audio Gain and Normalize Max peak to -3dB but this is just trimming them down. This doesn't really work as sometimes pieces of audio reaching -3 or -6dB are not…
Mariusz
  • 908
  • 1
  • 13
  • 28
0
votes
0 answers

Buzzwords effect in a mogrt

I’m trying to build a mogrt file for PR which will work just like the out of the box buzzwords effect in AE. So far, I have set up some 20 text layers which are hidden and will work as text fields and I have main text layer with ‘buzzwords’…
0
votes
1 answer

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 as i choose two or more media and drag them into the time line,…
0
votes
1 answer

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 sensitive, so that I can see the information for the…
Dan Horton
  • 371
  • 3
  • 11
0
votes
1 answer

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? Please help.
Isaac Darlong
  • 1,101
  • 1
  • 7
  • 12
0
votes
1 answer

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". However in the example code, they assign the method to a…
0
votes
1 answer

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" whenever I move on the timeline or open the project. If…
fullerm
  • 406
  • 1
  • 8
  • 23
0
votes
1 answer

Image manipulation using Adobe Premiere

Does anyone know if there's relatively an easy way to create an effect in Adobe Premiere similar to the firefox addon Cooliris? I.e. where you have a wall of thumbnails that can zoom off into the distance type thing? If not does anyone know what I…
0
votes
1 answer

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 animation of the headshot) and I have to create a…
0
votes
1 answer

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 the current sequence. There is one available for…
0
votes
2 answers

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 .wav or a .mp4. I want this to happen before any…
0
votes
1 answer

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"} else {marker_Type = "company 2"} You…
Arthor
  • 666
  • 2
  • 13
  • 40
0
votes
1 answer

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 frame, processes the information in pixel…