aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-next-frame.1
diff options
context:
space:
mode:
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 >