Page 1 of 1

Display source timecode

PostPosted: Sat Oct 09, 2021 9:28 pm
by SvenSchoenung
I'm trying to display the source timecode of the clips that constitute a video in an "HH:MM:SS" format.

I know about the "Workspace > Data Burn-In > Source Timecode" option and while that displays the correct timecode, it does so through the entirety of the video. However I need to show and hide the timecode throughout certain sections of my video. There's also no way to format the output or add more than rudimentary styling.

Ideally I'd like to have a Text+ node in an adjustment clip that displays the source timecode of a MediaIn node. I know I can right-click in the text field of a Text+ node and set it to "Timecode", but that is the timecode of the timeline not the timecode of the MediaIn clip.

Is there an expression that I can use in a Text+ node that will yield the source timecode of a MediaIn node? Or is there another way that I can achieve what I'm trying to do?

Re: Display source timecode

PostPosted: Mon Oct 25, 2021 9:52 pm
by Nico_21
Hello,
I'm interested in this subject too, I'm looking for exactly the same thing :roll:

Re: Display source timecode

PostPosted: Wed Aug 10, 2022 5:40 pm
by benfolts
This would be very helpful for me as well. +1

Re: Display source timecode

PostPosted: Thu Aug 11, 2022 12:09 am
by xunile
Do you want the Edit page Timeline timecode or the individual clip's timecode?

Re: Display source timecode

PostPosted: Thu Aug 11, 2022 7:15 am
by Hendrik Proosa
xunile wrote:Do you want the Edit page Timeline timecode or the individual clip's timecode?

Source timecode is individual clips timecode.

Re: Display source timecode

PostPosted: Thu Aug 11, 2022 8:10 pm
by Chad Capeland
So strange that that's not in the metadata of the MediaIn output.

Re: Display source timecode

PostPosted: Fri Aug 12, 2022 10:38 am
by Sam Steti
The last - and only time - I wanted to do that, I made an extra TL especially for the clips I needed the TC to show up, and inserted the whole TL in the main one (or exported it, don't remember)...

Re: Display source timecode

PostPosted: Tue Aug 16, 2022 8:42 am
by Darryl
Don't know if this will help. I have done something similar with Text+ node in fusion. I set the text to a formula and the formula was time(). This displayed the number of frames in the clip. That would need reformatting to get what you want,

Darryl

Re: Display source timecode

PostPosted: Fri Aug 19, 2022 6:09 am
by DavySilva
Not in my machine right now but I will try some ideas to get it done later. :D

Re: Display source timecode

PostPosted: Fri Aug 19, 2022 8:26 am
by DavySilva
I just tried to add the timecode. I think I got it.

Firstly, not sure why you got the sequence timecode. In my case, the Media TC was always on screen. The issue I encountered was even though the media had a 10-hour TC, Title+ only displayed the seconds and frames. MediaIn 10:00:02:06 Title+ output: 00:00:02:06. To get the TC I need I went to the modifiers tab and adjusted the Start Offset display. To get the exact TC I used a timecode calculator and converted the results to frame count.

Not a big deal if I must say.