上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 59 下一页
摘要: --disable-asm 阅读全文
posted @ 2020-07-02 23:20 YZFHKMS-X 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 解决方案:--ln_s="cp -rf" 来指定使用复制替代 "ln -s" { ./configure \ --ln_s="cp -rf" \ ... } 阅读全文
posted @ 2020-07-02 23:19 YZFHKMS-X 阅读(338) 评论(0) 推荐(0) 编辑
摘要: { //转载自http://www.51testing.com/html/88/377588-834412.html //好文要顶 } { 问题一:由于Android环境非常复杂,框架都是用Java,因此要使用C/C++都需要做很多配置,使用汇编的话需要做更多的工作。 我这边使用的是最新的Andro 阅读全文
posted @ 2020-07-02 23:18 YZFHKMS-X 阅读(992) 评论(0) 推荐(0) 编辑
摘要: { http://www.linuxfromscratch.org/blfs/view/7.10-systemd/multimedia/ffmpeg.html //http://ffmpeg.org/releases/ } tsinghua { MSYS2 镜像使用帮助 收录架构 MINGW: i6 阅读全文
posted @ 2020-07-02 00:10 YZFHKMS-X 阅读(291) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/72061bea8045 阅读全文
posted @ 2020-06-28 19:52 YZFHKMS-X 阅读(87) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install yasm -y sudo apt-get install make -y sudo apt-get install cmake -y sudo apt-get update -y echo "..........compile" ./configure \ 阅读全文
posted @ 2020-06-28 15:00 YZFHKMS-X 阅读(220) 评论(0) 推荐(0) 编辑
摘要: { #include <iostream> #include <SDL.h> static Uint8 *pAudio_chunk; static Uint32 audio_len; static Uint8 *pAudio_pos; void fill_audio_buffer(void *use 阅读全文
posted @ 2020-06-27 23:49 YZFHKMS-X 阅读(101) 评论(0) 推荐(0) 编辑
摘要: { 提取ffmpeg -i xxxx.mp4 -codec:a pcm_f32le -ar 48000 -ac 2 -f f32le output.pcm -ar: 指定采样率; -ac: 指定声道数; -f f32le: 表示每个采样点用32位浮点数来表示(le表示小端,be表示大端) 播放ffp 阅读全文
posted @ 2020-06-27 22:18 YZFHKMS-X 阅读(188) 评论(0) 推荐(0) 编辑
摘要: //转载自 //https://www.cnblogs.com/xl2432/p/11791295.html { 一. 前言 基于学习ffmpeg和sdl,写一个视频播放器是个不错的练手项目。 视频播放器的原理很多人的博客都有讲过,这里出于自己总结的目的,还是会做一些概况。 二. 视频播放器基本原理 阅读全文
posted @ 2020-06-26 23:34 YZFHKMS-X 阅读(208) 评论(0) 推荐(0) 编辑
摘要: //核心 { void AVdio::update(float delta) { auto video = (Sprite*)(this->getChildByName("video")); if (video != nullptr) { double tims = fl->_pts * fl->_ 阅读全文
posted @ 2020-06-25 22:52 YZFHKMS-X 阅读(623) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 59 下一页