ffmpegc icon indicating copy to clipboard operation
ffmpegc copied to clipboard

is it difficult to support x.264 module for iOS 7?

Open Martin-Lv opened this issue 11 years ago • 2 comments

I try to build ffmpeg for iOS 7 with libx264, but failed. does anyone knows how to build x264 for iOS 7?

Martin-Lv avatar Aug 26 '14 09:08 Martin-Lv

I don't know to build libx264, I have built the FFMpeg library for iOS 7.1 with the help of https://github.com/lvjian700/ffmpegc. If you have doubts regarding the issues to build FFMPEG lib for armv7 armv7s and i386, then I can guide you.

shaurya16 avatar Aug 26 '14 09:08 shaurya16

thank you, i found this script to build x264 for iOS: https://github.com/xlking/build_x264

Martin-Lv avatar Aug 27 '14 06:08 Martin-Lv