blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

blind-write-head.1 (581B)


      1 .TH BLIND-WRITE-HEAD 1 blind
      2 .SH NAME
      3 blind-write-head - Writes the head of a video
      4 .SH SYNOPSIS
      5 .B blind-write-head
      6 .IR parameters " ..."
      7 .SH DESCRIPTION
      8 .B blind-write-head
      9 prints all
     10 .IR parameters ,
     11 each separated by <space>, followed by a
     12 <newline> and
     13 .BR blind 's
     14 magic number, to stdout. This makes up the
     15 head of a video. The order of the parameters,
     16 should be: the number of frames, the width,
     17 the height, and the pixel format, they may
     18 be already joined to strings.
     19 .SH SEE ALSO
     20 .BR blind (7),
     21 .BR blind-read-head (1)
     22 .SH AUTHORS
     23 Mattias Andrée
     24 .RI < maandree@kth.se >