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.
Change time code start to 10:00:00
Re: Change time code start to 10:00:00
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.
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
Can you change the timecode to whatever you want like that?
People get excited about these rangefinder binoculars all the time.
Re: Change time code start to 10:00:00
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.
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.