phw / peek

Simple animated GIF screen recorder with an easy to use interface
GNU General Public License v3.0
10.15k stars 318 forks source link

Workaround for some issues (Ubuntu 22.04, timeout etc) #1280

Open benjaoming opened 5 months ago

benjaoming commented 5 months ago

Reminder that peek is deprecated and unmaintained: #1191

It seems that the "peek" package supplied on Ubuntu 22.04 has stopped working out-of-the-box. Judging from the many similar issues opened, this probably affects several distros.

A workaround is to install ffmpeg and use that as a backend instead when launching peek, thanks to https://github.com/phw/peek/issues/1140#issuecomment-1292302320

# install ffmpeg
sudo apt install ffmpeg

# launch peek like this
peek -b ffmpeg
tmkasun commented 4 months ago

Perfect, Thanks @benjaoming for this tip !!!

tmkasun commented 4 months ago

Hold on, The recording is completely black Peek 2024-02-28 10-05

nabilanam commented 2 months ago

works great on Ubuntu 22.04 budgie