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).

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

未指定任何檔案、測試或進入點;請先定位現有的 VideoWriter 類別及其與 cv2.VideoWriter 的整合。將提議的 ffmpeg 子程序方案與該介面進行比較,並在基於 ffmpeg 的寫入能夠提供一致的 VideoWriter 使用方式且避免所述的檔案大小問題時,視為工作完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
opencv, python
領域
computer-vision
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
基本清楚
新手友好度
30/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。