Page 1 of 1

Eficient way to compress video file without using third part

Posted: Fri Apr 08, 2016 2:21 pm
by kabirthapar
What is the efficient way to compress video file without using third party library such as FFMPEG because it is heavy in weight for android app.

Re: Eficient way to compress video file without using third

Posted: Sat Apr 09, 2016 8:47 am
by Mark
The efficient way is to use a third-party library.

If you have QuickTime available, you can use

Code: Select all

revInitializeVideoGrabber 
to choose the most compact format, mov or avi.

Mark