Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SLOS-GIMPainter
#22
(07-06-2020, 03:43 PM)rich2005 Wrote:
Quote:BTW, what app are you using to record?

Adobe Premiere  - only joking Wink  I use linux and ffmpeg from a bash script. Gives a lightly compresed file suitable for editing. For a Windows Demo, it is of a VirtualBox on the desktop.
Code:
ffmpeg -f x11grab -xerror -r 15 -s 1280x720 -i :0.0+144,144 -vcodec mpeg4 -b:v 1000k -q:v 5 -bt 256k -y `date +%s`.avi
Then editing in an old version of Avidemux.  Any commentary recorded with Audacity and added to the video. Final export in a more compressed xvid avi format (although most seem to play mp4 easily these days).

I am no artist but I pulled out my 14 year old Wacom tablet and the presets work great.

I use an ffmpeg bash script as well to screen record. I have 4 hotkeys to launch recording with or without audio, and to pause or stop recording. I record lossless, then encode after any cropping/editing that is needed.

I do my final encode with a Thunar action.
Code:
xfce4-terminal --tab --drop-down --title="Encoding Progress" -H -x ffmpeg -i %f -vcodec libx264 -preset slow -crf 18 -acodec libvorbis -qscale:a 5 -pix_fmt yuv420p  /home/akovia/Videos/Screencasts/Encoded/%n

Maybe some other Linux users might find these scripts useful. It was made for my own system, but should be easily modified for other systems. Fairly well commented.

Uses:
  • ffmpeg
  • mkvmerge
  • xdotool
  • Thunar
  • key-mon
  • zenity
  • notify-send


.zip   screencast-scripts.zip (Size: 2.89 KB / Downloads: 187)
Reply


Messages In This Thread
SLOS-GIMPainter - by rich2005 - 06-24-2020, 09:52 AM
RE: Senlin GimpPainter - by SenlinOS - 06-28-2020, 09:31 AM
RE: SenlinOS SLOS-GIMPainter - by meetdilip - 06-28-2020, 02:40 PM
RE: SenlinOS SLOS-GIMPainter - by SenlinOS - 06-29-2020, 12:56 AM
RE: SenlinOS SLOS-GIMPainter - by meetdilip - 06-29-2020, 08:03 AM
RE: SenlinOS SLOS-GIMPainter - by Ritergeek - 06-29-2020, 03:00 PM
RE: SenlinOS SLOS-GIMPainter - by rich2005 - 06-29-2020, 04:01 PM
RE: SenlinOS SLOS-GIMPainter - by Ritergeek - 06-29-2020, 07:12 PM
RE: SenlinOS SLOS-GIMPainter - by SenlinOS - 06-30-2020, 02:49 AM
RE: SenlinOS SLOS-GIMPainter - by SenlinOS - 07-01-2020, 05:41 AM
RE: GIMPainter - by rich2005 - 07-01-2020, 07:07 AM
RE: GIMPainter - by Ritergeek - 07-06-2020, 02:09 PM
RE: GIMPainter - by SenlinOS - 07-01-2020, 07:48 AM
RE: SLOS-GIMPainter - by rich2005 - 07-01-2020, 09:04 AM
RE: SLOS-GIMPainter - by Ofnuts - 07-01-2020, 10:29 AM
RE: SLOS-GIMPainter - by migf1 - 07-01-2020, 08:15 PM
RE: SLOS-GIMPainter - by mahvin - 07-06-2020, 10:47 AM
RE: SLOS-GIMPainter - by Ritergeek - 07-06-2020, 01:18 PM
RE: SLOS-GIMPainter - by rich2005 - 07-06-2020, 01:33 PM
RE: SLOS-GIMPainter - by rich2005 - 07-06-2020, 03:43 PM
RE: SLOS-GIMPainter - by akovia - 07-08-2020, 09:06 PM
RE: SLOS-GIMPainter - by Ritergeek - 07-06-2020, 06:31 PM
RE: SLOS-GIMPainter - by SenlinOS - 01-09-2021, 06:28 AM
RE: SLOS-GIMPainter - by SenlinOS - 06-18-2021, 03:47 AM

Forum Jump: