Matthias Endler

Results 771 comments of Matthias Endler

Hey @psytron, can you check if you have ffmpeg installed? (Run `ffmpeg -version` on the cli). Also, do you see any screenshots being recorded in your Pictures folder?

Then that means the recording wasn't even started. Can you confirm that you got the "Recording started" message when you clicked on "Start recording" on the menubar?

Very true. I think a configurable screenshot interval is more important indeed.

Was wondering whether we should bundle `ffmpeg` with the app in order to avoid such scenarios. 🤔

oh yeah. That `print(not_found_msg)` should be a `notify`, I guess. Wanna whip up a PR?

> Is there anyway you can check if the computer has ffmpeg already installed and if there isn't then download it? Yeah that would be possible. Not sure if it's...

Heh, yeah maybe a shorter message would help.

Welcome @dannyalright, that's odd. What does `ffmpeg --version` give you on the commandline?

What does ``` which ffmpeg ``` say? What does this print? ```python python3 -c 'import shutil; print(shutil.which("ffmpeg"))' ```

>> Was wondering whether we should bundle ffmpeg with the app in order to avoid such scenarios. 🤔 > Yes, that would be great! With the new M1 chips we'd...