Change time code start to 10:00:00

Questions and answers on how to get the most out of FFAStrans
Post Reply
willydoo
Posts: 2
Joined: Tue Feb 09, 2016 3:46 am

Change time code start to 10:00:00

Post 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.
momocampo
Posts: 592
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

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

Post 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.
Javierkel
Posts: 1
Joined: Thu Dec 05, 2019 9:59 am

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

Post by Javierkel »

Can you change the timecode to whatever you want like that?
momocampo
Posts: 592
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

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

Post 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.
;)
Post Reply