commit a8c1739dffa17720e6d79cda7c2952141d650701
parent 0804a80954bf9b8c11392d77a4933ec0a4ff635b
Author: Mattias Andrée <maandree@kth.se>
Date: Sat, 8 Apr 2017 23:04:39 +0200
blind-translate.1: document memory requirement
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/man/blind-translate.1 b/man/blind-translate.1
@@ -41,6 +41,13 @@ The values in
is to be treat as the position, measured form the
top-left corner, in the input video that shall be
used at the top-left corner of the output video.
+.SH REQUIREMENTS
+.B blind-translate
+requires enough free memory to load a full frames into
+memory if
+.B -w
+is used or a frame row otherwise. A frame or frame row
+requires 32 bytes per pixel it contains.
.SH SEE ALSO
.BR blind (7),
.BR blind-crop (1),