-
Notifications
You must be signed in to change notification settings - Fork 49
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
Resulting video is small and in the middle of the screen #30
Comments
I had to change the Outside of these issues this pod is EXCELLENT!!!
|
thanks @lsamaria ! i appreciate the project interest. seems like a video orientation issue. will check into sometime |
I solved a similar issue I had by calculating the width and height based on this: |
I have several videos that I stitch together using an AVMutableComposition(). After it's done the only way that I found to pass it to the NextLevelSessionExporter was to add it to a player and then extract the player's asset so that I can get the naturalSize. After the NextLevelSessionExporter is finished and I play the video, the video is centered in the middle of the screen.
This screenshot is the problem, the blue circle is a button and has nothing to do with it:
If I use a regular AVExportSession() the video takes up the screen like it's supposed to so there is something going wrong with NextLevelSessionExporter.
The text was updated successfully, but these errors were encountered: