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.
我想使用 OpenCV 来获取输入视频,并减小视频的文件大小。
这需要将帧从初始类型转换为某种转换类型。
我可以在 OpenCV 中使用什么转换,以便获取视频的每一帧,减小其大小,然后回写以创建一个减小文件大小的新文件,而不会对视频质量造成太大影响?
OpenCV 使用 FFMPEG。查看此链接以获取详细说明,您可以独立使用 FFMPEG 而不是 OpenCV。如果您已经有压缩的视频数据,除非您降低质量以减小帧大小,否则您将无法进行太多压缩。