After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 304933 - Add screenshot stream support
Add screenshot stream support
Status: RESOLVED WONTFIX
Product: gnome-utils
Classification: Deprecated
Component: screenshot
unspecified
Other All
: High enhancement
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-20 23:02 UTC by Lutz Mueller
Modified: 2011-09-17 06:06 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch adding screenshot stream support (14.40 KB, patch)
2005-05-20 23:11 UTC, Lutz Mueller
none Details | Review

Description Lutz Mueller 2005-05-20 23:02:58 UTC
 
Comment 1 Lutz Mueller 2005-05-20 23:11:23 UTC
Created attachment 46697 [details] [review]
Patch adding screenshot stream support

This patch adds screenshot stream support to gnome-screenshot. gnome-screenshot
--duration=20 will capture for 20 seconds the current screen and save the
result as an OGG file (similarly to http://xvidcap.sourceforge.net, but the
GNOME way).
Comment 2 Lutz Mueller 2005-05-21 07:56:57 UTC
(1) Get gst-plugins from CVS (BRANCH-GSTREAMER-0_8) or a version that includes
the file sys/ximage/ximagesrc.c.
(2) Run gstreamer-properties (gnome-media) and select ximagesrc as default video
source
(3) Apply the patch to gnome-utils (CVS HEAD) and recompile.
(4) Run gnome-panel-screenshot --duration=20 to test the installation.
Comment 3 Luis Villa 2005-06-12 21:26:49 UTC
Eep! Lutz, someone else has just been hacking on the same stuff:

http://mail.gnome.org/archives/usability/2005-June/msg00030.html

I'd recommend getting together with them and discussing it, so we don't double
up the code...
Comment 4 Cosimo Cecchi 2011-09-17 06:06:00 UTC
We now have a builtin recorder in the shell, so I don't think this is interesting anymore.