Lines Matching refs:TEXTOUT

40     TEXTOUT("");  in Help()
41 TEXTOUT("Options:"); in Help()
42 TEXTOUT("--Help, -h"); in Help()
43 TEXTOUT(" Display this help and exit"); in Help()
44 TEXTOUT("--Help-Output"); in Help()
45 TEXTOUT(" Display help for Output= option"); in Help()
46 TEXTOUT("--Help-AnOption"); in Help()
47 TEXTOUT(" Display help for \"AnOption\""); in Help()
48 TEXTOUT("--Version"); in Help()
49 TEXTOUT(" Display MediaInfo version and exit"); in Help()
50 TEXTOUT(""); in Help()
51 TEXTOUT("--Full, -f"); in Help()
52 TEXTOUT(" Full information Display (all internal tags)"); in Help()
53 TEXTOUT("--Output=HTML"); in Help()
54 TEXTOUT(" Full information Display with HTML tags"); in Help()
55 TEXTOUT("--Output=XML"); in Help()
56 TEXTOUT(" Full information Display with XML tags"); in Help()
57 TEXTOUT("--Output=OLDXML"); in Help()
58 TEXTOUT(" Full information Display with XML tags using the older"); in Help()
59 TEXTOUT(" MediaInfo schema"); in Help()
60 TEXTOUT("--Output=JSON"); in Help()
61 TEXTOUT(" Full information Display using JSON"); in Help()
62 TEXTOUT("--Output=EBUCore"); in Help()
63 TEXTOUT(" Full information Display with EBUCore compliant XML tags"); in Help()
64 TEXTOUT("--Output=EBUCore_JSON"); in Help()
65 TEXTOUT(" Full information Display with EBUCore 1.8 compliant JSON"); in Help()
66 TEXTOUT("--Output=PBCore"); in Help()
67 TEXTOUT(" Full information Display with PBCore compliant XML tags"); in Help()
68 TEXTOUT("--Output=PBCore2"); in Help()
69 TEXTOUT(" Full information Display with PBCore 2.0 compliant XML tags"); in Help()
70 TEXTOUT("--AcquisitionDataOutputMode=segmentParameter"); in Help()
71 TEXTOUT(" Display Acquisition Data by segment then parameter (EBUCore"); in Help()
72 TEXTOUT(" and NISO Z39.87 outputs)"); in Help()
73 TEXTOUT("--AcquisitionDataOutputMode=parameterSegment"); in Help()
74 TEXTOUT(" Display Acquisition Data by parameter then segment (EBUCore"); in Help()
75 TEXTOUT(" and NISO Z39.87 outputs)"); in Help()
76 TEXTOUT("--ExternalMetadata=..."); in Help()
77 TEXTOUT(" Add external metadata to the output (EBUCore output)"); in Help()
78 TEXTOUT("--ExternalMetadataConfig=..."); in Help()
79 TEXTOUT(" Output template for external metadata (EBUCore output)"); in Help()
80 TEXTOUT("--Info-Parameters"); in Help()
81 TEXTOUT(" Display list of Inform= parameters"); in Help()
82 TEXTOUT(""); in Help()
83 TEXTOUT("--Language=raw"); in Help()
84 TEXTOUT(" Display non-translated unique identifiers (internal text)"); in Help()
85 TEXTOUT("--Details=1"); in Help()
86 TEXTOUT(" Display mediatrace info"); in Help()
87 TEXTOUT("--inform_version=1"); in Help()
88 TEXTOUT(" Add MediaInfoLib version to the text output"); in Help()
89 TEXTOUT("--inform_timestamp=1"); in Help()
90 TEXTOUT(" Add report creation timestamp to the text output"); in Help()
91 TEXTOUT("--File_TestContinuousFileNames=0"); in Help()
92 TEXTOUT(" Disable image sequence detection"); in Help()
93 TEXTOUT("--LogFile=..."); in Help()
94 TEXTOUT(" Save the output in the specified file"); in Help()
95 TEXTOUT("--BOM"); in Help()
96 TEXTOUT(" Byte order mark for UTF-8 output"); in Help()
97 TEXTOUT(""); in Help()
98 TEXTOUT("--Ssl_CertificateFileName=..."); in Help()
99 TEXTOUT(" File name of the SSL certificate."); in Help()
100 TEXTOUT(" The default format is \"PEM\" and can be changed"); in Help()
101 TEXTOUT(" with --Ssl_CertificateFormat."); in Help()
102 TEXTOUT("--Ssl_CertificateFormat=..."); in Help()
103 TEXTOUT(" File format of the SSL certificate."); in Help()
104 TEXTOUT(" Supported formats are \"PEM\" and \"DER\""); in Help()
105 TEXTOUT("--Ssl_PrivateKeyFileName=..."); in Help()
106 TEXTOUT(" File name of the SSL private key."); in Help()
107 TEXTOUT(" The default format is \"PEM\" and can be changed"); in Help()
108 TEXTOUT(" with --Ssl_PrivateKeyFormat."); in Help()
109 TEXTOUT(" Note: private key with a password is not supported."); in Help()
110 TEXTOUT("--Ssl_PrivateKeyFormat=..."); in Help()
111 TEXTOUT(" File format of the SSL private key."); in Help()
112 TEXTOUT(" Supported formats are \"PEM\" and \"DER\""); in Help()
113 TEXTOUT("--Ssl_CertificateAuthorityFileName=..."); in Help()
114 TEXTOUT(" File name of the SSL certificate authorities"); in Help()
115 TEXTOUT(" to verify the peer with."); in Help()
116 TEXTOUT("--Ssl_CertificateAuthorityPath=..."); in Help()
117 TEXTOUT(" Path of the SSL certificate authorities"); in Help()
118 TEXTOUT(" to verify the peer with."); in Help()
119 TEXTOUT("--Ssl_CertificateRevocationListFileName=..."); in Help()
120 TEXTOUT(" File name of the SSL certificate revocation list."); in Help()
121 TEXTOUT(" The format is \"PEM\""); in Help()
122 TEXTOUT("--Ssl_IgnoreSecurity=..."); in Help()
123 TEXTOUT(" Does not verify the authenticity of the peer's certificate"); in Help()
124 TEXTOUT(" Use it at your own risks"); in Help()
125 TEXTOUT("--Ssh_PublicKeyFileName=..."); in Help()
126 TEXTOUT(" File name of the SSH private key."); in Help()
127 TEXTOUT(" Default is $HOME/.ssh/id_rsa.pub or $HOME/.ssh/id_dsa.pub"); in Help()
128 TEXTOUT(" if the HOME environment variable is set, and just"); in Help()
129 TEXTOUT(" \"id_rsa.pub\" or \"id_dsa.pub\" in the current directory"); in Help()
130 TEXTOUT(" if HOME is not set."); in Help()
131 TEXTOUT(" Note: you need to set both public and private key."); in Help()
132 TEXTOUT("--Ssh_PrivateKeyFileName=..."); in Help()
133 TEXTOUT(" File name of the SSH private key."); in Help()
134 TEXTOUT(" Default is $HOME/.ssh/id_rsa or $HOME/.ssh/id_dsa"); in Help()
135 TEXTOUT(" if the HOME environment variable is set, and just"); in Help()
136 TEXTOUT(" \"id_rsa\" or \"id_dsa\" in the current directory"); in Help()
137 TEXTOUT(" if HOME is not set."); in Help()
138 TEXTOUT(" Note: you need to set both public and private key."); in Help()
139 TEXTOUT(" Note: private key with a password is not supported."); in Help()
140 TEXTOUT("--Ssh_KnownHostsFileName=..."); in Help()
141 TEXTOUT(" File name of the known hosts"); in Help()
142 TEXTOUT(" The format is the OpenSSH file format (libssh2)"); in Help()
143 TEXTOUT(" Default is $HOME/.ssh/known_hosts"); in Help()
144 TEXTOUT(" if the HOME environment variable is set, and just"); in Help()
145 TEXTOUT(" \"known_hosts\" in the current directory"); in Help()
146 TEXTOUT(" if HOME is not set."); in Help()
147 TEXTOUT("--Ssh_IgnoreSecurity"); in Help()
148 TEXTOUT(" Does not verify the authenticity of the peer"); in Help()
149 TEXTOUT(" (you don't need to accept the key with ssh first)"); in Help()
150 TEXTOUT(" Use it at your own risks"); in Help()
167 TEXTOUT("--Output=... Specify a template (BETA)"); in Help_Output()
169 TEXTOUT(""); in Help_Output()
170 TEXTOUT("xxx can be: General, Video, Audio, Text, Chapter, Image, Menu"); in Help_Output()
171 TEXTOUT("Text can be the template text, or a filename"); in Help_Output()
172 TEXTOUT(" Filename must be in the form file://filename"); in Help_Output()
173 TEXTOUT(""); in Help_Output()
174 TEXTOUT("See --Info-Parameters for available parameters in the text"); in Help_Output()
175 TEXTOUT("(Parameters must be surrounded by \"%\" sign)"); in Help_Output()
176 TEXTOUT(""); in Help_Output()
178 TEXTOUT(""); in Help_Output()
180 TEXTOUT("and Video.txt contains "); in Help_Output()
181 TEXTOUT("\"%DisplayAspectRatio%\" for Video Aspect Ratio."); in Help_Output()
182 TEXTOUT(""); in Help_Output()
184 TEXTOUT("and Text.txt contains"); in Help_Output()
185 TEXTOUT("\"Video;%DisplayAspectRatio%\" for Video Aspect Ratio."); in Help_Output()
186 TEXTOUT("\"Audio;%Format%\" for Audio Format."); in Help_Output()