08 2018 档案
摘要:// // ViewController.m // 字幕解析 // // Created by admin on 2018/8/30. // Copyright © 2018年 admin. All rights reserved. // #import "ViewController.h" @interface ViewController () @end @implement...
阅读全文
摘要:GCC __builtin_expect的作用 https://blog.csdn.net/shuimuniao/article/details/8017971 https://blog.csdn.net/joker0910/article/details/6670436 __builtin_exp
阅读全文
摘要:参考链接:https://blog.csdn.net/shenyi0106/article/details/47004039 https://blog.csdn.net/jeffasd/article/details/78181856?locationNum=1&fps=1 音频内容 AudioSt
阅读全文
摘要:文件上传时 Function boringssl_session_errorlog: line 2878 [boringssl_session_write] SSL_ERROR_SYSCALL(5): operation failed externally to the library 定义了一个基
阅读全文
摘要:播放过程中由于资源不停的加载,视频确没有开始播放,这个时候如果频繁地调用play方法将导致视频一直无法开始播放,此时在调用play方法时,要先判断player的status是否为 AVPlayerStatusReadyToPlay https://www.jianshu.com/p/0d4588a7
阅读全文
摘要:急需纠正自己的错误认识,Mac开发和iOS开发UI显示、事件交互、生命周期等存在极大的差距 首先点击事件NSButton和UIButton完全是两个不同的东西 列表UITableView和NSTableView也是神似而已 最终点击事件选择的是继承NSView重写了MouseDown方法 @inte
阅读全文
摘要:https://blog.csdn.net/jeffasd/article/details/80251204 AVAssetExportSession导出视频 AVFoundationErrorDomain Code=-11841 解决办法 注意合成视频时一定要先添加视频再添加音频否则在合成视频时如
阅读全文
摘要:https://www.jianshu.com/p/06ed571fb3b5
阅读全文
摘要:size_t当做CGFloat参数传递可能出错,在期望参数为负数时,无法正确表达需要转换 C# word 相当于 short doubleword 相当于 int 在屏幕设置宽高时,要注意屏幕像素点比例,最好为整数
阅读全文
摘要:https://blog.csdn.net/minger1202/article/details/52468986 解码 https://www.jianshu.com/p/c6cfe2edd083 解码和播放 https://blog.csdn.net/luckypeng/article/deta
阅读全文
摘要:使用FFmpeg常见问题 https://blog.csdn.net/willib/article/details/52530328 https://blog.csdn.net/nogodoss/article/details/45166485 中招记录: 需要是在c文件在使用,如果是在c++中记得
阅读全文
摘要:https://blog.csdn.net/leixiaohua1020/article/details/47071547 雷神的博客 https://www.jianshu.com/p/3f0237027e27 编译x264 (找不到C编译器,需要重新安装Xcode命令行工具xcode-selec
阅读全文