随笔分类 - 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
阅读全文
摘要:http://www.libsdl.org/ // 代码是雷神写的 我只是拿过来使用而已 #include "stdafx.h" #include <string.h> #include <iostream> extern "C" { #include "SDL.h" }; #undef main
阅读全文

浙公网安备 33010602011771号