Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是认为在某个项目上使用 VLC 的 livehttp 模块太耗费资源,仅用于录制 30 分钟文件的视频流。那么,有什么OSS软件可以对UDP视频流进行分段录制呢?不包括 mencoder,因为录制的视频应该是无间隙的。
此外,如果编写自己的 FFmpeg 代码,告诉 libavformat/libavcodec 在某些关键帧之后切换文件输出的最佳方法是什么,使用已经缓存的最后/下一个帧?