D
Deleted member 48958
Guest
Found very nice app, that is possible to use with FreeBSD,
it is a X11 screencasting tool, it supports GIF/APNG/WebM and MP4 formats,
it is very handy and easy to use. It is named as peek - https://github.com/phw/peek
To build and install it, install build and run dependencies:
Then get its source code, build and install it:
Warining: To make peek work, multimedia/ffmpeg should be rebuild wit "XCB" option on,
otherwise peek won't be able to capture the screen.
Here is GIF recording, that was made using peek.
Maybe one day, when I'll have some time, I'll try to port it. But feel free to do it first
Because while I already have one port, I forgot how to port software, because
my first and only port was submitted in 2016, so I do not remember almost anything
about FreeBSD software porting. Also I have no idea how to add ffmpeg "XCB" option
as a peek dependency (maybe it is not bad idea to create pkg-message with info about ffmpeg in it?).
it is a X11 screencasting tool, it supports GIF/APNG/WebM and MP4 formats,
it is very handy and easy to use. It is named as peek - https://github.com/phw/peek
To build and install it, install build and run dependencies:
# pkg ins cmake dri3proto txt2man gawk gettext intltool keybinder-gtk3 libsigsegv libuv rhash xml2
Then get its source code, build and install it:
# git clone https://github.com/phw/peek.git
# mkdir peek/build
# cd peek/build
# cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
# make install
Warining: To make peek work, multimedia/ffmpeg should be rebuild wit "XCB" option on,
otherwise peek won't be able to capture the screen.
Here is GIF recording, that was made using peek.
Maybe one day, when I'll have some time, I'll try to port it. But feel free to do it first
Because while I already have one port, I forgot how to port software, because
my first and only port was submitted in 2016, so I do not remember almost anything
about FreeBSD software porting. Also I have no idea how to add ffmpeg "XCB" option
as a peek dependency (maybe it is not bad idea to create pkg-message with info about ffmpeg in it?).
Last edited by a moderator: