blind

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

blind-concat.1 (979B)


      1 .TH BLIND-CONCAT 1 blind
      2 .SH NAME
      3 blind-concat - Concatenate videos
      4 .SH SYNOPSIS
      5 .B blind-concat
      6 [-o
      7 .I output-file
      8 [-j
      9 .IR jobs ]]
     10 .IR first-stream
     11 .RI "... " last-stream
     12 .SH DESCRIPTION
     13 .B blind-concat
     14 concatenates the videos from the file
     15 .I first-stream
     16 to
     17 .I last-stream
     18 in the order they are specified, and
     19 prints the resulting video to stdout, or if
     20 specified,
     21 .IR output-file .
     22 .SH OPTIONS
     23 .TP
     24 .BR -o " "\fIoutput-file\fP
     25 Print the resulting video to
     26 .I output-file
     27 instead of stdout.
     28 .I output-file
     29 must be a regular file.
     30 .TP
     31 .BR -j " "\fIjobs\fP
     32 Always tead from
     33 .I jobs
     34 input files at the same time
     35 (or the number of uncomplete files
     36 if less are remaining). The files
     37 will be read in order. This is useful
     38 if the files are pipes to which other
     39 processes are rendering.
     40 .SH SEE ALSO
     41 .BR blind (7),
     42 .BR blind-to-video (1),
     43 .BR blind-split (1),
     44 .BR blind-interleave (1),
     45 .BR blind-cat-rows (1),
     46 .BR blind-cat-cols (1)
     47 .SH AUTHORS
     48 Mattias Andrée
     49 .RI < maandree@kth.se >