[Sumover-dev] [svn commit] r4151 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri May 23 17:05:11 BST 2008


Author: piers
Date: Fri May 23 17:05:11 2008
New Revision: 4151

Modified:
   vic/branches/mpeg4/vic.1

Log:
Updated manual page to reflect new command line options.


Modified: vic/branches/mpeg4/vic.1
==============================================================================
--- vic/branches/mpeg4/vic.1	(original)
+++ vic/branches/mpeg4/vic.1	Fri May 23 17:05:11 2008
@@ -20,7 +20,7 @@
 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  
 .\"
-.TH VIC 1 "18 Sep 1995"
+.TH VIC 1 "23 May 2008"
 .de HD
 .sp 1.5
 .B
@@ -66,14 +66,29 @@
 .B \-H
 ]
 [
+.B \-i
+.I ifAddr
+]
+[
 .B \-I
 .I channel
 ]
 [
+.B \-j
+.I numLayers
+]
+[
 .B \-K
 .I key
 ]
 [
+.B \-l
+]
+[
+.B \-L
+.I flowLabel
+]
+[
 .B \-M
 .I colorfile
 ]
@@ -256,11 +271,14 @@
 may be one of
 .nf
 	jpeg		Motion JPEG
-	mpeg		MPEG
 	h261		CCITT H.261
+	h263		CCITT H.263
+	h264		RFC3984 H.264 (GPL)
+	mpeg4		RFC3640 H.264 (GPL)
 	nv		Xerox PARC Network Video
 	cellb		Sun CellB
 	bvc		Berkeley Video Codec
+	pvh		Steve McCannei's layered PVH codec 
 .fi
 Not all encodings are compatible with all frame grabbers.
 For instance, you need JPEG compression hardware in order
@@ -275,6 +293,20 @@
 Set the initial disposition of the Use-Hardware-Decode button to ``on''.
 Vic uses software decoding by default.
 .TP
+.B \-i
+Set the IP address of the interface that vic will bind to. Useful on 
+multi-homed boxes.
+.I ifAddr
+can be IPv4 or IPv6 (if enabled) address.
+.TP
+.B \-j
+Set the
+of layers used for layered coding (currently only works
+for PVH codec). Set 
+.I numLayers
+between 0 and 8, the layers will be transmitted on sequential
+ports and sequencial multicast address (if multicast).
+.TP
 .B \-I
 Use the ``LBL Conference Bus'' to interact with other multimedia
 conferencing tools.
@@ -326,6 +358,13 @@
 throughout the (5x5x5) RGB color cube, so overriding this default
 colormap probably will not produce improved results.
 .TP
+.B \-l
+Creates a logfile named {UNIX seconds}\-{host IP}\-{username}.log containing
+logs of frame rate changes per source.
+.TP
+.B \-L
+Set the Flow label in the packet. IPv6 ONLY.
+.TP
 .B \-m
 Set the packet transmission size to
 .I mtu
@@ -348,9 +387,10 @@
 which may be
 .I ip,
 for IP or IP Multicast,
+.I ip6,
+for IPv6 or IPv6 Multicast,
 .I atm
-for the Fore SPANS ATM API,
-or 
+for the Fore SPANS ATM API, or 
 .I rtip
 for the U.C. Berkeley Tenet group's Real-time Internet Protocol
 (see http://tenet.berkeley.edu for more information.)
@@ -396,6 +436,11 @@
 in addition to the compiled-in script, to build the user interface.
 This is only useful during development.
 .TP
+.B \-x
+Set the interface index to bind to when using multicast - the 
+.I ifIndex
+is a conecpt introduced by the IPv6 APIs in RFC3493 etc.
+.TP
 .B \-X
 Override the X resource 
 Vic.\fIresource\fR



More information about the Sumover-dev mailing list