blind

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

blind-cut.1 (724B)


      1 .TH BLIND-CUT 1 blind
      2 .SH NAME
      3 blind-cut - Retain consecutive frames
      4 .SH SYNOPSIS
      5 .B blind-cut
      6 .I start-point
      7 .RI ( end-point
      8 |
      9 .RB ' end ')
     10 .I file
     11 .SH DESCRIPTION
     12 .B blind-cut
     13 reads a video from the the selected
     14 .IR file ,
     15 which must be a regular file.
     16 .B blind-cut
     17 prints the video to stdout, but
     18 skips the
     19 .I start-point
     20 first frames, and ends at the
     21 .I end-point
     22 frame, counting from the beginning of the
     23 input video, or at the end of the video
     24 if
     25 .B end
     26 is specified instead of
     27 .IR end-point .
     28 .SH SEE ALSO
     29 .BR blind (7),
     30 .BR blind-from-video (1),
     31 .BR blind-split (1),
     32 .BR blind-concat (1),
     33 .BR blind-disperse (1),
     34 .BR blind-split-cols (1),
     35 .BR blind-split-rows (1)
     36 .SH AUTHORS
     37 Mattias Andrée
     38 .RI < maandree@kth.se >