Is it possible to programmatically compress video using standard functions, such as in the IOS AVAssetExportSession, not using FFMPEG
Asked
Active
Viewed 2,458 times
5
-
Any reason why you dont want to use FFMPEG? – Amitabh Sarkar Mar 19 '13 at 08:16
-
I understand need to use NDK, which is undesirable for the project. I just have not seen that it was possible to use FFMPEG without NDK. If I'm wrong - correct me and tell me how? – leahov Mar 19 '13 at 14:50
-
Yes I think you are right, need NDK to use it. – Amitabh Sarkar Mar 19 '13 at 15:05
-
What type of video do you want to encode? If you can possibly use hardware acceleration features on Android devices, that will certainly be preferable to encoding purely in software using FFmpeg. – Multimedia Mike Mar 19 '13 at 23:30
-
I need from the MP4 video file size of 1 GB compress and transfer it, for example by e-mail. But not zipping, namely compress – leahov Mar 20 '13 at 07:24
-
Hi, did you found a solution for your problem? Thanks. – Paul Apr 22 '13 at 13:38
-
No, yet there is no solution to this question – leahov Apr 24 '13 at 12:41
-
Hi . did u find any solution ?? – Mr.G Dec 11 '13 at 16:42
-
Unfortunately no, had to use FFMPEG – leahov Dec 12 '13 at 06:33
-
Hi, did u find any solution for compress video? – Maroti Jun 18 '15 at 14:11
-
http://stackoverflow.com/questions/23683960/android-video-encoding-with-fr-and-resolution-manipulation/23815402#23815402..... use this i was tried it, its working fine little bit time taking. – Mano Jan 05 '16 at 11:57