MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Help_Output

Function Help_Output

Source/CLI/Help.cpp:190–214  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

188
189//---------------------------------------------------------------------------
190int Help_Output()
191{
192 TEXTOUT("--Output=... Specify a template (BETA)");
193 STRINGOUT(String(__T("Usage: \" --Output=[xxx;]Text FileName\"")).insert(8, Program_Name));
194 TEXTOUT("");
195 TEXTOUT("xxx can be: General, Video, Audio, Text, Chapter, Image, Menu");
196 TEXTOUT("Text can be the template text, or a filename");
197 TEXTOUT(" Filename must be in the form file://filename");
198 TEXTOUT("");
199 TEXTOUT("See --Info-Parameters for available parameters in the text");
200 TEXTOUT("(Parameters must be surrounded by \"%\" sign)");
201 TEXTOUT("");
202 STRINGOUT(String(__T("Usage: \" --Output=Video;%AspectRatio% FileName\"")).insert(8, Program_Name));
203 TEXTOUT("");
204 STRINGOUT(String(__T("Usage: \" --Output=Video;file://Video.txt FileName\"")).insert(8, Program_Name));
205 TEXTOUT("and Video.txt contains ");
206 TEXTOUT("\"%DisplayAspectRatio%\" for Video Aspect Ratio.");
207 TEXTOUT("");
208 STRINGOUT(String(__T("Usage: \" --Output=file://Text.txt FileName\"")).insert(8, Program_Name));
209 TEXTOUT("and Text.txt contains");
210 TEXTOUT("\"Video;%DisplayAspectRatio%\" for Video Aspect Ratio.");
211 TEXTOUT("\"Audio;%Format%\" for Audio Format.");
212
213 return MI_ERROR;
214}
215
216
217//---------------------------------------------------------------------------

Callers 1

CL_OPTIONFunction · 0.85

Calls 2

TEXTOUTFunction · 0.85
STRINGOUTFunction · 0.85

Tested by

no test coverage detected