aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-cut.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/blind-cut.1')
-rw-r--r--man/blind-cut.130
1 files changed, 30 insertions, 0 deletions
diff --git a/man/blind-cut.1 b/man/blind-cut.1
new file mode 100644
index 0000000..51fe7c3
--- /dev/null
+++ b/man/blind-cut.1
@@ -0,0 +1,30 @@
+.TH BLIND-CUT 1 blind
+.SH NAME
+blind-cut - Retain consecutive frames
+.SH SYNOPSIS
+.B blind-cut
+.I start-point
+.RI ( end-point
+|
+.RB ' end ')
+.I file
+.SH DESCRIPTION
+.B blind-cut
+reads a video from the the selected
+.IR file ,
+which must be a regular file.
+.B blind-cut
+prints the video to stdout, but
+skips the
+.I start-point
+first frames, and ends at the
+.I end-point
+frame, counting from the beginning of the
+input video, or at the end of the video
+if
+.B end
+is specified instead of
+.IR end-point .
+.SH AUTHORS
+Mattias Andree
+.RI < maandree@kth.se >