之前折腾过iOS5.1上的真机和模拟器编译,今天看到有人在CocoaChina上贴出iOS6的真机和模拟器编译,转帖在这里。 本文由会员wity_lv分享 去年做了一个项目,需要用ffmpeg对h264视频流进行解码。当时折腾了很久只在armv7编译通过。调试必须用真机,很麻烦。 后来我将编译整理成脚本,现在支持 armv7, armv7s, i386(模拟器)。 下载附件: ffmpegc-master github链接:https://github.com/lvjian700/ffmpegc 使用方法: 1. clone 项目 2. 运行 install-ffmpeg.sh 脚本, 一键编译 编译后使用方法看这个demo项目(那个iFrameExecutor项目太老了) https://github.com/lvjian700/ffmpegc-demo 图解使用说明: http://witcheryne.iteye.com/blog/1734706 论坛原帖:http://www.cocoachina.com/bbs/read.php?tid=142628

相关文章:

  • 2021-08-12
  • 2021-12-05
  • 2021-05-21
  • 2022-12-23
  • 2021-10-16
  • 2021-06-30
猜你喜欢
  • 2021-12-27
  • 2021-11-12
  • 2022-02-20
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案