摘要: 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 帕拉美 阅读(576) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/hyds2fy1(v=vs.80).aspx 阅读全文
posted @ 2017-06-09 18:19 帕拉美 阅读(304) 评论(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 帕拉美 阅读(6376) 评论(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 帕拉美 阅读(23110) 评论(1) 推荐(0)