[SCM] gmerlin/master: provide manpages

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Sun Jan 16 20:45:23 UTC 2011


The following commit has been merged in the master branch:
commit f7b1c52124220730b03fd04344e3fa1e3cd32950
Author: IOhannes m zmölnig <zmoelnig at umlaeute.mur.at>
Date:   Sun Jan 16 20:53:54 2011 +0100

    provide manpages

diff --git a/debian/camelot.1 b/debian/camelot.1
new file mode 100644
index 0000000..547eb22
--- /dev/null
+++ b/debian/camelot.1
@@ -0,0 +1,17 @@
+.TH CAMELOT 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+camelot
+\-
+Gmerlin webcam application
+.SH SYNOPSIS
+.B camelot
+
+.SH DESCRIPTION
+.B camelot
+is an application to read a live video source
+(V4L, V4L2 and X11 grabbing is supported) and write the 
+grabbed frames to files (using various formats) or a 
+video loopback device (using he "vloopback" kernel module)
+
+.B camelot
+is part of the Gmerlin suite of media applications.
diff --git a/debian/gmerlin.manpages b/debian/gmerlin.manpages
index b79ebf5..07ffd80 100644
--- a/debian/gmerlin.manpages
+++ b/debian/gmerlin.manpages
@@ -2,3 +2,13 @@ gmerlin-video-thumbnailer.1
 gmerlin_launcher.1
 gmerlin_imgconvert.1
 gmerlin_visualize.1
+debian/camelot.1
+debian/gmerlin_alsamixer.1
+debian/gmerlin_imgdiff.1
+debian/gmerlin_kbd.1
+debian/gmerlin_plugincfg.1
+debian/gmerlin_psnr.1
+debian/gmerlin_recorder.1
+debian/gmerlin_ssim.1
+debian/gmerlin_vanalyze.1
+debian/gmerlin_visualizer.1
diff --git a/debian/gmerlin_alsamixer.1 b/debian/gmerlin_alsamixer.1
new file mode 100644
index 0000000..0ffc2b6
--- /dev/null
+++ b/debian/gmerlin_alsamixer.1
@@ -0,0 +1,14 @@
+.TH GMERLIN_ALSAMIXER 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_alsamixer
+\-
+graphical soundcard mixer from the Gmerlin project
+.SH SYNOPSIS
+.B gmerlin_alsamixer 
+
+.SH DESCRIPTION
+This is a mixer program, which is still convenient, if you have multiple soundcards with 100s of options each. It provides widgets for almost all soundcard parameters, which are supported by alsa. 
+
+For more information install the gmerlin-doc package and see
+.B file:///usr/share/doc/gmerlin-doc/userguide/Alsamixer.html
+
diff --git a/debian/gmerlin_imgdiff.1 b/debian/gmerlin_imgdiff.1
new file mode 100644
index 0000000..67cd8f2
--- /dev/null
+++ b/debian/gmerlin_imgdiff.1
@@ -0,0 +1,17 @@
+.TH GMERLIN_IMGDIFF 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_imgdiff
+\-
+compare two images
+.SH SYNOPSIS
+.B gmerlin_imgdiff <image1> <image2> <output>
+
+.SH DESCRIPTION
+.B gmerlin_imgdiff
+will calculate the absolute difference between 
+<image1> and <image2> and store the resulting image into <output>.
+
+The input images should be of the same dimension and format.
+
+.B gmerlin_imgdiff
+is part of the Gmerlin suite of media applications.
diff --git a/debian/gmerlin_kbd.1 b/debian/gmerlin_kbd.1
new file mode 100644
index 0000000..a904f32
--- /dev/null
+++ b/debian/gmerlin_kbd.1
@@ -0,0 +1,16 @@
+.TH GMERLIN_KBD 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_kbd, gmerlin_kbd_config
+\-
+keyboard shortcut daemon
+.SH SYNOPSIS
+.B gmerlin_kbd 
+.br
+.B gmerlin_kbd_config
+
+.SH DESCRIPTION
+The gmerlin keyboard daemon is an X11 application, which grabs key combinations and executes commands. You will communicate mostly via the configuration utility gmerlin_kbd_config. It's independent of keyboard model definitions, because it allows to enter the keyboard combination in the config dialog directly. It's independent of gmerlin or any other multimedia architecture, since the actions can be arbitrary shell commands. 
+
+For more information install the gmerlin-doc package and see
+.B file:///usr/share/doc/gmerlin-doc/userguide/Keyboard-daemon.html
+
diff --git a/debian/gmerlin_plugincfg.1 b/debian/gmerlin_plugincfg.1
new file mode 100644
index 0000000..bfaa02b
--- /dev/null
+++ b/debian/gmerlin_plugincfg.1
@@ -0,0 +1,16 @@
+.TH GMERLIN_PLUGINCFG 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_plugincfg
+\-
+Gmerlin plugin configurator
+.SH SYNOPSIS
+.B gmerlin_plugincfg
+
+.SH DESCRIPTION
+The Gmerlin plugin configurator allows you to configure the various plugins
+available through libgmerlin for for applications,
+that are unable to do so themselves.
+
+For more information install the gmerlin-doc package and see
+.B file:///usr/share/doc/gmerlin-doc/userguide/index.html
+
diff --git a/debian/gmerlin_psnr.1 b/debian/gmerlin_psnr.1
new file mode 100644
index 0000000..319e730
--- /dev/null
+++ b/debian/gmerlin_psnr.1
@@ -0,0 +1,18 @@
+.TH GMERLIN_PSNR 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_psnr, gmerlin_vpsnr
+\-
+compare two images
+.SH SYNOPSIS
+.B gmerlin_psnr <image1> <image2>
+.br
+.B gmerlin_vpsnr <image1> <image2>
+
+.SH DESCRIPTION
+.B gmerlin_psnr
+will calculate the PSNR between <image1> and <image2>.
+
+The input images should be of the same dimension and format.
+
+.B gmerlin_psnr
+is part of the Gmerlin suite of media applications.
diff --git a/debian/gmerlin_recorder.1 b/debian/gmerlin_recorder.1
new file mode 100644
index 0000000..5773a0a
--- /dev/null
+++ b/debian/gmerlin_recorder.1
@@ -0,0 +1,15 @@
+.TH GMERLIN_RECORDER 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_recorder
+\-
+Gmerlin recording application
+.SH SYNOPSIS
+.B gmerlin_recorder
+
+.SH DESCRIPTION
+.B gmerlin_recorder
+is an application to read live video and audio sources
+and record them to a file (e.g. a movie file)
+
+.B gmerlin_recorder
+is part of the Gmerlin suite of media applications.
diff --git a/debian/gmerlin_ssim.1 b/debian/gmerlin_ssim.1
new file mode 100644
index 0000000..0d153af
--- /dev/null
+++ b/debian/gmerlin_ssim.1
@@ -0,0 +1,24 @@
+.TH GMERLIN_SSIM 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_ssim
+\-
+compare two images
+.SH SYNOPSIS
+.B gmerlin_ssim <image1> <image2> [<output_image>]
+
+.SH DESCRIPTION
+.B gmerlin_ssim
+will calculate the structural similarity between
+<image1> and <image2> and store the resulting image into <output_image>.
+
+The input images should be of the same dimension and format.
+
+The SSIM algorithm is taken from the paper "Image Quality Assessment:
+From Error Visibility to Structural Similarity" by Z. Want et. al.
+published in IEEE Transactions on image processing,
+VOL. 13, NO. 4, APRIL 2004. Homepage of the author:
+.PP
+.B http://www.ece.uwaterloo.ca/~z70wang/research/ssim/
+
+.B gmerlin_ssim
+is part of the Gmerlin suite of media applications.
diff --git a/debian/gmerlin_vanalyze.1 b/debian/gmerlin_vanalyze.1
new file mode 100644
index 0000000..d477721
--- /dev/null
+++ b/debian/gmerlin_vanalyze.1
@@ -0,0 +1,14 @@
+.TH GMERLIN_VANALYZE 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_vanalyze
+\-
+compare two videos
+.SH SYNOPSIS
+.B gmerlin_vanalyze <video1> <video2>
+
+.SH DESCRIPTION
+.B gmerlin_vanalyze
+will calculate the PSNR between <video1> and <video2>.
+
+.B gmerlin_vanalyze
+is part of the Gmerlin suite of media applications.
diff --git a/debian/gmerlin_visualizer.1 b/debian/gmerlin_visualizer.1
new file mode 100644
index 0000000..bd97222
--- /dev/null
+++ b/debian/gmerlin_visualizer.1
@@ -0,0 +1,14 @@
+.TH GMERLIN_VISUALIZER 1 "January 2011" Gmerlin "User Manuals"
+.SH NAME
+gmerlin_visualizer
+\-
+soundcard input visualization program
+.SH SYNOPSIS
+.B gmerlin_visualizer 
+
+.SH DESCRIPTION
+Gmerlin visualizer opens your soundard for recording and displays a visualization in a window. It supports fullscreen and mouse- and keyboard interaction with visuals for visualization plugins, which support this.
+
+For more information install the gmerlin-doc package and see
+.B file:////usr/share/doc/gmerlin-doc/userguide/Visualizer.html
+

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list