-
Notifications
You must be signed in to change notification settings - Fork 31
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
Setting up quality of the video #32
Comments
Hey, I was digging in code and found a non documented possibility to adjust video quality.
This is a code in swift which is setting your video quality by your quality option number. |
Thanks @mcarnoky001, I looked in the code and found kind of the same thing. I wanted an official answer for this so if I can setup different values like bitrate also. I managed to set the quality on the video to VGA but it still was a very large file for me, so I also found the setup for bitrate in the code and set that to 128000 which significantly lowered the size of the video. That was fine for me at the moment, but all of my changes now live in the plugins xcode files. I just wanted to leave this here so if anyone else has the same issue they can find this comments. However I think this should be stated in the documentation also. |
Where did you set the bitrate? |
Firstly, thanks for this amazing plugin! It would be way better if we can get some kind of documentation.
However, here is a question I have, is there a way to set the quality of which the recording is taken?
Thanks!
The text was updated successfully, but these errors were encountered: