Page 1 of 1

pscreenrecorder-0.7b

Posted: Sat 11 Apr 2020, 20:33
by plinej
I wasn't happy with any of the software out there for screen recording so I wrote my own gui. This will record your desktop audio and video and output to a mkv video.

0.2 - Added a countdown option and more tool-tips. The box that pops up when recording starts will now automatically minimize if xdotool is installed.

0.3 - Added the ability to enter a pre-determined amount of time to record

0.4 - Rearranged the gui a bit. Removed the countdown button in favor of just populating the countdown seconds and hitting the record button. Added entry boxes for X and Y coordinates and a select window button which will utilize xwininfo to allow you to select a window on your screen to record. This is a fixed set of coordinates so don't move your window after the recording starts. The coordinates will automatically populate as well as the window size after the "Select Window" button is clicked and your window is selected. You can still just leave X & Y blank and record your full screen like before.

0.5 - added a button for taking a screenshot and cleaned up a little bit of code. I did notice when attempting to use alsa when pulse is running a gtkdialog error happens when attempting to record ((gtkdialog4:9987): Gdk-WARNING **: 16:27:13.018: GdkWindow 0x4400003 unexpectedly destroyed). Not sure why you would want to use alsa when pulse is installed and running but just thought I'd share that tidbit of information. I'll see if I can figure out a workaround...

0.6 - Added a "Full Screen" button to record the full screen. Changed countdown clock to a large font and changed the color of the number to red. Added a warning dialog if trying to use alsa audio when pulseaudio is running. This makes the program crash for me but you can still choose to continue if it works for you...

0.7 - added more audio codecs and more options

Posted: Sat 11 Apr 2020, 20:56
by plinej
Sorry to the 2 of you that already downloaded this but the output directory selector was broken. It is now fixed in 0.1a...

Posted: Sun 12 Apr 2020, 01:13
by rockedge
Hello plinej!

Nice work! I just ran across the PET and just starting out using it. Looks useful
Thanks for sharing!

Posted: Tue 14 Apr 2020, 12:49
by plinej
updated to 0.2

Posted: Tue 14 Apr 2020, 17:16
by plinej
updated to 0.3

Posted: Sun 26 Apr 2020, 09:28
by plinej
0.3a is up

Posted: Mon 27 Apr 2020, 15:14
by plinej
0.4 is up

Posted: Mon 27 Apr 2020, 20:54
by plinej
updated to 0.5

Posted: Tue 28 Apr 2020, 16:57
by plinej
updated to 0.6

Posted: Sat 16 May 2020, 20:55
by plinej
updated to 0.7

Posted: Sun 17 May 2020, 11:54
by plinej
updated to 0.7a

Posted: Thu 21 May 2020, 16:04
by perdido
Thanks for this plinej.
Very easy to use for a non-techie video person like me.
It works out of the box on bionicpup64

In bionicpup32 the program launched but would not record. I did the following workaround to get it recording.

Bionicpup32 needed a gtkdialog4 that has libvte support compiled into it. (do any of the 32-bit puppy versions of gtkdialog4 have libvte option? I could not find one.)

As a workaround I downloaded a 32-bit gtkdialog4 .rpm package that was already compiled with libvte support. After renaming the original /usr/sbin/gtklialog4 to gtkdialog4.bak I then copied the attached gtkdialog4 file into /usr/sbin/ directory

This fix works ok for me. I kept the original gtkdialog4.bak file just in case another program needs that specific version of gtkdialog4

This fix might be ok for other 32-bit puppy versions?
Have fun!

Posted: Thu 21 May 2020, 21:43
by plinej
I will add a check for gtkdialog compiled with libvte support in the next release.

Posted: Thu 21 May 2020, 21:55
by plinej
0.7b is up