.TH GAVF-MUX 1 "2024-02-09" Gmerlin "User Manuals" .SH NAME gavf-mux \- Multiplex multiple gavf stream into one .SH SYNOPSIS .B gavf-mux .I [options] .SH DESCRIPTION gavf tee .SH OPTIONS .B \-i .I .RS 2 Input file or location. Use this option multiple times to add more inputs. .RE .B \-o .I .RS 2 Output file or location .RE .B \-m .I name=value .RS 2 Set global metadata of the output (can be used multiple times). Use "name=" to clear a field .RE .B \-oopt .I param1=val1[¶m2=val2...] .RS 2 options .RE .RS 2 .BR shm "= (default: 1024)" .P SHM threshold .P Select the minimum packet size for using shared memory for a stream. Non-positive values disable shared memory completely .P .BR to "= (500..100000, default: 5000)" .P Timeout (milliseconds) .P .BR dp "=[1|0] (default: 0)" .P Dump gavf packets .P Use this for debugging .P .RE .SH GENERIC OPTIONS The following generic options are available for all gmerlin applications .B \-help .RS 2 Print this help message and exit .RE .B \-help\-man .RS 2 Print this help message as a manual page and exit .RE .B \-help\-texi .RS 2 Print this help message in texinfo format and exit .RE .B \-version .RS 2 Print version info and exit .RE .B \-v .I level .RS 2 Set verbosity level (0..4) .RE .B \-syslog .I name .RS 2 Log to syslog the specified name .RE .B \-stderr .RS 2 Always log to stderr .RE .SH FILES .B ~/.gmerlin/plugins.xml .RS 2 Cache of the plugin registry (shared by all applications) .RE .P .B ~/.gmerlin/generic/cfg.xml .RS 2 Default plugin parameters are read from there. Use gmerlin_plugincfg to change them. .RE .P