AdamSpannbauer / python_video_stab

A Python package to stabilize videos using OpenCV
https://adamspannbauer.github.io/python_video_stab/html/index.html
MIT License
682 stars 118 forks source link

reset video writer #107

Closed AdamSpannbauer closed 4 years ago

AdamSpannbauer commented 4 years ago

fixes #106

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 97d21fc5 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 4 years ago

Codecov Report

Merging #107 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   92.79%   92.82%   +0.02%     
==========================================
  Files          16       16              
  Lines         611      613       +2     
==========================================
+ Hits          567      569       +2     
  Misses         44       44              
Impacted Files Coverage Δ
vidstab/VidStab.py 91.85% <100.00%> (+0.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c8f6a8f...97d21fc. Read the comment docs.