LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-26-2017, 04:09 PM   #1
walterbyrd
Member
 
Registered: Apr 2004
Posts: 734

Rep: Reputation: 46
Any screencast with zoom & draw for Linux?


Something that would also work on FreeBSD would be really great.

By screencast, I mean something that will record the desktop as if somebody is filming with a video camera. Some examples include: kazam, gtk-recordmydesk, and ffmeg. But, I do not think any of those include drawing or zooming.

By drawing I mean using the mouse to draw circles and arrows and the like. By zooming I mean expand one small part of the screen.

There are several apps to do this with MacOS and Windows: screencast-o-matic, camtasia, zoomit, jing, screenflow. But I don't know of any screencast app that includes zoom and draw, that will work on Linux, much less FreeBSD.
 
Old 03-29-2017, 10:09 AM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833
Quote:
By zooming I mean expand one small part of the screen.
ffmpeg will do that with no trouble.
Here is a 5 second example, getting the top left corner and doubling it's size, saving to x264 .mp4 and no audio.
Code:
ffmpeg -f x11grab -r 24 -s 320x240 -i :0.0 -t 00:00:05 -an -c:v libx264 -b:v 500k -s 640x480 output.mp4
Another example 100 pixles down and over from left, saving raw video with no audio
Code:
ffmpeg -f x11grab -r 20 -s 400x300 -i :0.0+100,100 -t 00:00:05 -an -c:v rawvideo -pix_fmt yuv420p -s 800x600 output2.avi
Quote:
I mean using the mouse to draw circles and arrows
You can capture the mouse movements with that. You can also use ffmpeg to overlay an image onto the video where you want, or subtitles, or capture your mics audio with the screen capture.
Look at man ffmpeg

And that will work on BSD with ffmpeg.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
why would my columns in LibreOffice separate as zoom out and overlap as zoom in 1sweetwater! Linux - Software 18 02-10-2015 08:50 AM
plasma hangs - zoom out but no zoom in CollieJim Linux - Desktop 3 04-06-2010 08:53 AM
Zoom modem/switch & linux<->linux network: DHCP / Static ? tredegar Linux - Networking 8 11-11-2007 03:41 AM
Zoom & Linux (Music) unihiekka Linux - Software 2 12-10-2005 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration