随笔分类 -  ffmpeg

摘要:本文为自己写的从非交织yuv420转换出yuv444,yuv422h,yuv422v和手动裁剪422h,422v图片的代码 阅读全文
posted @ 2016-12-14 16:24 chencesc 阅读(306) 评论(0) 推荐(0)
摘要:摘抄雷兄 http://blog.csdn.net/leixiaohua1020/article/details/46890259 一、环境搭建 (1)安装sdl http://www.cnblogs.com/chencesc/p/5759850.html 在安装前为了能在 ubuntu pc上播放 阅读全文
posted @ 2016-11-14 16:55 chencesc 阅读(2995) 评论(0) 推荐(0)
摘要:ffplay -f rawvideo -video_size 1920x1080 a.yuv ffplay -i raw_out2.yuv -pix_fmt yuv422p -s 1280x720 阅读全文
posted @ 2016-10-11 13:24 chencesc 阅读(1887) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/subfate/article/details/47832985 阅读全文
posted @ 2016-10-10 19:57 chencesc 阅读(296) 评论(0) 推荐(0)
摘要:http://www.ffmpeg.org/download.html http://doc.okbase.net/leixiaohua1020/archive/110977.html //视频 http://blog.csdn.net/leixiaohua1020/article/details/ 阅读全文
posted @ 2016-08-11 10:03 chencesc 阅读(1267) 评论(0) 推荐(0)
摘要:http://wenku.baidu.com/view/c953c0878762caaedd33d4d8.html 一、安装: sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1 阅读全文
posted @ 2016-08-10 18:26 chencesc 阅读(1612) 评论(0) 推荐(0)
摘要:总入口 http://blog.csdn.net/leixiaohua1020/article/details/15811977 各结构体介绍 http://blog.csdn.net/leixiaohua1020/article/details/14215833 简单的ffmpeg+sdl例子视频 阅读全文
posted @ 2016-08-10 09:24 chencesc 阅读(199) 评论(0) 推荐(0)
摘要:windows http://www.cnblogs.com/wainiwann/p/4128154.html ubuntu http://blog.csdn.net/hellowxwworld/article/details/8447296 ffmpeg -i input.avi -ss 1 -s 阅读全文
posted @ 2016-08-08 13:27 chencesc 阅读(117) 评论(0) 推荐(0)