You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,7 +96,7 @@ int main( int argc, char** argv )
97
96
{
98
97
std::string help;
99
98
help += "Usage\n";
100
-
help += "\tavprocessor CONFIG.TXT OUTPUT_FILE_NAME [--generate-black] [--generate-silence] [--help]\n";
99
+
help += "\tavprocessor CONFIG.TXT OUTPUT_FILE_NAME [--generate-black] [--help]\n";
101
100
help += "CONFIG.TXT\n";
102
101
help += "\tEach line will be one stream in the output.\n";
103
102
help += "\tPattern of each line is:\n";
@@ -106,8 +105,7 @@ int main( int argc, char** argv )
106
105
help += "\tNo subStreamId: will process of channels of the stream\n";
107
106
help += "\tNo profileName: will rewrap the stream\n";
108
107
help += "Command line options\n";
109
-
help += "\t--generate-black: stream which not referred to an input, will generate an output video stream with black images\n";
110
-
help += "\t--generate-silent: stream which not referred to an input, will generate an output audio stream with silence\n";
108
+
help += "\t--generate-black: stream which not referred to an input, will generate an output video stream with black images (by default generate audio stream with silence)\n";
111
109
help += "\t--help: display this help\n";
112
110
113
111
// List command line arguments
@@ -122,10 +120,6 @@ int main( int argc, char** argv )
0 commit comments