Skip to content

When replacing timecode, is it supposed to only generate/add 1 sample? #77

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

You must be logged in to vote

I kept getting warnings about the .wait() in "AVAsset Timecode Write.swift" because it doesn't seem to work well with modern concurrency, or at least however I was trying to use it

Do you remember what sort of errors? Do you mean when Thread Sanitizer is turned on?

it worked until I ran 1TB of files to replace timecode and then compress, and then eventually it would cause a crash

Sounds like a memory issue. Do you recall if that caused really large RAM usage? If so, then that's probably a small fix where a release pool might be needed.

I was just wondering if your code is supposed to only add 1 sample? I noticed that my output files seem to be fine but the timecode end is always 4 fr…

Replies: 1 comment 3 replies

Comment options

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

@orchetect
Comment options

@orchetect
Comment options

Answer selected by KweenLizzie
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