blind

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

blind-split-rows.1 (883B)


      1 .TH BLIND-SPLIT-ROWS 1 blind
      2 .SH NAME
      3 blind-split-rows - Split a video horizontally into multiple videos
      4 .SH SYNOPSIS
      5 .B blind-split-rows
      6 .RI ( file
      7 .IR rows )\ ...
      8 .SH DESCRIPTION
      9 .B blind-split-rows
     10 reads a video from stdin and splits into multiple videos.
     11 Starting from the first row in stdin, it writes a video
     12 to the first specified
     13 .I file
     14 until the first specified number of
     15 .I rows
     16 have been written.
     17 .B blind-split-rows
     18 then proceeds to do to the same for the next pair of
     19 .I file
     20 and
     21 .I rows
     22 until, and in including, the last pair. This process
     23 is repeated until the last row in stdin has been read.
     24 .P
     25 The sum of all
     26 .I rows
     27 must add up exactly to the height of the input video.
     28 .SH SEE ALSO
     29 .BR blind (7),
     30 .BR blind-cat-rows (1),
     31 .BR blind-cut (1),
     32 .BR blind-split (1),
     33 .BR blind-disperse (1),
     34 .BR blind-split-cols (1)
     35 .SH AUTHORS
     36 Mattias Andrée
     37 .RI < maandree@kth.se >