SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
APPLE FINAL CUT PRO:
Home
Final Cut Forum
Final Cut Tutorials
Final Cut Server
Basics Forum
Training
Podcast
FAQ
Re: Batch modification of source clips.
Cow Forums
:
Apple Final Cut Pro
FAQ
•
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Batch modification of source clips.
by
Steven Gonzales
on Jul 28, 2009 at 1:47:31 pm
For the sake of anyone else in this dilemma, in Excel I would take the end media field, and create 3 empty columns to the right.
Then select the media end column, and use "text to columns", with colon being the delimiter.
If you have drop frame timecode, you may have to repeat this step on the resulting seconds;frames column, using semi-colon as delimiter.
Now make a formula that takes 3 seconds from the seconds column. Of course, if that column value is less than 3, you'll have to "borrow" from the minutes column, and maybe borrow from hours
Formula to subtract seconds in new seconds column:
=if(secondsCelladdress <3, (secondsCelladdress+60)-3, secondsCelladdress - 3)
Formula to borrow from minutes in new minutes column
=if(secondsCelladdress <3, if(minutesCelladdress =0, (minutesCelladdress + 60) - 1, minutesCelladdress - 1), minutesCelladdress)
Formula to borrow from hours in new hours column
=if(secondsCelladdress <3, if(minutesCelladdress = 0, hoursCelladdress-1), hoursCelladdress), hoursCelladdress)
or something along those lines.
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
Batch modification of source clips.
by Alister Robbie on Jul 27, 2009 at 10:45:15 pm
Re: Batch modification of source clips.
by Jeremy Garchow on Jul 27, 2009 at 10:54:08 pm
Re: Batch modification of source clips.
by Alister Robbie on Jul 28, 2009 at 7:39:18 am
Re: Batch modification of source clips.
by Neil Sadwelkar on Jul 28, 2009 at 8:03:46 am
Re: Batch modification of source clips.
by Neil Sadwelkar on Jul 28, 2009 at 8:05:28 am
Re: Batch modification of source clips.
by Alister Robbie on Jul 28, 2009 at 11:38:26 am
Re: Batch modification of source clips.
by Alister Robbie on Jul 28, 2009 at 10:41:20 am
Re: Batch modification of source clips.
by Steven Gonzales on Jul 28, 2009 at 1:47:31 pm
Re: Batch modification of source clips.
by Matt Callac on Jul 28, 2009 at 3:01:26 pm
Re: Batch modification of source clips.
by Andy Mees on Jul 28, 2009 at 4:03:26 pm
Re: Batch modification of source clips.
by Alister Robbie on Jul 28, 2009 at 10:41:47 pm
Re: Batch modification of source clips.
by Neil Sadwelkar on Jul 28, 2009 at 3:24:42 pm
Re: Batch modification of source clips.
by Steven Gonzales on Jul 28, 2009 at 3:50:36 pm
Re: Batch modification of source clips.
by Matt Callac on Jul 28, 2009 at 4:30:30 pm
Re: Batch modification of source clips.
by Alister Robbie on Jul 28, 2009 at 10:43:58 pm
Re: Batch modification of source clips.
by Alister Robbie on Jul 29, 2009 at 3:55:54 am
Re: Batch modification of source clips.
by Alister Robbie on Jul 30, 2009 at 12:00:19 pm
Re: Batch modification of source clips.
by Neil Sadwelkar on Jul 30, 2009 at 1:38:57 pm
Re: Batch modification of source clips.
by Alister Robbie on Jul 31, 2009 at 6:30:30 am
Re: Batch modification of source clips.
by Jeremy Garchow on Jul 31, 2009 at 4:42:52 pm
Related Tags:
DI
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key.
Read more...
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]