Skip to content

Adding timecode to a recorded video #59

Answered by orchetect
helgehoi asked this question in Q&A
Discussion options

You must be logged in to vote

Currently timecode tracks can be modified on AVMutableMovie. It's a new feature so there isn't really any documentation quite yet.

I'm working on a demo project that will show how to modify a QuickTime video's timecode track, as well as seek an AVPlayer to timecode.

The feature may become more versatile in future, as time allows. I'm not very familiar with AVCaptureSession but maybe there's potential to add methods for it as well.

For now, this is the method to (over)write a timecode track. Because of limitations of AVFoundation, it may involve saving the video file to disk more than once depending on your workflow.

This is one way to make an AVMovie into a mutable AVMutableMovie if needed:

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
3 replies
@helgehoi
Comment options

@orchetect
Comment options

@helgehoi
Comment options

Answer selected by helgehoi
Comment options

You must be logged in to vote
1 reply
@orchetect
Comment options

Comment options

You must be logged in to vote
9 replies
@orchetect
Comment options

@orchetect
Comment options

@orchetect
Comment options

@helgehoi
Comment options

@orchetect
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants