Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

metapublish

Lin Xie edited this page Jan 7, 2020 · 1 revision

Publish inference results obtained from filter metaconvert to json file, Kafka etc.

Muxer metapublish [DNN inference metadata publisher]:
    Common extensions: json.
    Default video codec: wrapped_avframe.
metapublish_muxer AVOptions:
  -method            <flags>      E........ Publishing method. Set to one of: 'file:0', 'kafka:1' (default 0)
  -output_format     <string>     E........ [method= file] Output format of published file. Set to one of: 'stream' (raw inference per line) or 'batch' (each file holds array of JSON inferences) (default "batch")

Clone this wiki locally