Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Do StoreVideoOptions Compression setting work in Android? #533

Open
paulsohal1981 opened this issue May 4, 2018 · 2 comments
Open

Do StoreVideoOptions Compression setting work in Android? #533

paulsohal1981 opened this issue May 4, 2018 · 2 comments

Comments

@paulsohal1981
Copy link

Do the StoreVideoOptions properties Quality and Compression Quality work for Android? They work great for iOS. Adjusting the Quality and CompressionQuality result in a much smaller size video. Changing these values doesn't seem to have any effect on Android.

var options = StoreVideoOptions { Name = "myvid.mp4", Directory = "myVids", DesiredLength = new TimeSpan(0, 1, 0), DefaultCamera = CameraDevice.Rear, SaveToAlbum = false, Quality = VideoQuality.Medium, CompressionQuality = 50 }

@paulsohal1981 paulsohal1981 changed the title StoreVideoOptions Compression not working for Android Does StoreVideoOptions Compression not working for Android? May 4, 2018
@paulsohal1981 paulsohal1981 changed the title Does StoreVideoOptions Compression not working for Android? Do StoreVideoOptions Compression setting work in Android? May 8, 2018
@alwydl
Copy link

alwydl commented Oct 18, 2019

I'm having issues with this also. When taking a new video in android, all quality and size options are not being considered.

@rodrigojuarez
Copy link

I'm having the same issue, any workarounds or alternatives?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants