blind

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

blind-read-head.1 (688B)


      1 .TH BLIND-READ-HEAD 1 blind
      2 .SH NAME
      3 blind-read-head - Reads the head from a video
      4 .SH SYNOPSIS
      5 .B blind-read-head
      6 .SH DESCRIPTION
      7 .B blind-read-head
      8 reads the head a video from stdin, and
      9 prints it, without the magic number, to stdout.
     10 The output will contain: the number of frames,
     11 <space>, the width, <space>, the height, <space>,
     12 and the pixel format. The output is text, and
     13 thus ends with a <newline>.
     14 .P
     15 No excess bytes are read and
     16 .BR blind-next-frame (1)
     17 can be used to get the first, and
     18 any following, frame from stdin.
     19 .SH SEE ALSO
     20 .BR blind (7),
     21 .BR blind-peek-head (1),
     22 .BR blind-write-head (1),
     23 .BR blind-next-frame (1)
     24 .SH AUTHORS
     25 Mattias Andrée
     26 .RI < maandree@kth.se >