0

How to lower the quality of video before uploading to server like UIIMagePickerController video quality in iOS?I have tried MediaCodec but it is taking long time. Please help.

BMM
  • 161
  • 1
  • 1
  • 12

1 Answers1

0

If you wish to use built-in capability of the platform (and also take advantage of hardware acceleration on the device) then you have to use MediaCodec. The MediaCodec implementation is the same thing used by the built-in camera app, so there shouldn't be a huge performance problem within the framework.

Larry Schiefer
  • 15,687
  • 2
  • 27
  • 33