Releases: AdamSpannbauer/python_video_stab
Releases · AdamSpannbauer/python_video_stab
vidstab 1.7.4
- Add
output_fps
parameter- 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
vidstab 1.7.3
vidstab 1.7.2
- drop pandas from setup depends
vidstab 1.7.1
- add a check for input_path being int before throwing FileNotFound
vidstab 1.7.0
- Fix off-by-one issues leading to poor quality stabilization
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)
vidstab 1.6.1
- add a check for invalid
input_path
to avoid ambiguous error messages as seen in #70
vidstab 1.6.0
- add
VidStab.stabilize_frame()
method to allow stabilization a frame at a time withnumpy
arrays as input
vidstab 1.5.6
- Add options to CLI
- Improve test coverage around CLI
vidstab 1.5.5
- Improve docstrings in utility functions
- Update README docs
- Update sphinx docs