I write app on iOS and I need to use video conversion features. The features whatI need is:
- reduce resolution of video
- cut video (to squere for instance)
- reduce bit rate of video
- rotate video
- save video in mp4 format
My problem is that I have only a little experience in iOS and I dont know how I can do this. I know that I cant use FFMpeg becouse of its license. I heard there is a build-in AV Foundation framework. Can I perform such things using this framework. If no is there any other way to do this.