adding extra descriptions for livepeer and MKVexec
This commit is contained in:
parent
a9e88a0c39
commit
d5aac198df
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue