howdy icon indicating copy to clipboard operation
howdy copied to clipboard

Cannot use ffmpeg backend

Open androidacy-user opened this issue 11 months ago • 0 comments

using ffmpeg results in the following:

  File "/usr/local/lib/x86_64-linux-gnu/howdy/compare.py", line 178, in <module>
    video_capture = VideoCapture(config)
  File "/usr/local/lib/x86_64-linux-gnu/howdy/recorders/video_capture.py", line 52, in __init__
    self.internal.grab()
    ~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/x86_64-linux-gnu/howdy/recorders/ffmpeg_reader.py", line 134, in grab
    self.read()
    ~~~~~~~~~^^
  File "/usr/local/lib/x86_64-linux-gnu/howdy/recorders/ffmpeg_reader.py", line 107, in read
    self.record(self.numframes)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/local/lib/x86_64-linux-gnu/howdy/recorders/ffmpeg_reader.py", line 81, in record
    self.probe()
    ~~~~~~~~~~^^
  File "/usr/local/lib/x86_64-linux-gnu/howdy/recorders/ffmpeg_reader.py", line 71, in probe
    if height.isdigit() and self.get(CAP_PROP_FRAME_HEIGHT) == 0:
       ^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'isdigit'

[x] I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable): ubuntu 25.04

Howdy version (sudo howdy version): Howdy 3.0.0 BETA

androidacy-user avatar Jun 03 '25 19:06 androidacy-user