* ParseOptions: ****************************************************************************/
| 2173 | * ParseOptions: |
| 2174 | ****************************************************************************/ |
| 2175 | static int ParseOptions( int argc, char ** argv ) |
| 2176 | { |
| 2177 | |
| 2178 | #define PREVIEWS 257 |
| 2179 | #define START_AT_PREVIEW 258 |
| 2180 | #define START_AT 259 |
| 2181 | #define STOP_AT 260 |
| 2182 | #define ANGLE 261 |
| 2183 | #define DVDNAV 262 |
| 2184 | #define DISPLAY_WIDTH 263 |
| 2185 | #define PIXEL_ASPECT 264 |
| 2186 | #define MODULUS 265 |
| 2187 | #define KEEP_DISPLAY_ASPECT 266 |
| 2188 | #define SUB_BURNED 267 |
| 2189 | #define SUB_DEFAULT 268 |
| 2190 | #define NATIVE_DUB 269 |
| 2191 | #define SRT_FILE 270 |
| 2192 | #define SRT_CODESET 271 |
| 2193 | #define SRT_OFFSET 272 |
| 2194 | #define SRT_LANG 273 |
| 2195 | #define SRT_DEFAULT 274 |
| 2196 | #define SRT_BURN 275 |
| 2197 | #define ROTATE_FILTER 276 |
| 2198 | #define SCAN_ONLY 277 |
| 2199 | #define MAIN_FEATURE 278 |
| 2200 | #define MIN_DURATION 279 |
| 2201 | #define AUDIO_GAIN 280 |
| 2202 | #define ALLOWED_AUDIO_COPY 281 |
| 2203 | #define AUDIO_FALLBACK 282 |
| 2204 | #define ENCODER_PRESET 284 |
| 2205 | #define ENCODER_PRESET_LIST 285 |
| 2206 | #define ENCODER_TUNE 286 |
| 2207 | #define ENCODER_TUNE_LIST 287 |
| 2208 | #define ENCODER_PROFILE 288 |
| 2209 | #define ENCODER_PROFILE_LIST 289 |
| 2210 | #define ENCODER_LEVEL 290 |
| 2211 | #define ENCODER_LEVEL_LIST 291 |
| 2212 | #define NORMALIZE_MIX 293 |
| 2213 | #define AUDIO_DITHER 294 |
| 2214 | #define QSV_ASYNC_DEPTH 296 |
| 2215 | #define QSV_ADAPTER 297 |
| 2216 | #define QSV_IMPLEMENTATION 298 |
| 2217 | #define FILTER_NLMEANS 299 |
| 2218 | #define FILTER_NLMEANS_TUNE 300 |
| 2219 | #define AUDIO_LANG_LIST 301 |
| 2220 | #define SUBTITLE_LANG_LIST 302 |
| 2221 | #define PRESET_EXPORT 303 |
| 2222 | #define PRESET_EXPORT_DESC 304 |
| 2223 | #define PRESET_EXPORT_FILE 305 |
| 2224 | #define PRESET_IMPORT 306 |
| 2225 | #define PRESET_IMPORT_GUI 307 |
| 2226 | #define VERSION 308 |
| 2227 | #define DESCRIBE 309 |
| 2228 | #define PAD 310 |
| 2229 | #define FILTER_COMB_DETECT 311 |
| 2230 | #define QUEUE_IMPORT 312 |
| 2231 | #define FILTER_UNSHARP 313 |
| 2232 | #define FILTER_UNSHARP_TUNE 314 |
no test coverage detected