Recent Releases of vidstab
vidstab - vidstab 1.7.4
- Add
output_fpsparameter- Gives the user the ability to manually set output video fps. The old behavior was to set the fps based on input video; this is still the default behavior.
- Feature courtesy of @SuslikV
- Added test for this
- Add test for
max_frames
- Python
Published by AdamSpannbauer over 4 years ago
vidstab - vidstab 1.7.3
- Bug fix for a None optical flow. Can occur with pure color frames. Fix is to apply no transform. (See #96)
- Raise exception if first frame results in None. (See #95)
- Python
Published by AdamSpannbauer about 6 years ago
vidstab - vidstab 1.7.2
- drop pandas from setup depends
- Python
Published by AdamSpannbauer over 6 years ago
vidstab - vidstab 1.7.1
- add a check for input_path being int before throwing FileNotFound
- Python
Published by AdamSpannbauer over 6 years ago
vidstab - vidstab 1.7.0
- Fix off-by-one issues leading to poor quality stabilization
- Python
Published by AdamSpannbauer over 6 years ago
vidstab - vidstab 1.6.2
- Smoothing window value was not being set if doing frame-by-frame processing in a manual loop
- Processing was failing if no key points were matched between frames (would fail if video contained a jump-cut)
- Python
Published by AdamSpannbauer over 6 years ago
vidstab - vidstab 1.6.1
- add a check for invalid
input_pathto avoid ambiguous error messages as seen in #70
- Python
Published by AdamSpannbauer almost 7 years ago
vidstab - vidstab 1.6.0
- add
VidStab.stabilize_frame()method to allow stabilization a frame at a time withnumpyarrays as input
- Python
Published by AdamSpannbauer almost 7 years ago
vidstab - vidstab 1.5.6
- Add options to CLI
- Improve test coverage around CLI
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.5.5
- Improve docstrings in utility functions
- Update README docs
- Update sphinx docs
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.5.4
- Makes process for applying transforms with a fresh instance of
VidStab(see example here: https://github.com/AdamSpannbauer/pythonvideostab/pull/62#issue-247906864)
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.5.3
- implement FrameGen class for progress towards numpy options in API
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.5.2
- fix bug in auto border sizing
- fix bug in pulling frame indices from frame index queue
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.5.1
- add function for downloading ostrich video to public API
- fix bug in
VidStab.apply_transformswhere transforms were being needlessly regenerated
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.5.0
- add support for OpenCV 4.0.0
- refactor underlying code base for maintainability
- increase test coverage
- Python
Published by AdamSpannbauer about 7 years ago
vidstab - vidstab 1.0.1
- update minimum
imutilsrequirement to>=0.5.2
- Python
Published by AdamSpannbauer about 7 years ago