ffmpeg
skillart
It is me.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ffmpeg 编译android so
Android Gradle 插件版本说明 | Android 开发者 | Android Developers原创 2022-04-25 19:19:02 · 479 阅读 · 0 评论 -
mac ffmpeg 捕捉摄像头
#Capture and stream a webcam To capture using the iSight camera on a Mac, or infact any other webcam connected to the Mac, we can use FFmpeg. First get a list of the devices installed.ffmpeg -f avfoundation -list_devices true -i "" This will list the转载 2022-04-24 18:18:05 · 880 阅读 · 0 评论 -
xcode 配置ffmpeg开发环境
首先安装ffmpegbrew install ffmpeg创建xcode工程配置Header 和 Library Search Path把usr/local/lib目录下的相关依赖拖进去更改main.cpp测试 #if defined(__cplusplus)extern "C"{#endif#include <libavcodec/avcodec.h>#if defined(__cplusplus)}#endif#include <io..原创 2022-04-24 17:23:48 · 1184 阅读 · 0 评论
分享