-
Notifications
You must be signed in to change notification settings - Fork 583
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
fileExistsAtPath returning no #50
Comments
Hey Where did you find that "finishSession" method? I highly recommend to manually export the recordSession when you are done editing using "assetRepresentingRecordSegments" and a SCAssetExportSession (if you are using filters or if you want a fine tuning, otherwise you can use AVAssetExportSession) to merge the record segments. |
I know what you meant now! In the example, "finishSession" just ends the current record segment and show the result. The "outputUrl" property does not actually link to any file until you decide to merge all the files. Most of the time you may want to use SCAssetExportSession to merge the assets yourself, then you can use the SCRecordSession's "outputUrl" as the "outputUrl" for the SCAssetExportSession. |
…d-playback-horizontal-after-capture rFlex#50 Fixed the rotation issues when recording a loop
Hello,
THANKS for all the work :)
Is that on purpose?
Thanks in advance.
The text was updated successfully, but these errors were encountered: