logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gavf-encode - Gavf stream encoder

Description

       gavf encoder

Files

~/.gmerlin/plugins.xml

         Cache of the plugin registry (shared by all applications)

       ~/.gmerlin/generic/cfg.xml

         Default plugin parameters are read from there. Use gmerlin_plugincfg to change them.

Gmerlin                                            2024-08-12                                     GAVF-ENCODE(1)

Generic Options

       The following generic options are available for all gmerlin applications

       -help

         Print this help message and exit

       -help-man

         Print this help message as a manual page and exit

       -help-texi

         Print this help message in texinfo format and exit

       -version

         Print version info and exit

       -vlevel

         Set verbosity level (0..4)

       -syslogname

         Log to syslog the specified name

       -stderr

         Always log to stderr

Name

       gavf-encode - Gavf stream encoder

Options

-i<input_file>

         Input file or location

       -ioptparam1=val1[&param2=val2...]dh=[1|0] (default: 0)

         Dump gavf headers

         Use this for debugging

         dp=[1|0] (default: 0)

         Dump gavf packets

         Use this for debugging

         dm=[1|0] (default: 0)

         Dump inline metadata

         Use this for debugging

         to=<number> (500..100000, default: 5000)

         Timeout (milliseconds)

         nomsg=[1|0] (default: 0)

         No messages

         Don't attempt to make a back-channel for messages. Forward messages might still be sent.

       -as<stream_selector>

         Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed)

       -vs<stream_selector>

         Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed)

       -ts<stream_selector>

         Comma separated list of characters 'm' (mute) or 'c' (read)

       -os<stream_selector>

         Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed)

       -encparam1=val1[&param2=val2...]

         Encoding options
         ae=option[{suboptions}]

         Supported options: $to_video

         Default: (null)

         Audio

         te=option[{suboptions}]

         Supported options: $to_video

         Default: (null)

         Text subtitles

         oe=option[{suboptions}]

         Supported options: $to_video e_ovl2text

         Default: e_ovl2text

         Overlay subtitles

         Suboptionsforoe=e_ovl2textbackground_color=<r>,<g>,<b> (default: 0.000,0.000,0.000)

           <r>, <g> and <b> are in the range 0.0..1.0

           Background color

           Background color to use, when converting formats with transparency to grayscale

           tmpdir=<string> (Default: /tmp)

           Temporary directory

           Temporary directory for image files

           plugin=option[{suboptions}]

           Supported options:

           Default: (null)

           Plugin

           Plugin for writing the text subtitles

         ve=option[{suboptions}]

         Supported options:

         Default: (null)

         Video

       -ac<options>

         Audio compression options

       -vc<options>

         Video compression options

       -tc<options>

         Text  compression options

       -oc<options>

         Overlay compression options

       -o<output>

         Output file (without extension) or location

Synopsis

gavf-encode[options]

See Also