How to build ffmpeg to get the smallest static library? I only want convert 3gp to mp4

753 views Asked by At

I need to convert 3gp files into MP4 format files in my iOS App. I use ffmpeg to convert. But the complete ffmpeg package increased my app by 6MB. How do I build ffmpeg to get the smallest static library? I only need this function: convert 3gp video into MP4 format.

0

There are 0 answers