会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YZFHKMS
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
16
17
18
19
20
21
22
23
24
···
59
下一页
2020年8月8日
C/C++ file
摘要: #include <iostream> #include <string.h> #include <signal.h> using namespace std; #include "../../../src/Tools/SendFile.h" #include "../../../src/Tools
阅读全文
posted @ 2020-08-08 13:18 YZFHKMS-X
阅读(110)
评论(0)
推荐(0)
2020年7月25日
cocos2d-x 部分无法解析的外部符号解决方案
摘要: { 比如使用md5 的功能存在无法解析的外部符号, 1.一般是有声明无定义 2.没有加(extern "C" int __declspec(dllexport) ) }
阅读全文
posted @ 2020-07-25 22:04 YZFHKMS-X
阅读(334)
评论(0)
推荐(0)
2020年7月14日
cmake 生成64位项目
摘要: clearmkdir x64cd x64cmake -G"Visual Studio 15 2017 Win64" ..cmake --build .
阅读全文
posted @ 2020-07-14 00:03 YZFHKMS-X
阅读(2138)
评论(0)
推荐(0)
2020年7月7日
ffmpeg + sdl player console
摘要: { #include <iostream> extern "C" { #include <SDL.h> } static Uint8 *pAudio_chunk; static Uint32 audio_len; static Uint8 *pAudio_pos; void fill_audio_b
阅读全文
posted @ 2020-07-07 00:03 YZFHKMS-X
阅读(201)
评论(0)
推荐(0)
2020年7月6日
ffmpeg cmd
摘要: mp4转yuv ffmpeg -i test.mp4 test.yuv 播放yuv ffplay.exe -f rawvideo -video_size 1280x720 -i test.yuv mp4转pcmffmpeg -i xxxx.mp4 -codec:a pcm_f32le -ar 480
阅读全文
posted @ 2020-07-06 23:40 YZFHKMS-X
阅读(170)
评论(0)
推荐(0)
2020年7月5日
ffmpeg coco2d-x lua test
摘要: .h { #ifndef __LUA_YFFMPEG_H__ #define __LUA_YFFMPEG_H__ #ifdef __cplusplus extern "C" { #endif #include "tolua++.h" #ifdef __cplusplus } #endif TOLUA
阅读全文
posted @ 2020-07-05 22:03 YZFHKMS-X
阅读(197)
评论(0)
推荐(0)
ffmpeg windows config win32/win64 compile
摘要: 登录 个人设置 帮助/指南 关于Trac 寄存器 维基 时间线 查看任务单 搜索 标签 维基 编译指南 / 温特 +0 向上 起始页 索引 历史 为Windows运行时编译和使用FFmpeg库(Windows 10或Windows8.1应用程序) 为WindowsRuntime编译和使用FFmpeg
阅读全文
posted @ 2020-07-05 13:10 YZFHKMS-X
阅读(711)
评论(0)
推荐(0)
ffmpeg configure --help
摘要: #./configure—帮助用法:configure[选项]选项:[说明后括号中的默认值]帮助选项:--帮助打印此邮件--列表解码器显示所有可用的解码器--列表编码器显示所有可用的编码器--列出hAccels显示所有可用的硬件加速器--list demuxers显示所有可用的demuxers--列
阅读全文
posted @ 2020-07-05 08:27 YZFHKMS-X
阅读(319)
评论(0)
推荐(0)
ffmpeg Windows platfrom ndk compile ffmpeg
摘要: 1.下载msys2 //https://mirror.tuna.tsinghua.edu.cn/help/msys2/ //并配置源和msys2 根目录的环境变量 2.下载yasm //https://github.com/yasm/yasm mkdir build cd build cmake .
阅读全文
posted @ 2020-07-05 07:53 YZFHKMS-X
阅读(295)
评论(0)
推荐(0)
2020年7月3日
NDK r21编译FFmpeg 4.2.2(x86、x86_64、armv7、armv8)
摘要: 1.编译FFmpeg准备Ununtu、ndk r21(linux)、FFmpeg。准备编译脚本,这里有两个,其中一个是专门针对armv7的。armv7#!/bin/bashAPI=21#armv7-aARCH=armv7 PREFIX=./SO/$ARCHTOOLCHAIN=/home/qwe/an
阅读全文
posted @ 2020-07-03 00:40 YZFHKMS-X
阅读(1179)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
59
下一页
公告