Photoshop - Play an action repeatedly?

  • DartHead
  • Beginner
  • Beginner
  • User avatar
  • Joined: Feb 22, 2004
  • Posts: 56
  • Loc: NYC
  • Status: Offline

Post November 8th, 2007, 7:30 pm

Is is possible to repeat an action in Photoshop X number of times within the same file automatically, without pressing Play each time? If so, how?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 8th, 2007, 7:30 pm

  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post November 8th, 2007, 8:27 pm

I don't know of a way. Do you want to repeat an action across multiple layers?

You can record playing an action as an action. Maybe you could experiment with that.

Otherwise, you can set a keystroke as a trigger. That would save you from clicking "play", at least.
- dM
  • graphixboy
  • Control + Z
  • Mastermind
  • User avatar
  • Joined: Jul 11, 2005
  • Posts: 1828
  • Loc: In the Great White North
  • Status: Offline

Post November 14th, 2007, 11:39 am

well you have a few options... You can add the action X number of times when you build the action or if your on a mac you can use applescript or automator to run the action for you.
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23403
  • Loc: Woodbridge VA
  • Status: Offline

Post November 14th, 2007, 3:51 pm

Would probably help get a better answer if we knew why you wanted to perform the same action on a single file multiple times. Personally I can't think of why you would. Now, on the other hand I am quite used to performing the same action on multiple files within a folder. To do that go to File>Automate>Batch and configure your batch. The files in the folder (and subfolders as the case may be) need to be named sequentially in order to run a batch, e.g. 1, 2, 3, 4, etc.)
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • jbones
  • Born
  • Born
  • No Avatar
  • Joined: Apr 06, 2011
  • Posts: 1
  • Status: Offline

Post April 6th, 2011, 6:42 pm

A. This thread is ancient but why? I have a video and I want to repeat the exact same action on every frame. The action: 1) apply filter, 2) advance frame.

B. Can it be done? Never answered.

C. What a pain to register for this forum. No wonder there's so few responses!
  • jozemaner
  • Born
  • Born
  • No Avatar
  • Joined: Jun 14, 2011
  • Posts: 3
  • Status: Offline

Post June 14th, 2011, 9:58 am

jbones wrote:
A. This thread is ancient but why? I have a video and I want to repeat the exact same action on every frame. The action: 1) apply filter, 2) advance frame.

B. Can it be done? Never answered.

C. What a pain to register for this forum. No wonder there's so few responses!

Hi. I registered in here just to answer ^_^.
I am having the same problem. I want a lens blur in all frames of a video.
My approach:
- Use an external macro tool (I dont want to ¬¬)
- I tried to do an action inside itself (recursion), but photoshop is smart enough to notice that ¬¬
- I tried to make an action 1 that plays action 2, and action 2 plays action 1... he noticed again ¬¬.
- My last idea. Action 1 does the filter. Action 2, plays action 1 twice. Action 3 plays action 2 twice. Action 4 plays action 3 twice. Etc. So now you have some "loops". Each action plays the action 1, but exponentially (2^x). So now you have to create this actions only once. Because then, you can simply modify action 1, and you'll keep the "loopers".
Just an idea.
  • jozemaner
  • Born
  • Born
  • No Avatar
  • Joined: Jun 14, 2011
  • Posts: 3
  • Status: Offline

Post June 14th, 2011, 9:59 am

Sorry, forgot to mention. Action 1 applies filter and move to next frame. Then, for example, you would only have to play action 20, one time, and it will play action 1 a lot of times.
  • Zealous
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 15, 2011
  • Posts: 1192
  • Loc: Sydney
  • Status: Offline

Post June 24th, 2011, 3:42 am

why don't you use flash, it will give you better dept on the animation.
  • graphixboy
  • Control + Z
  • Mastermind
  • User avatar
  • Joined: Jul 11, 2005
  • Posts: 1828
  • Loc: In the Great White North
  • Status: Offline

Post June 26th, 2011, 10:35 am

@jozemaner I'd suggest using a tool made for video like After Effects. Then you just decide how long a flare should exist and your done.

This kind of goes for the whole topic. If you want an effect in animation/video Photoshop is a somewhat clumsy way to do it. Everything from colorizing to PS filters are available in After Effects and you can animate the effect over time making it look a lot more realistic.
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • mrjocko
  • Born
  • Born
  • No Avatar
  • Joined: Aug 31, 2011
  • Posts: 1
  • Status: Offline

Post August 31st, 2011, 7:46 pm

My workaround, after settling on an action, is to export the video as an image sequence. Once done, you can file>automate>batch your action to effect all of the images within the folder just created. After your automated action is complete, you'll need to reassemble the sequence in photoshop, after effects, quicktime then export in the codec of your choice.

It's a pain, but less painful than click-frame forward-click-frame forward-click ad nauseam.

Hope this helps.
  • jozemaner
  • Born
  • Born
  • No Avatar
  • Joined: Jun 14, 2011
  • Posts: 3
  • Status: Offline

Post September 1st, 2011, 12:28 pm

mrjocko wrote:
My workaround, after settling on an action, is to export the video as an image sequence. Once done, you can file>automate>batch your action to effect all of the images within the folder just created. After your automated action is complete, you'll need to reassemble the sequence in photoshop, after effects, quicktime then export in the codec of your choice.

It's a pain, but less painful than click-frame forward-click-frame forward-click ad nauseam.

Hope this helps.


There is a script that once installed let's you repeat an action the number of times that you type (so if you add a "next frame" action at the end, it will do the work). Don't have the name right now, but if you want i'll post it here.
  • urmi03
  • Born
  • Born
  • No Avatar
  • Joined: Nov 05, 2011
  • Posts: 1
  • Status: Offline

Post November 5th, 2011, 10:38 pm

jozemaner wrote:

There is a script that once installed let's you repeat an action the number of times that you type (so if you add a "next frame" action at the end, it will do the work). Don't have the name right now, but if you want i'll post it here.


Hi, where can I get this script, and how do you use it? Thanks!

Post Information

  • Total Posts in this topic: 11 posts
  • Users browsing this forum: No registered users and 42 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.