Page 1 of 1

Change time code start to 10:00:00

Posted: Sun Dec 01, 2019 4:08 pm
by willydoo
Hello everyone,

i am struggeling to set a new time code to start at 10:00:00

what should i write or change in the set start time code...

%s_start_tc% where do i put my new time code in the variable,thanks and have a great day.

Re: Change time code start to 10:00:00

Posted: Sun Dec 01, 2019 5:55 pm
by momocampo
Hello Willy,

Do you just change the TC of your file? Not encode?
If you want encode, you just have to change the %s_start_tc% variable in encoder setting to 10:00:00:00.
If you just want to change the timecode, a custom ffmpeg will be easier:

create ffmpeg custom node
Uncheck audio codec and video codec type this command :
-codec:v copy -codec:a copy -r 25 -timecode 10:00:00:00
(if you file is 25 fps)
And in "extension" use %s_original_ext%

Tell us more if you want help.
Cheers.

Re: Change time code start to 10:00:00

Posted: Fri Dec 06, 2019 1:37 pm
by Javierkel
Can you change the timecode to whatever you want like that?

Re: Change time code start to 10:00:00

Posted: Fri Dec 06, 2019 2:05 pm
by momocampo
Hello,
Yes I think there will be no problem to change. But I repeat if you encode a file, just put your new TC instead of %s_start_tc% in encoder node.
;)