AdamSpannbauer / python_video_stab

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

Fix 78 #83

Closed AdamSpannbauer closed 5 years ago

AdamSpannbauer commented 5 years ago

add a check for input_path being int before throwing FileNotFound

codeclimate[bot] commented 5 years ago

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

View more on Code Climate.

codecov-io commented 5 years ago

Codecov Report

Merging #83 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #83   +/-   ##
======================================
  Coverage    92.5%   92.5%           
======================================
  Files          16      16           
  Lines         587     587           
======================================
  Hits          543     543           
  Misses         44      44
Impacted Files Coverage Δ
vidstab/VidStab.py 90.86% <100%> (ø) :arrow_up:
vidstab/version.py 100% <100%> (ø) :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 70e719c...f4959ea. Read the comment docs.