
ZDesktopRecorder (Nautilus Script)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
ZDesktopRecorder
Authors:
Zenity Code:http://www.c2asr.altervista.org/
FFMPEG code: http://www.edmondweblog.com/
ZDesktopRecorder is a simple script to record screencasts of your desktop or single windows, based on ffmpeg and zenity
Depends on:
FFmpeg
zenity
xwininfo
Youtube:
http://www.youtube.com/watch?v=oK4A9Ryf1xM
deer
10 years ago
This working in the Arch/Linux with Openbox WM.
http://www.vimeo.com/19981411
Also works with Slackware/Linux and Debian/Linux.
Ciao
Report
ubuntico
10 years ago
Report
c2asr
10 years ago
Report
ubuntico
10 years ago
Report
klevin92
10 years ago
Report
c2asr
10 years ago
ffmpeg -f x11grab -r 30 -b $bitrate -s $WIN_GEO -i :0.0+$WIN_XY screencast.avi & zenity --notification --window-icon="" --text="Stop Zenity Desktop Recorder"
with
ffmpeg -f x11grab -r 30 -b $bitrate -s $WIN_GEO -i :0.0+$WIN_XY screencast.avi & zenity --info --title="Stop Zenity Desktop Recorder" --text "Stop Zenity Desktop Recorder"
in this way using a window instead of notification in the panel
I hope this helps you!
Report
johnnyg
10 years ago
Report
c2asr
10 years ago
Report