Skip to content

Releases: AdamSpannbauer/python_video_stab

vidstab 1.7.4

12 Sep 18:34
e005882
Compare
Choose a tag to compare
  • 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

18 Jan 17:01
ef97c74
Compare
Choose a tag to compare
  • 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)

vidstab 1.7.2

27 Aug 00:59
Compare
Choose a tag to compare
  • drop pandas from setup depends

vidstab 1.7.1

11 Aug 16:07
0b106d8
Compare
Choose a tag to compare
  • add a check for input_path being int before throwing FileNotFound

vidstab 1.7.0

10 Aug 18:34
70e719c
Compare
Choose a tag to compare
  • Fix off-by-one issues leading to poor quality stabilization

vidstab 1.6.2

05 Aug 15:00
a42cfe3
Compare
Choose a tag to compare
  • 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

06 May 22:59
Compare
Choose a tag to compare
  • add a check for invalid input_path to avoid ambiguous error messages as seen in #70

vidstab 1.6.0

27 Apr 16:39
Compare
Choose a tag to compare
  • add VidStab.stabilize_frame() method to allow stabilization a frame at a time with numpy arrays as input

vidstab 1.5.6

28 Jan 16:27
3ed567a
Compare
Choose a tag to compare
  • Add options to CLI
  • Improve test coverage around CLI

vidstab 1.5.5

27 Jan 16:40
fcc6703
Compare
Choose a tag to compare
  • Improve docstrings in utility functions
  • Update README docs
  • Update sphinx docs