commit 53b325340554af869cdc619b2b93ccfbaa33ba0c
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Thu Jan 26 13:10:51 2017 +0100
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Thu Jan 26 13:10:51 2017 +0100
Add blind-compress.1 and blind-decompress.1
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/man/blind-compress.1 b/man/blind-compress.1
new file mode 100644
index 0000000..7a39b6c
--- /dev/null
+++ b/man/blind-compress.1
_AT_@ -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_AT_kth.se >
diff --git a/man/blind-decompress.1 b/man/blind-decompress.1
new file mode 100644
index 0000000..260a09a
--- /dev/null
+++ b/man/blind-decompress.1
_AT_@ -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_AT_kth.se >
diff --git a/man/blind-to-video.1 b/man/blind-to-video.1
index 172baf8..f32beb4 100644
--- a/man/blind-to-video.1
+++ b/man/blind-to-video.1
_AT_@ -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
index 61fff55..eae7203 100644
--- a/man/blind.7
+++ b/man/blind.7
_AT_@ -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
_AT_@ -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
Received on Thu Jan 26 2017 - 13:10:59 CET
This archive was generated by hypermail 2.3.0
: Thu Jan 26 2017 - 13:12:17 CET