Introduction
Introduction Statistics Contact Development Disclaimer Help
blind-disperse.1 - blind - suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log
Files
Refs
README
LICENSE
---
blind-disperse.1 (903B)
---
1 .TH BLIND-DISPERSE 1 blind
2 .SH NAME
3 blind-disperse - Framewise split a video into multiple videos
4 .SH SYNOPSIS
5 .B blind-disperse
6 .RI ( file
7 .IR frames )\ ...
8 .SH DESCRIPTION
9 .B blind-disperse
10 reads a video from stdin and splits into multiple videos.
11 Starting from the first frame in stdin, it writes a video
12 to the first specified
13 .I file
14 until the first specified number of
15 .I frames
16 have been written.
17 .B blind-disperse
18 then proceeds to do to the same for the next pair of
19 .I file
20 and
21 .I frames
22 until, and in including, the last pair. This process
23 is repeated until the last frame in stdin has been read.
24 .SH RATIONALE
25 This is useful processing a video on multiple computers.
26 .SH SEE ALSO
27 .BR blind (7),
28 .BR blind-interleave (1),
29 .BR blind-cut (1),
30 .BR blind-split (1),
31 .BR blind-split-cols (1),
32 .BR blind-split-rows (1),
33 .BR blind-skip-pattern (1)
34 .SH AUTHORS
35 Mattias Andrée
36 .RI < [email protected] >
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.