aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-next-frame.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-22 13:55:15 +0100
committerMattias Andrée <maandree@kth.se>2017-01-22 13:55:15 +0100
commit82a1b9b836a16af7354784d3a53fd034dd81a172 (patch)
treef60ad7e0ae53cdbaa7e4bbcb994891103618b591 /man/blind-next-frame.1
parentblind-gauss-blur: fix -s (diff)
downloadblind-82a1b9b836a16af7354784d3a53fd034dd81a172.tar.gz
blind-82a1b9b836a16af7354784d3a53fd034dd81a172.tar.bz2
blind-82a1b9b836a16af7354784d3a53fd034dd81a172.tar.xz
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/blind-next-frame.1')
-rw-r--r--man/blind-next-frame.142
1 files changed, 42 insertions, 0 deletions
diff --git a/man/blind-next-frame.1 b/man/blind-next-frame.1
new file mode 100644
index 0000000..7b47052
--- /dev/null
+++ b/man/blind-next-frame.1
@@ -0,0 +1,42 @@
+.TH BLIND-NEXT-FRAME 1 blind
+.SH NAME
+blind-next-frame - Extracts the next frame from a video
+.SH SYNOPSIS
+.B blind-next-frame
+.I width
+.I height
+.IR pixel-format " ..."
+.SH DESCRIPTION
+.B blind-next-frame
+reads the first frame available in stdin, and prints
+it, with a head, to stdout. No excess bytes are read,
+and
+.B blind-next-frame
+can be used again to extract the next next frame.
+The width, height, and pixel format of the video must
+be specified with
+.IR width ,
+.IR height ,
+and
+.IR pixel-format ,
+respectively;
+.BR blind-read-frame (1)
+is used to extract this information.
+And argument following
+.I pixel-format
+is appended to
+.I pixel-format
+with <space> in between.
+.SH EXIT STATUS
+.TP
+0
+The process was successful.
+.TP
+1
+End of file reached, no more frames available.
+.TP
+2
+An error occurred.
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >