Page 1 of 1

Clip trimming

Posted: Mon Dec 20, 2004 14:09
by tim lofts
Is there a way of simple trimming the front and end of clips instead of dragging with a mouse. In an ideal world I'd like to be able to select/highlight a clip, then have a shortcut function to trim the in and out points of the clip similar in the way that the 'nudge clip' function works.

Tim

Posted: Thu Jan 06, 2005 18:51
by avenueaudio
Tim

We wrote a Macro to do just what you said.

1. Place play head where you would like the clip trimed to.

"macro"
1. Split clip
2. jump to head of previos clip
3. select clip under play head
4. delete
5. Jump to head of next clip

That is the basic macro for this. We also wrote one for the tail. we are old failrlight users so top and tail was easy for us, but once this macro was written it is now as fast as the Fairlight was in regards to topping and tailing clips.


Good Luck,

Posted: Fri Jan 07, 2005 11:57
by tim lofts
Cheers guys for the reply but I think I may not have explained myself properly.

I don't actually want to move the position of the clip in the time line, but maintain its sync position, and move the in and out points of the clip, so effectively coming in or out of the clip earlier or later.

Ideally I'd like to do this just by clicking on the clip to highlight it, and trimming the start and end points with a simple trim front and trim end function.........regardless of where the play head/cursor is on the time line.

regards

Tim

Posted: Fri Jan 07, 2005 20:23
by avenueaudio
Hi again tim,

The above macro does not change the position of the clip on the time line. It however does Trim the start and end time of clips. We use it to clean up voice takes that are cut to picture but we do not want to affect it's time to picture.

Good luck