coronalabs / corona

Solar2D Game Engine main repository (ex Corona SDK)
https://solar2d.com/
MIT License
2.53k stars 273 forks source link

media.selectVideo() API compress the video on iOS #396

Open BhavinPanara opened 2 years ago

BhavinPanara commented 2 years ago

API media.selectVideo() https://docs.coronalabs.com/api/library/media/selectVideo.html

on iOS , after we select any video with media.selectVideo() , it compress the video after we select any video. This compressed video has very low quality and not usable most of the time.

Can we have any option to avoid video compression for this API media.selectVideo() on iOS ?

scottrules44 commented 1 year ago

We probably need to update a lot of the media library on Apple Platforms first before doing a feature like this

BhavinPanara commented 1 year ago

Thank you for the update.