摘要: fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. 在stdafx.h 当中添加 # 阅读全文
posted @ 2017-06-09 18:59 瓦楞球 阅读(569) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/hyds2fy1(v=vs.80).aspx 阅读全文
posted @ 2017-06-09 18:19 瓦楞球 阅读(303) 评论(0) 推荐(0) 编辑
摘要: FFmpeg provides a subsystem for hardware acceleration. Hardware acceleration allows to use specific devices (usually graphical card or other specific 阅读全文
posted @ 2017-06-09 17:30 瓦楞球 阅读(6311) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -i ./plutopr.mp4 -vcodec copy -acodec copy -ss 00:00:10 -to 00:00:15 ./cutout1.mp4 -y -ss time_off set the start time offset 设置从视频的哪个时间点开始截取,上文 阅读全文
posted @ 2017-06-09 17:27 瓦楞球 阅读(23068) 评论(1) 推荐(0) 编辑