


Nautilus Scripts by c2asr 8 comments

Nautilus Scripts by c2asr 8 comments
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! - Feb 14 2011

Nautilus Scripts by c2asr 8 comments

Nautilus Scripts by c2asr 5 comments
you can change "video.avi" --> "video.ogg" in ~/.gnome2/nautilus-scripts/webrec.sh.
Thanks for advice, I will make a function to record in ogg format. - Jan 31 2011

Nautilus Scripts by c2asr 5 comments