VLC for screencast.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 23 Jul 2011 13:36:40 +0300
changeset 914 e6f53a520f24
parent 913 f7cb11596372
child 915 fab4d33f24c0
VLC for screencast.
screencast.rst
--- a/screencast.rst	Sat Jul 23 13:17:45 2011 +0300
+++ b/screencast.rst	Sat Jul 23 13:36:40 2011 +0300
@@ -5,6 +5,31 @@
 ============
 .. contents::
 
+VLC.
+====
+::
+
+  $ cvlc screen:// --screen-mouse-image cursor.png --screen-fps=12 \
+    --screen-width=1680 --screen-height=1050 --no-sout-audio \
+    --sout "#transcode{venc=theora,quality:10,scale=0.75,fps=12}:duplicate{dst=std{access=file,mux=ogg,dst=desktop.ogg}}}"
+
+Available options:
+
+  screen-caching <integer>
+                Time in milliseconds.
+  screen-fps <integer>
+                Capture frames per second (0 default).
+  screen-top <integer>
+                The top edge coordinate of the subscreen.
+  screen-left <integer>
+                The left edge coordinate of the subscreen.
+  screen-width <integer>
+                The width of the subscreen.
+  screen-height <integer>
+                The height of the subscreen.
+  screen-mouse-image <filename>
+                Mouse pointer image to use.
+
 Wink.
 =====