# HG changeset patch # User Oleksandr Gavenko # Date 1311417400 -10800 # Node ID e6f53a520f24adfafa340250d9a6a4753d59ec6d # Parent f7cb11596372a9f324a60b87d89b1f4fd932f8f9 VLC for screencast. diff -r f7cb11596372 -r e6f53a520f24 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 + Time in milliseconds. + screen-fps + Capture frames per second (0 default). + screen-top + The top edge coordinate of the subscreen. + screen-left + The left edge coordinate of the subscreen. + screen-width + The width of the subscreen. + screen-height + The height of the subscreen. + screen-mouse-image + Mouse pointer image to use. + Wink. =====