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
177
votes
1 answer

Add imported files into sequences using Premiere Pro's ExtendScript connection

I'm trying to create a script in ExtendScript for Premiere Pro that will load-in specified video files, clip them at specified start and stop times, place them into a sequence and then export the resulting movie. I understand that Adobe doesn't have…
adara
  • 1,871
  • 1
  • 12
  • 6
11
votes
2 answers

iOS Video Editing - Is it possible to merge (side by side not one after other) two video files into one using iOS 4 AVFoundation classes?

I know you could merge multiple clips and create a single video by appending one after other using AVFoundation classes- AVURLAsset, AVMutableComposition, AVMutableCompositionTrack etc. There are apps like 'Video-Joiner' that do that. What I want…
7
votes
1 answer

Getting started developing an Adobe Premiere plugin?

How do I get started developing a Premiere Pro plugin? I have Premiere Pro CS3 and a working knowledge of VB.NET. (I have experience with a number of other languages that I can use to get around if need be.) Is there an SDK that I'm looking for? Do…
Moshe
  • 57,511
  • 78
  • 272
  • 425
7
votes
2 answers

How to call a python or shell script from within Extendscript?

I have a python script that needs to be called from within an Extendscript script. Is there any library function available which can do this? I tried finding a solution in the documentation and many other online resources but nothing has worked for…
4
votes
3 answers

Adobe Premier CC - Farsi Titles are shown Separate and Reversed

I am using Adobe Premier Pro CC v8 for subtitling a video clip in Persian. Texts in titles are shown as sequences of separate letters and are being typed in reverse. I used several Persian fonts and reduced kerning to 0, which did not help. I also…
hana
  • 41
  • 1
  • 3
3
votes
0 answers

How to import markers into Premiere CS5 from file?

We are developing a video annotation tool that can be used for segmenting, annotating and describing videos, quite similar to how ClipNotes worked in Adobe Premiere CS4 but more sophisticated. Since we're developing the application in Java, we used…
skirch
  • 31
  • 5
3
votes
3 answers

Adobe Premiere scripting

I want to automate a sequence of task on Adobe Premiere Pro CS6, thats all repeating tasks, and while doing manually consumes lots of time, :) that stars from: importing video file, image files, doc file-> making a sequence -> adding files on…
mohan paudel
  • 27
  • 1
  • 4
2
votes
0 answers

Can I Replace ProjectItem path with Another projectItem in Premiere Pro Extended Script?

ProjectItem.changeMediaPath(path); where path is path for example a video files path. This can be done. But the real question is ProjectItem is like a i have created subClip created from ProjectItem with in and out points, with speed / duration…
2
votes
1 answer

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? Thank you.
Simon Suh
  • 10,599
  • 25
  • 86
  • 110
2
votes
1 answer

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 Folder(folder_path)); But I can't give an option of…
Nom
  • 41
  • 3
2
votes
1 answer

Python Parsing XML with a complex hierarchy - Nuke9.0v8

I am working with NukeX9.0v8, Adobe Premiere Pro CC 2015 and nukes internal python interrupter. # Result: 2.7.3 (default, Jul 24 2013, 15:50:23) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] I am a vfx artist and I'm trying to wrap my brain around…
TomVR
  • 21
  • 1
2
votes
1 answer

Is it possible to automate the addition of a video at the begining of a bunch of videos?

Is it possible to automatically add a video at the beginning of a bunch of videos. For example I have a video of 1 min of pure branding and I want to be able to add that introductory video to a bunch of other videos and then export each one of those…
Djidiouf
  • 786
  • 1
  • 10
  • 23
2
votes
1 answer

C++ Adobe Premiere video filter - print/draw/render text in output video frame

I want to write video filter for Adobe Premiere, and I need to print/draw/render some text into the output video frame. Looking into adobe premiere cs4 sdk I couldn't find a quick answer - is it possible? Please provide some samples! Thanks!
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
2
votes
2 answers

Tool or schema that describes Adobe Premiere Pro

I have some data outside that i would like to use to create certain edit effects in Adobe Premiere Pro. Rather than editing by hand adding keyframes over time with my data i would like to automate this and write or use a tool to create an XML…
mP.
  • 18,002
  • 10
  • 71
  • 105
1
vote
0 answers

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 =app.project.activeSequence ; var project =…
FIRE
  • 11
  • 6
1
2 3 4 5 6 7