Page 1 of 1

Timestamp on Timelapse

Posted: January 18th, 2015, 12:32 pm
by schl3ck
Hey guys,

I want to display the actual time from a timelapse image sequence in the video. The required information is in the metadata of the images, which are imported as an image sequence.
As I searched the web, I got to the expressions and think that they are the best way to solve my problem.

Does anyone of you know, how to access the metadata in an image sequence?

Greetings,
schl3ck

Re: Timestamp on Timelapse

Posted: January 18th, 2015, 6:57 pm
by Dan Ebberts
Expressions can't access metadata, but scripting can. Adobe's JavaScript Tools Guide has a chapter on it. It's not simple, but there are probably some good examples around.

Dan

Re: Timestamp on Timelapse

Posted: January 19th, 2015, 2:33 pm
by schl3ck
Thanks for your reply.
That means either I read the JavaScript Tools Guide or I manually look up the date and time and then calculate the time from the time passed in the composition and the interval the images were taken.
I will most likley choose the second method as it seems easier :wink: