.TH GAVF-RECOMPRESS 1 "2024-04-12" Gmerlin "User Manuals" .SH NAME gavf-recompress \- Recompress streams of a gavf stream .SH SYNOPSIS .B gavf-recompress .I [options] .SH DESCRIPTION gavf recompressor .SH OPTIONS .B \-i .I .RS 2 Input file or location .RE .B \-iopt .I .RS 2 .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 .RS 2 options .RE .B \-as .I .RS 2 Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed) .RE .B \-vs .I .RS 2 Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed) .RE .B \-ts .I .RS 2 Comma separated list of characters 'm' (mute) or 'c' (read) .RE .B \-os .I .RS 2 Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed) .RE .B \-ac .I param1=val1[¶m2=val2...] .RS 2 Audio compression options .RE .RS 2 .BR p "=option[{suboptions}]" .P Supported options: .P Default: (null) .P Compression .P .RE .B \-vc .I param1=val1[¶m2=val2...] .RS 2 Video compression options .RE .RS 2 .BR p "=option[{suboptions}]" .P Supported options: .P Default: (null) .P Compression .P .RE .B \-oc .I param1=val1[¶m2=val2...] .RS 2 Overlay compression options .RE .RS 2 .BR p "=option[{suboptions}]" .P Supported options: .P Default: (null) .P Compression .P .RE .B \-fa .RS 2 Force audio recompression even if the input stream has the desired compression already. .RE .B \-fv .RS 2 Force video recompression even if the input stream has the desired compression already. .RE .B \-fo .RS 2 Force overlay recompression even if the input stream has the desired compression already. .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