Return-Path: Received: from mo-p00-ob.rzone.de ([81.169.146.161] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP id 5144912 for AE-List@media-motion.tv; Wed, 17 Jul 2013 09:04:38 +0200 X-RZG-AUTH: :JWICemClevKDgu8HjcNJMjRl593UXLPRxATGwvl0czvlKPvWKaNvvwT7g2dQJD8= X-RZG-CLASS-ID: mo00 Received: from [192.168.14.23] (p5DC659EC.dip0.t-ipconnect.de [93.198.89.236]) by smtp.strato.de (joses mo5) (RZmta 31.29 DYNA|AUTH) with ESMTPA id Y01036p6H6CV6q for ; Wed, 17 Jul 2013 09:15:40 +0200 (CEST) Message-ID: <51E6449C.9020200@mamoworld.com> Date: Wed, 17 Jul 2013 09:15:40 +0200 From: =?ISO-8859-15?Q?Mathias_M=F6hl?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: After Effects Mail List Subject: [AE] Scripting: controlling ACR options when importing footage? Content-Type: multipart/alternative; boundary="------------010603000500070303050200" This is a multi-part message in MIME format. --------------010603000500070303050200 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Hi everyone, when I import some footage that is using Adobe Camera Raw (ACR) a dialog pops up where I can set the details of the raw import. While this is certainly desired when importing footage manually, its a no go when I try to import hundreds of clips automatically with a script. Is there any way to control the ACR settings inside a script and to suppress the dialog? Here is the code I am using. Unfortunately the importOptions object has no settings documented for ACR. ---------------------------------- var footageFile = new File("D:\\test000000.dng"); var importOptions = new ImportOptions(footageFile); importOptions.sequence = true; importOptions.importAs = ImportAsType.FOOTAGE; var footageItem = app.project.importFile(importOptions); // now the ACR dialog is presented to the user... :-( ---------------------------------- Is there any hope I can apply some ACR import preset automatically and suppress the dialog? Cheers, Mathias -- ------------------------------------------------------------------------ *mamoworld.com tools & tutorials for After Effects* dr. mathias möhl marlow 52, 18551 sagard, germany phone +49 (0)38302 - 887561 info@mamoworld.com --------------010603000500070303050200 Content-Type: text/html; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Hi everyone,

when I import some footage that is using Adobe Camera Raw (ACR) a dialog pops up where I can set the details of the raw import.

While this is certainly desired when importing footage manually, its a no go when I try to import hundreds of clips automatically with a script. Is there any way to control the ACR settings inside a script and to suppress the dialog?

Here is the code I am using. Unfortunately the importOptions object has no settings documented for ACR.

----------------------------------
var footageFile = new File("D:\\test000000.dng");
var importOptions = new ImportOptions(footageFile);
importOptions.sequence = true;
importOptions.importAs = ImportAsType.FOOTAGE;

var footageItem = app.project.importFile(importOptions);
// now the ACR dialog is presented to the user... :-(
----------------------------------

Is there any hope I can apply some ACR import preset automatically and suppress the dialog?

Cheers,
Mathias
--

mamoworld.com
tools & tutorials for After Effects

dr. mathias möhl
marlow 52, 18551 sagard, germany
phone +49 (0)38302 - 887561
info@mamoworld.com

--------------010603000500070303050200--