diff options
author | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-17 15:04:58 +0000 |
---|---|---|
committer | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-17 15:04:58 +0000 |
commit | b2ee41cd1a499b66725797ca26a026fc352973f8 (patch) | |
tree | 0721f234266c109fd40a1cfe8f9e73ae65c262dd /recordmydesktop/doc | |
parent | 485c81f8613e0aa0e7b8d5a5d63ac6264e4a7786 (diff) |
added pixel averaging option
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@22 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/doc')
-rw-r--r-- | recordmydesktop/doc/recordmydesktop.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recordmydesktop/doc/recordmydesktop.1 b/recordmydesktop/doc/recordmydesktop.1 index 0bffe9a..81d7e35 100644 --- a/recordmydesktop/doc/recordmydesktop.1 +++ b/recordmydesktop/doc/recordmydesktop.1 @@ -198,6 +198,11 @@ Image Options: .br .TP .B + \-\-no\-quick\-subsampling + Do subsampling of the chroma planes by averaging,not discarding extra pixels. +.br +.TP +.B \-fps N(number>0.0) A positive number denoting desired framerate. .br @@ -297,7 +302,7 @@ If no other option is specified, filename can be given without the \-o switch. .br \-\-nosound| \-\-with\-shared| \-\-no\-cond\-shared| \-shared\-threshold n| \-\-full\-shots| .br -\-\-scshot| \-scale\-shot N| \-o filename]^filename +\-\-no\-quick\-subsampling| \-\-scshot| \-scale\-shot N| \-o filename]^filename .br .br .br @@ -353,9 +358,7 @@ It can even perform resizing on the size of the recording, or change the overall .br .br .SH BUGS -Too resource intensive, straightforward subsampling of chroma plane degrades quality -.br -(though fixing this with averaraging would make the program even more cpu-hungry). +Too resource intensive. .br .SH AUTHORS John Varouhakis(biocrasher@gmail.com) |