-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add background audio into SCAssetExportSession? #403
Comments
@Dada08 you might want to look into this https://stackoverflow.com/questions/40404634/merging-audio-and-video-swift |
@lmick002 thank you. |
I have the same problem, but i can't switch to classic AVAssetExportSession because i need to use filters. This is my code, what i want is to record a video without audio (already done) and then add an audio soundtrack to the recorded video. SCAssetExportSession *exportSession = [[SCAssetExportSession alloc] initWithAsset:self.recordSession.assetRepresentingSegments];
|
@amofbnow you can try this method by two steps.
|
Hello, can you tell me the video to add background music to solve? |
I'm trying to add a song into SCAssertExportSession, following code does not work.
is it possible to add default audio into SCAssetExportSession?
The text was updated successfully, but these errors were encountered: