ES-Alexander / ES-Alexander/pythonic-cv

FFMPEG streaming option for VideoWriter

未关闭
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Python
星标
45
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

Could be useful to allow users with ffmpeg installed to use that as a sub-processed backend instead of opencv's cv2.VideoWriter (as at https://stackoverflow.com/a/42602576, (and https://stackoverflow.com/a/13298538)). If doing, make a similar interface to existing VideoWriter class for consistency and ease of use.

cv2.VideoWriter works but is quirky, and generally ends up with large file sizes even when just duplicating existing videos (likely due to decompression on read that's not recompressed on write).

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。