使用SDL2.0在mac OS上渲染视频画面 SDL下载:使用 SDL 来渲染视频到屏幕。SDL 是 Simple Direct Layer 的缩写,是一个优秀的跨平台多媒体...
背景 MacOS FFmpeg的安装:https://trac.ffmpeg.org/wiki/CompilationGuide/macOS 第一次运行产生的文件依赖: 编译...
AVCaptureSession 采集架构图 通过AVCaptureSession把 input和output关联起来。 输入设备 InputMicCamare 输出设备 o...
A simple command-line tutorial: Git global settings: git config --global user.name "zjc...
AutoLayout 动画 how to animate constraint changes? Need call layoutIfNeeded within the an...
iOS Md5 加密: Implicit conversion loses integer precision: 'unsigned long' to 'CC_LONG' (...
如需要支持文件共享,需要在info.plist 文件中增加添加Application supports iTunes file sharing,设置为YES File-Sha...
在Info.plist中添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecurity下添加NSAllowsArbi...
Clion导入ffmpeg 将ffmpeg库文件放入工程的根目录下1.png 修改CmakeLists.txt 文件
测试线程使用