Video Time Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to add columns of hours, minutes, seconds, and frames.

At 30 frames I want to be able to carry over into seconds one second, at 60
seconds I'd like to be able to carry over 1 minute, etc.

How can I do that in columns in Excell?

Smith
 
just convert the frames into normal time. If the values are NTSC frames @
29.97 frames/sec then:
if A1 is 123456 frames then
=A1/29.97 is 4119.319319 seconds and
=A1/29.97/60//60/24 is 0.047677307
If this is formatted as a time it becomes:

01:08:39.32
as hours minute seconds and hundreths of a second
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top