Default Duration Setting

Post your questions here and we'll all try to help.
Post Reply
bleeckerj
Posts: 3
Joined: Tue Dec 06, 2011 02:12

Default Duration Setting

Post by bleeckerj »

Does anyone know how to change the default duration for still images/clips in the layer? Currently the default is 5000ms, and I'd like to change it to something else so I don't have to change it individually for every clip. I've looked for some setting or other configuration — even editing a property list would be fine by me.

Thanks for the help.

Julian Bleecker

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Default Duration Setting

Post by Joris »

Hi Julian

Multiple clip selection is a brand new feature for R4, so we were kind of careful in adding too much functionality to it initially. It's in the plans to implement more features to it (in free R4.x.x update), for instance that it can distinguish that it has only images or sources selected, and thus offer you the option to change the duration for many clips at the same time.

Also, we're looking into making a few settings user definable, one of which would be the default source or still image duration.

For now, as a workaround, you could modify the .avc file containing all your stills. The part you're looking for is this:

Code: Select all

<parameter paramControlType="2">
                <name value="Duration"/>
                <nameGiven value="Duration"/>
                <values curValue="5000" defaultValue="5000" startValue="0" stopValue="1.79769313e+308"/>
              </parameter>
Where curValue would need to be changed to whatever you'd like it to be. A simple find and replace action should get the task done relatively quickly.

I hope that helps!

Joris

bleeckerj
Posts: 3
Joined: Tue Dec 06, 2011 02:12

Re: Default Duration Setting

Post by bleeckerj »

That did it. Thanks. I think the features you mention are more than useful — global settings, or select-all and change settings is one of the routine interaction idioms for much software.

Thanks for your help!

Julian

Mesec
Posts: 18
Joined: Mon Dec 30, 2013 04:48

Re: Default Duration Setting

Post by Mesec »

Hi all,

I work a lot with images, so I would also love to see this feature implemented, it can be quite time consuming to change the value of each image. Especially when unpredictable circumstances during the show call for a change of material - script, I sometimes want to quickly add a different folder of images. A simple "Default still image duration" value in the Preferences/Defaults would be just awesome!

thankyou!

romand333
Posts: 2
Joined: Mon Oct 17, 2011 02:39

Re: Default Duration Setting

Post by romand333 »

Hi,

is there any upgrade progress with this for Arena 5?

Pleeeeeeease!

;)

Post Reply