adding extra descriptions for livepeer and MKVexec

This commit is contained in:
Balder 2024-03-28 20:25:36 +01:00 committed by Thulinma
parent a9e88a0c39
commit d5aac198df
2 changed files with 2 additions and 0 deletions

View file

@ -319,6 +319,7 @@ int main(int argc, char *argv[]){
if (config.getBool("json")){
capa["name"] = "MKVExec";
capa["hrn"] = "Executable: Matroska In/Out";
capa["desc"] = "Pipe MKV in, expect MKV out. You choose the executable in between yourself.";
addGenericProcessOptions(capa);

View file

@ -554,6 +554,7 @@ int main(int argc, char *argv[]){
if (config.getBool("json")){
capa["name"] = "Livepeer";
capa["hrn"] = "Encoder: Livepeer network encoding";
capa["desc"] = "Use livepeer to transcode video.";
addGenericProcessOptions(capa);