I am trying to record a video using two AVAssetWriters. I want to alternate them, and the resulting video (when combined) will work without problems. However, when I stop one and start another, the combined record seems to have a gap between them, and the combined file is thus not smooth.
What should I do to get around this? There is a lot of code, so let me know what would be helpful (if any).
xcode swift avassetwriter
Mike schmidt
source share