问题描述 C# 捕获视频后 怎么传输视频数据流? 网上找的程序: [DllImport("avicap32")] private static extern int capCreateCaptureWindowA(string title, int Style, int left, int top, int height, int width, int handle, int logo); 调用了Win32 API 函数来捕获视频,可以捕获成功,但是如何才能输出视频数据流,在下小菜鸟一
问题描述 ffmpeg中怎么编程实现获取视频中某指定的一帧? ffmpeg中怎么编程实现获取视频中某指定的一帧?不是通过遍历,而是直接跳到指定帧,ffmpeg中有没有有相关的函数? 解决方案 /** Seek to the keyframe at timestamp. 'timestamp' in 'stream_index'. * @param s media file handle @param stream_index If stream_index is (-1), a default