Thanks Jim,

Re:
> and you know it starts w tc of 07:00:00:00

So the challenge actually is we don’t know the start TC.  In fact that’s really 
all we need.

I’d like to verify the TC all tge way through too, but that’s for QC

The essential is just getting interpreting what TC on that (First fame) of the 
audio track.


> On Nov 19, 2019, at 12:47, Jim Shupert <jshup...@theppsgroup.com> wrote:
> 
> 
>> We're hoping there's something in the world of FFMpeg / FFProbe might be 
>> able to help here.
>> 
>> 
>>>>> On Nov 19, 2019, at 6:56 AM, Harvey Pikelberger <commun...@gmail.com> 
>>>>> wrote:
>>> 
>>> Is there a command to tell FFMpeg to read LTC from a specific audio track?
>> 
> I do not know about that ....but
> 
> would it help if you made a second file - now with Tc in it
> meaning
> you have a file
> dog.mp4 w ltc tc in audio  and you know it starts w tc of 07:00:00:00
> so do a
> ffmpeg -i dog.mp4 -codec copy -/timecode/ 07:00:00:00 dog_wtc.mp4
> 
> MP4s and MOVs store only the TC of the first frame, as a literal frame count, 
> along with the framerate. The consuming app converts that frame count back to 
> a TC string using the framerate
> 
> -timecode hh:mm:ssSEPff
> 
>   Specify Timecode for writing. SEP is ’:’ for non drop timecode and
>   ’;’ (or ’.’) for drop.
> 
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to