aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-write-head.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/blind-write-head.1')
-rw-r--r--man/blind-write-head.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/blind-write-head.1 b/man/blind-write-head.1
new file mode 100644
index 0000000..435235f
--- /dev/null
+++ b/man/blind-write-head.1
@@ -0,0 +1,21 @@
+.TH BLIND-WRITE-HEAD 1 blind
+.SH NAME
+blind-write-head - Writes the head of a video
+.SH SYNOPSIS
+.B blind-write-head
+.IR parameters " ..."
+.SH DESCRIPTION
+.B blind-write-head
+prints all
+.IR parameters ,
+each separated by <space>, followed by a
+<newline> and
+.BR blind 's
+magic number, to stdout. This makes up the
+head of a video. The order of the parameters,
+should be: the number of frames, the width,
+the height, and the pixel format, they may
+be already joined to strings.
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >