随笔分类 -  SDL的学习

摘要:http://ffmpeg.org/ // 下载 我想找一个mp4转yuv,找了半天,没有找到。 mp4转yuv ffmpeg -i test.mp4 test.yuv 播放yuv ffplay.exe -f rawvideo -video_size 720x720 -i test.yuv 阅读全文
posted @ 2020-04-12 22:11 卷哭你 阅读(3153) 评论(0) 推荐(0)
摘要:http://www.libsdl.org/ // 代码是雷神写的 我只是拿过来使用而已 #include "stdafx.h" #include <string.h> #include <iostream> extern "C" { #include "SDL.h" }; #undef main 阅读全文
posted @ 2020-04-12 20:27 卷哭你 阅读(315) 评论(0) 推荐(0)