Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-visit autoborder #87

Open
AdamSpannbauer opened this issue Aug 28, 2019 · 1 comment
Open

Re-visit autoborder #87

AdamSpannbauer opened this issue Aug 28, 2019 · 1 comment

Comments

@AdamSpannbauer
Copy link
Owner

Verify autoborder feature is working as expected

@hopperelec
Copy link

It doesn't seem to be for me

Traceback (most recent call last):
  File "...\main.py", line 90, in <module>
    compress_video(videos[0])
  File "...\main.py", line 46, in compress_video
    frame = stabilizer.stabilize_frame(input_frame=frame, smoothing_window=SMOOTHING_WINDOW, border_size='auto')
  File "...\venv\lib\site-packages\vidstab\VidStab.py", line 468, in stabilize_frame
    self._set_border_options(border_size, border_type)
  File "...\venv\lib\site-packages\vidstab\VidStab.py", line 248, in _set_border_options
    functional_border_size, functional_neg_border_size = border_utils.functional_border_sizes(border_size)
  File "...\venv\lib\site-packages\vidstab\border_utils.py", line 19, in functional_border_sizes
    if border_size < 0:
TypeError: '<' not supported between instances of 'str' and 'int'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants