commit 53b325340554af869cdc619b2b93ccfbaa33ba0c
parent 67d3daabae6fd00b40280662d4377b84ea849fca
Author: Mattias Andrée <maandree@kth.se>
Date: Thu, 26 Jan 2017 13:10:51 +0100
Add blind-compress.1 and blind-decompress.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
4 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/man/blind-compress.1 b/man/blind-compress.1
@@ -0,0 +1,27 @@
+.TH BLIND-COMPRESS 1 blind
+.SH NAME
+blind-compress - Compress a video for network transmission
+.SH SYNOPSIS
+.B blind-compress
+.SH DESCRIPTION
+.B blind-compress
+applies a very fast and simple compression to video.
+The output is decompressed by
+.BR blind-decompress (1),
+and despite a normal head,
+.BR blind-decompress (1),
+is the only program that can use the output.
+.B blind-compress
+is designed to reduce the transferred data with
+minimal overhead when sending data between computers.
+It is recommended to combine
+.B blind-compress
+with
+.BR "lz4 -1" .
+.SH SEE ALSO
+.BR blind (7),
+.BR blind-decompress (1),
+.BR lz4 (1)
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >
diff --git a/man/blind-decompress.1 b/man/blind-decompress.1
@@ -0,0 +1,16 @@
+.TH BLIND-DECOMPRESS 1 blind
+.SH NAME
+blind-decompress - Decompress a video compressed by blind-compress(1)
+.SH SYNOPSIS
+.B blind-decompress
+.SH DESCRIPTION
+.B blind-decompress
+removes compressed added by
+.BR blind-compress (1).
+.SH SEE ALSO
+.BR blind (7),
+.BR blind-compress (1),
+.BR lz4 (1)
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >
diff --git a/man/blind-to-video.1 b/man/blind-to-video.1
@@ -52,6 +52,7 @@ and not colours have been modified between to the processes.
.SH SEE ALSO
.BR blind (7),
.BR blind-from-video (1),
+.BR blind-compress (1),
.BR ffmpeg (1),
.BR ffprobe (1)
.SH AUTHORS
diff --git a/man/blind.7 b/man/blind.7
@@ -28,6 +28,9 @@ Convert CIE XYZ for use with blind-single-colour(1)
.BR blind-colour-srgb (1)
Convert sRGB for use with blind-single-colour(1)
.TP
+.BR blind-compress (1)
+Compress a video for network transmission
+.TP
.BR blind-concat (1)
Concatenate videos
.TP
@@ -37,6 +40,9 @@ Extract subframes for all frames
.BR blind-cut (1)
Retain consecutive frames
.TP
+.BR blind-decompress (1)
+Decompress a video compressed by blind-compress(1)
+.TP
.BR blind-dissolve (1)
Fade a video by chaning it's alpha channel
.TP