blind

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

blind-transpose.1 (634B)


      1 .TH BLIND-TRANSPOSE 1 blind
      2 .SH NAME
      3 blind-transpose - Transpose a video
      4 .SH SYNOPSIS
      5 .B blind-transpose
      6 .SH DESCRIPTION
      7 .B blind-transpose
      8 reads a video from stdin and prints it,
      9 transposed, to stdout.
     10 .P
     11 To transpose a videos means to swap the
     12 X and Y coordinates.
     13 .SH REQUIREMENTS
     14 .B blind-transpose
     15 requires enough free memory to load one full frames and
     16 one input column into memory. A frame requires 32 bytes
     17 per pixel it contains.
     18 .SH SEE ALSO
     19 .BR blind (7),
     20 .BR blind-flip (1),
     21 .BR blind-flop (1),
     22 .BR blind-rotate-90 (1),
     23 .BR blind-rotate-180 (1),
     24 .BR blind-rotate-270 (1)
     25 .SH AUTHORS
     26 Mattias Andrée
     27 .RI < maandree@kth.se >