Return-Path: Received: from [208.97.132.177] (HELO homiemail-a76.g.dreamhost.com) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP id 4702355 for AE-List@media-motion.tv; Tue, 01 May 2012 17:38:11 +0200 Received: from homiemail-a76.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTP id 74F9C458079 for ; Tue, 1 May 2012 08:39:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=aescripts.com; h=mime-version :in-reply-to:references:from:date:message-id:subject:to: content-type; q=dns; s=aescripts.com; b=d3TCk5+Kq0xpDZr7qrQGdBCN PrmPzg6tnbM4YhhtRwlDinzTLdGmXgZGFENBjUJBsyRwtm03Wvo+sIlon52l4shA OAQXhQ5+gzpKxftnR6ivqouyNKRsHnqXaFouc7nsPXRZQmsaihDTjP9kR0x4z6uD WCk0F2dxyaEEuQQ5WUk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=aescripts.com; h= mime-version:in-reply-to:references:from:date:message-id:subject :to:content-type; s=aescripts.com; bh=oly2HZoOneuHXIzoL1eKueYw3v A=; b=iBvzvZ6qjc993kKJvIm1D7Wf7671CiLYGrBs+gXAI8vokRK/VZJxYOxfYK tif2bo6NSu5Vm4GWKDYrsNn9nwbxtHdz1aPbiFYM6XJoKQSq2l/3/5Ojo/FxlBxZ Q6bzlCz7Sukh8ArJ6faET/fTPzmt+DVBcL9Dl+jeu4UpMlu1k= Received: from mail-yw0-f41.google.com (mail-yw0-f41.google.com [209.85.213.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: lists@aescripts.com) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTPSA id 496D745807C for ; Tue, 1 May 2012 08:39:31 -0700 (PDT) Received: by yhr47 with SMTP id 47so2035899yhr.28 for ; Tue, 01 May 2012 08:39:30 -0700 (PDT) Received: by 10.236.154.35 with SMTP id g23mr26568526yhk.107.1335886770600; Tue, 01 May 2012 08:39:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.146.57.4 with HTTP; Tue, 1 May 2012 08:38:49 -0700 (PDT) In-Reply-To: References: From: Lloyd Alvarez Date: Tue, 1 May 2012 11:38:49 -0400 Message-ID: Subject: Re: [AE] export markers to textfile with timecode To: After Effects Mail List Content-Type: multipart/alternative; boundary=20cf303b427d6bfc0504befb6044 --20cf303b427d6bfc0504befb6044 Content-Type: text/plain; charset=ISO-8859-1 Hey Robert, I updated the script to support exporting to a file. You can format the text file however you want, i made a quick screendemo showing how to use it. You can get the script and see the demo here: http://aescripts.com/layer-marker-batch-editor/ Let me know if you have any questions. Cheers, Lloyd On Tue, May 1, 2012 at 5:46 AM, Robert Kjettrup wrote: > Hi Lloyd > > for this project i just use the AutoHotKeys Premiere script Ed provided, > it works for what i need... or rather what the freelancer we have hired to > do the DVD authoring need, since he doesn't want to use Encore but really > oldschool Spruce he needed the timecodes for chapter markers and I-frame > placement for his mpeg2 encoder. > But, if you really don't know what to do for a few minutes (!) and would > like to add this export feature in your AE script, just make the output tab > spaced like the script Ed did > Heres an output of the Premiere script from Ed: > > Sequence0001 00:00:09:17 "" "" > Sequence0001 00:01:39:03 "" "" > Sequence0001 00:03:34:12 "" "" > Sequence0001 00:04:53:14 "" "" > Sequence0001 00:05:26:10 "" "" > Sequence0001 00:06:02:24 "" "" > Sequence0001 00:06:37:12 "" "" > Sequence0001 00:07:04:18 "" "" > Sequence0001 00:07:33:04 "" "" > Sequence0001 00:08:15:20 "" "" > Sequence0001 00:08:50:20 "" "" > Sequence0001 00:09:24:05 "" "" > Sequence0001 00:09:59:19 "" "" > Sequence0001 00:10:38:11 "" "" > > Another useful feature would be a choice of timecode or framenumber > > > Thanks for the helpful offer to modify your script, this list reallt is > awsome :-) > > > Robert Kjettrup / Grafiker / STV Mayday > Mobil: 25 18 95 16 > Mail: robert@stvmayday.dk > > > 2012/5/1 Lloyd Alvarez > >> Hey Robert, >> >> If you tell me what format you need the text file I can update my Layer >> Marker Batch Editor script >> http://aescripts.com/layer-marker-batch-editor/ to have this >> functionality. The main caveat is only layer markers are accessible via >> scripting so unfortunately comp markers won't be included in the export. >> >> Cheers, >> -Lloyd >> >> >> On Mon, Apr 30, 2012 at 8:50 AM, Robert Kjettrup wrote: >> >>> Hi >>> >>> Is there some script that exports layers/comp markers to a simple >>> textfile with timecode? Either directly from AE or via Premiere? >>> >>> i have search a little and i can't find anything that does it as a >>> simple plain textfile. The closest i have found is an old premiere plugin >>> that doesn't seem to work with CS5.5 ( >>> http://www.2writers.com/Eddie/PpExpMark.htm) >>> >>> >>> >>> >>> Robert Kjettrup / Grafiker / STV Mayday >>> Mobil: 25 18 95 16 >>> Mail: robert@stvmayday.dk >>> >> >> > --20cf303b427d6bfc0504befb6044 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey Robert,

I updated the script to support exporting to= a file. =A0You can format the text file however you want, i made a quick s= creendemo showing how to use it. =A0You can get the script and see the demo= here:=A0http:/= /aescripts.com/layer-marker-batch-editor/

Let me know if you have any questions.

Cheers,
Lloyd

O= n Tue, May 1, 2012 at 5:46 AM, Robert Kjettrup <robert@stvmayday.dk&= gt; wrote:
Hi Lloyd

for this project= i just use the AutoHotKeys Premiere script Ed provided, it works for what = i need... or rather what the freelancer we have hired to do the DVD authori= ng need, since he doesn't want to use Encore but really oldschool Spruc= e he needed the timecodes for chapter markers and I-frame placement for his= mpeg2 encoder.
But, if you really don't know what to do for a few minutes (!) and= would like to add this export feature in your AE script, just make the out= put tab spaced like the script Ed did
Heres an output of the Prem= iere script from Ed:

Sequence0001 = 00:00:09:17 ""= ""
Sequence0001 00:01:39:03 "" ""
Sequence0001 00:03:34:12 "" ""
Sequence0001 00:04:53:14 "" ""
Sequence0001 00:05:26:10 "" ""
Sequence0001 00:06:02:24 "" ""
Sequence0001 00:06:37:12 "" ""
Sequence0001 00:07:04:18 "" ""
Sequence0001 00:07:33:04 "" ""
Sequence0001 00:08:15:20 "" ""
Sequence0001 00:08:50:20 "" ""
Sequence0001 00:09:24:05 "" ""
Sequence0001 00:09:59:19 "" ""
Sequence0001 00:10:38:11 "" ""

Another useful feature would be a choice of timec= ode or framenumber


Thanks for the h= elpful offer to modify your script, this list reallt is awsome :-)


Robert Kjettrup / G= rafiker / STV Mayday
Mobil: 25 18 95 16
Mail: robert@stvmayday.dk


2012/5/1 Lloyd Alvarez <lists= @aescripts.com>
Hey Robert,

If you tell me what format you need the text= file I can update my Layer Marker Batch Editor script http://aescripts.= com/layer-marker-batch-editor/ to have this functionality. =A0The main = caveat is only layer markers are accessible via scripting so=A0unfortunatel= y=A0comp markers won't be included in the export. =A0

Cheers,
-Lloyd


On Mon, Apr 30, 2012 at 8:50 AM, Robert = Kjettrup <robert@stvmayday.dk> wrote:
Hi

Is there some script that exports layers/comp markers to a simple textfil= e with timecode? Either directly from AE or via Premiere?

i have search a little and i can't find anything th= at does it as a simple plain textfile. The closest i have found is an old p= remiere plugin that doesn't seem to work with CS5.5 (http://www.2writers= .com/Eddie/PpExpMark.htm)




Robert = Kjettrup / Grafiker / STV Mayday
Mobil: 25 18 95 16
Mail: robert@stvmayday.dk



--20cf303b427d6bfc0504befb6044--