Amite - We Like


  • Home

  • Archives

  • Tags

iOS Crash & Exception

Posted on 2018-12-19

Objective-C exception

Exceptions in Objective-C are used to indicate programming errors detected at runtime such as accessing an array with an index that is out-of-bounds, attempts to mutate immutable objects, not implementing a required method of a protocol, or sending a message which the receiver does not recognize.

Read more »

X264 for iOS

Posted on 2017-03-04

X264是一个采用GPL授权的视频编码库,主要用于 H.264/MPEG-4 AVC 有损压缩视频的编码。git地址

Read more »

FDK_ACC for iOS

Posted on 2017-02-19

FDK_AAC是用来编解码AAC格式音频文件的开源库。下载地址

AAC主要用于视频中音轨的编码

Read more »

LAME for iOS

Posted on 2017-02-18

MP3编码引擎,使用LAME转码MP3有着良好的音质,同时产生的文件体积也非常小,可以说是物美价廉的典范。
在iOS项目中使用LAME,首先我们可以去LAME MP3 Encoder下载下源码。
下载完源码后,将以下脚本放在lame的目录下,使用编译脚本编译出静态库,可以自行选择使用单独架构的静态库,也可以使用合成的静态库,分别在fat-lame文件夹和thin-lame文件夹。

Read more »

OwenHong

4 posts
5 tags
© 2019 OwenHong
Powered by Hexo
|
Theme — NexT.Muse v5.1.4