Aug 04, 2017 04:50 AM
For video editing purposes, how can I input timecode into a field? The format could be either:
H:MM:SS (hours:minutes:seconds)
MM:SS (minutes:seconds)
In the article Supported format specifiers for DATETIME_FORMAT I found “Preset timestamp format”, but that’s a timestamp. My desired format is time duration, similar to a stopwatch.
Thanks!
Solved! Go to Solution.
May 18, 2018 07:59 PM
Aug 05, 2017 05:22 PM
At the moment, you’ll have to accept it as a text entry and perform the necessary conversions and calculations yourself. I’ve put together a quick demonstration of some possible routines to do so here. The Duration field accepts a timestamp in either ‘HH:MM’ or ‘HH:MM:SS’ format; breaks out Hours, Minutes, and Seconds; converts Hours, Minutes, and Seconds to TotalSeconds; extracts GetHours, GetMinutes, and GetSeconds from TotalSeconds; and, finally, returns GetHours, GetMinutes, and GetSeconds to NewDuration in ‘HH:MM:SS’ format. (Alternate formulas are also provided that convert Duration directly to TotalSeconds2 and TotalSeconds directly to NewDuration2.)
The parsing routine will correctly interpret timestamps with either 1- or 2-digit unit sections, in any combination (e.g., ‘HH:MM:SS’, ‘H:MM’, ‘HH:M:SS’, ‘H:M:S’, and so on).
Note: These routines support only to 1-second granularity, but could easily be enhanced to support fractional-second or per-frame timing.
I realize this wasn’t what you were hoping to find, but I hope it’s an acceptable substitute…
Aug 08, 2017 05:46 PM
Wow @W_Vann_Hall, you’ve gone above and beyond! Talk about workaround! To be honest, mildly disappointed that Airtable doesn’t support duration for now. I’ll use your template you’ve created, and possibly just resort to Google Sheets if that becomes too annoying. Thank you!!!
Aug 15, 2017 12:54 PM
Hello I am new to Airtable and really like it so far. I am particularly interested in using it in the world of video/digital asset management. Is there a road map to introduce some kind of time code calculator?
Sep 27, 2017 05:27 PM
I am a new user of Airtable, and this is one of the most important features to me. I signed up for Airtable to keep track of audio/video assets and timecodes. I am sad that it can’t do this yet. I hope you will incorporate it soon so that I don’t have to keep looking for another solution. I like everything else about Airtable I’ve seen so far.
If you will incorporate this feature, can you give us an approximate timeline?
Oct 31, 2017 06:28 PM
Just wanted to add my vote for this feature- I would love to be able to use Airtable for film production, but without timecode support, it’s a no-go :frowning: Otherwise, love this product!
Jan 09, 2018 11:02 AM
Airtable now offers a Duration field type that is available in beta. A duration field can be used for video timecodes measured in seconds or milliseconds, as well as for event lengths in hours and minutes. To sign up for early access to the Duration field type, please visit our beta signup form.
Feb 08, 2018 07:40 AM
Fantastic news @Matt_Bush! I just applied for the Beta program. To clarify, is the timecode format HH:MM:SS:MsMs (hours:minutes:seconds:milliseconds)?
Feb 08, 2018 08:07 AM
@W_Vann_Hall
That’s a great solution!
May 18, 2018 07:59 PM
Duration field type is out of Beta since 2018-02-21! :grinning: