AE Scripting Freelancer/expert
Hi I'm looking for someone to develop a custom AE Script. There aren't many places to find such people - so I thought I'd try here. Script requirements:1 Run on a server2. Upload image from file to...
View Articlefile write operations
Hi, Where can I find the source file or writing about? How do I determine which video playback time at which angle. How can I print it as output to excel in my code ? Thanks.
View ArticleCan someone help me modify a script file?
Hi ,I will not choose the folder, that contains the files, in the system , but I want choose the folder, that contains the footage, in the project.Can someone help me?thanks // user variables var...
View ArticleAfter Effects ExtendScript Training (Complete series)
With this weeks post of episode 19, I have now reached the end of the series. I wanted to consolidate all the links into a proper organized post, so that is why I am making this post. It has been a...
View ArticleAdd a custom solid to a selected comp in the project panel
Hi I cant figure this one out. I really am the phase of learning the wonderfull world of after effect scripting. I am trying to do a script where i add a custom solid to a selected comp in the project...
View ArticleExtendScript: C++ DLL in loaded properly with ExternalObject to ESTK, but...
Hi I'm trying to load an ExternalObject (dll) with ExtendScript.This is working just fine on ESTK. Doing the same thing on AE (new ExternalObject(dllPath)) throws an exception "I/O Error".Why is it...
View ArticleDockable DropDownList Array
var languages = new Array("English", "French", "German", "Italian", "Spanish"); originalLanguage: DropDownList{properties:{items:[languages]}},\ These two lines are excerpts from a dockable script I...
View ArticleRead content from Clipboard (Windows)
I'm working on a script to transfer data between AE and another application and would like to use a copy/paste workflow. On Mac there seems to be command-line utilites for this but not on Windows. I...
View Article[Free Source code] Dockable & floating panel with controls
Figured this may be useful for people, I believe I first learned this code layout from Jeff Almasol awhile back. I use it myself as a general ref/starting point for most of my scripts.{function...
View ArticleIs it possible to record actions to a script?
I'd love the ability to use macros in AE but since there is none I wondered if that's exactly what scripts were supposed to be. Is there a way to record actions in to scripts? I'd take my shot at...
View ArticleJavaScriptでクリップボードのデータ取得
script初心者です。excelのセルの内容をコピーして選択している複数のコンポジションの名前をクリップボード内の内容で一括リネームするscriptを作りたいのですが初心者のイメージとしては下記のような感じかなと思ったんですがそもそも「clipboardDataは未定義です」とエラーが出てクリップボードの内容の取得の仕方がわかりません・・・ 良い方法をご存じの方、 アドバイスをお願い致します。...
View ArticleWhy is CompItem.frameRate 29.9700012207031 for NTSC, and not 30000/1001 =...
Maybe this is a stupid question that I slept through in "Video 101", but I'm still asking it: Why is an NTSC (29.97) CompItem's .frameRate 29.9700012207031, and not 29.97002997003, as 30000/1001 would...
View ArticleExtendScript: ExternalObject (dll) is loaded to one AE installation but not...
Hi All I try to create an ExternalObject (dll) on AE (new ExternalObject(path)).The dll is compiled to x64 platform. loaded properly to one AE installation, but not to another workstation.Both...
View ArticleIssues using After Effects in noui mode with scripting
Hi. I am trying to use After Effects for custom project processing and rendering within an automated process. For this I need to use After Effects in the no-UI mode (using the -noui startup parameter),...
View ArticleValidate a edit text field
Hi I have created a simple panel with a username and password as statictext and a pair of edit text and a go button to work as a "enter' button for the edit text.So what I am trying to achieve, is...
View ArticleScript to Comp Duration
I have "Main Comp" with 30 seconds of time, and inside have: A footage called "Forest" I want to replace Footage which can vary of time, being greater, like 59 seconds for example, so I need wich the...
View ArticleHow can I get start timecode of mov footage in AE scripting ?
In After EffectsI can get timecode of comp footage "***.displayStartTime".However I can NOT get timecode of mov footage loaded in AE.Dose anyone know to get start timecode of mov footage in scripting ?
View ArticleCC 2015 scripting changes...
Hey there, anybody have a link, or details of scripting changes in CC 2015 ? Thanks.
View ArticleUI generated by for loop?
var compLayerArray = new Array("Compsition 1", "Composition 2", "Composition 3"); var layerControls = newArray(); function generateWindow(){ var layerPositionsWindow = new Window("palette", "Layer...
View ArticleIs it possible to create code out of an animation?
I'd like to integrate After Effects into our web development workflow.Therefore I'm searching for an easy way to get the animations to our developer. Maybe through edge animate? Or with a script or...
View Article