aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-read-head.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/blind-read-head.1')
-rw-r--r--man/blind-read-head.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/blind-read-head.1 b/man/blind-read-head.1
new file mode 100644
index 0000000..1cdc282
--- /dev/null
+++ b/man/blind-read-head.1
@@ -0,0 +1,21 @@
+.TH BLIND-READ-HEAD 1 blind
+.SH NAME
+blind-read-head - Reads the head from a video
+.SH SYNOPSIS
+.B blind-read-head
+.SH DESCRIPTION
+.B blind-read-head
+reads the head a video from stdin, and
+prints it, without the magic number, to stdout.
+The output will contain: the number of frames,
+<space>, the width, <space>, the height, <space>,
+and the pixel format. The output is text, and
+thus ends with a <newline>.
+.P
+No excess bytes are read and
+.BR blind-next-frame (1)
+can be used to get the first, and
+any following, frame from stdin.
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >