Skip to content
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

Not an issue / question on going beyond 720p #19

Closed
johndpope opened this issue Dec 15, 2020 · 1 comment
Closed

Not an issue / question on going beyond 720p #19

johndpope opened this issue Dec 15, 2020 · 1 comment

Comments

@johndpope
Copy link

We want to record at 1024x1980 9:16

is this on the road map to support?

@Sikter
Copy link
Contributor

Sikter commented Mar 15, 2021

Hi, our recording API somwhat supports this. Basically, you can take any subframe of the output rendering resolution. From our Android API docs:
void startVideoRecording(String filePath, int outputWidth, int outputHeight)
Starts video recording, the outputWidth, and outputHeight parameters can be used to specify output video resolution. The SurfaceView will be skewed to the desired resolution. To preserve the aspect ratio, enter the desired output width or height and set the other parameter to zero.

The max rendering resolution atm is 1920x1080 so your exact use case will not be supported, however, if you use this resolution and set the width to 1024 the height will be 1.820 - this is the limit of our SDK atm.

@Sikter Sikter closed this as completed Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants