@@ -223,80 +223,80 @@ class SettingsModel {
223
223
224
224
static Map <String , String > get paramsLookUpMap {
225
225
return {
226
- 'out' : '-out=' ,
227
- 'inp' : '-in =' ,
226
+ 'out' : '-- out=' ,
227
+ 'inp' : '--input =' ,
228
228
'outputfilename' : '-o' ,
229
- 'fixptsjumps' : '-fixptsjumps' ,
229
+ 'fixptsjumps' : '-- fixptsjumps' ,
230
230
'append' : '--append' ,
231
231
'service' : '--service' ,
232
232
'outInterval' : '--outinterval' ,
233
233
'segmentonkeyonly' : '--segmentonkeyonly' ,
234
234
'goptime' : '--goptime' ,
235
- 'nogoptime' : '--nogoptime ' ,
235
+ 'nogoptime' : '--no-goptime ' ,
236
236
'fixpadding' : '--fixpadding' ,
237
- 'freqEs15' : '-90090' ,
237
+ 'freqEs15' : '-- 90090' ,
238
238
'stream' : '--stream' ,
239
239
'videoedited' : '--videoedited' ,
240
240
'usepicorder' : '--usepicorder' ,
241
- 'myth' : '-myth' ,
242
- 'nomyth' : '-nomyth ' ,
243
- 'wtvconvertfix' : '-wtvconvertfix' ,
244
- 'wtvmpeg2' : '-wtvmpeg2' ,
241
+ 'myth' : '-- myth' ,
242
+ 'nomyth' : '--no-myth ' ,
243
+ 'wtvconvertfix' : '-- wtvconvertfix' ,
244
+ 'wtvmpeg2' : '-- wtvmpeg2' ,
245
245
'program_number' : '--program-number' ,
246
- 'autoprogram' : '-autoprogram' ,
247
- 'multiprogram' : '-multiprogram' ,
248
- 'streamtype' : '-streamtype' ,
246
+ 'autoprogram' : '-- autoprogram' ,
247
+ 'multiprogram' : '-- multiprogram' ,
248
+ 'streamtype' : '-- streamtype' ,
249
249
'hauppauge' : '--hauppauge' ,
250
- 'mp4vidtrack' : '-mp4vidtrack' ,
251
- 'noautotimeref' : '-noautotimeref ' ,
252
- 'noscte20' : '--noscte20 ' ,
250
+ 'mp4vidtrack' : '-- mp4vidtrack' ,
251
+ 'noautotimeref' : '--no-autotimeref ' ,
252
+ 'noscte20' : '--no-scte20 ' ,
253
253
'webvttcss' : '--webvtt-create-css' ,
254
254
'analyzevideo' : '--analyzevideo' ,
255
255
'notimestamp' : '--no-timestamp-map' ,
256
- 'nolevdist' : '-nolevdist ' ,
257
- 'minlevdist' : '-levdistmincnt' ,
258
- 'maxlevdist' : '-levdistmaxpct' ,
259
- 'chapters' : '-chapters' ,
260
- 'bom' : '-bom' ,
261
- 'nobom' : '-nobom ' ,
262
- 'nofontcolor' : '--nofontcolor ' ,
263
- 'nohtmlescape' : '--nohtmlescape ' ,
264
- 'notypesetting' : '--notypesetting ' ,
265
- 'trim' : '-trim' ,
256
+ 'nolevdist' : '--no-levdist ' ,
257
+ 'minlevdist' : '-- levdistmincnt' ,
258
+ 'maxlevdist' : '-- levdistmaxpct' ,
259
+ 'chapters' : '-- chapters' ,
260
+ 'bom' : '-- bom' ,
261
+ 'nobom' : '--no-bom ' ,
262
+ 'nofontcolor' : '--no-fontcolor ' ,
263
+ 'nohtmlescape' : '--no-htmlescape ' ,
264
+ 'notypesetting' : '--no-typesetting ' ,
265
+ 'trim' : '-- trim' ,
266
266
'defaultcolor' : '--defaultcolor' ,
267
267
'sentencecap' : '--sentencecap' ,
268
268
'capFile' : '--capfile' ,
269
269
'kf' : '--kf' ,
270
270
'profanityFile' : '--profanity-file' ,
271
271
'splitbysentence' : '--splitbysentence' ,
272
- 'datets' : '-datets' ,
273
- 'sects' : '-sects' ,
274
- 'latrusmap' : '-latrusmap' ,
275
- 'xds' : '= xds' ,
276
- 'lf' : '-lf' ,
277
- 'df' : '-df' ,
278
- 'autodash' : '- autodash' ,
279
- 'xmltv' : '-xmltv' ,
280
- 'xmltvliveinterval' : '-xmltvliveinterval' ,
281
- 'xmltvoutputinterval' : '-xmltvoutputinterval' ,
282
- 'xmltvonlycurrent' : '-xmltvonlycurrent' ,
283
- 'sem' : '-sem' ,
284
- 'dvblang' : '-dvblang' ,
285
- 'ocrlang' : '-ocrlang' ,
286
- 'mkvlang' : '-mkvlang' ,
287
- 'quant' : '-quant' ,
288
- 'oem' : '-oem' ,
272
+ 'datets' : '-- datets' ,
273
+ 'sects' : '-- sects' ,
274
+ 'latrusmap' : '-- latrusmap' ,
275
+ 'xds' : '-- xds' ,
276
+ 'lf' : '-- lf' ,
277
+ 'df' : '-- df' ,
278
+ 'autodash' : '-- autodash' ,
279
+ 'xmltv' : '-- xmltv' ,
280
+ 'xmltvliveinterval' : '-- xmltvliveinterval' ,
281
+ 'xmltvoutputinterval' : '-- xmltvoutputinterval' ,
282
+ 'xmltvonlycurrent' : '-- xmltvonlycurrent' ,
283
+ 'sem' : '-- sem' ,
284
+ 'dvblang' : '-- dvblang' ,
285
+ 'ocrlang' : '-- ocrlang' ,
286
+ 'mkvlang' : '-- mkvlang' ,
287
+ 'quant' : '-- quant' ,
288
+ 'oem' : '-- oem' ,
289
289
'bufferinput' : '--bufferinput' ,
290
- 'nobufferinput' : '-nobufferinput ' ,
290
+ 'nobufferinput' : '--no-bufferinput ' ,
291
291
'buffersize' : '--buffersize' ,
292
- 'koc' : '-koc' ,
293
- 'dru' : '-dru' ,
294
- 'norollup' : '--norollup ' ,
295
- 'delay' : '-delay' ,
296
- 'startat' : '-startat' ,
297
- 'endat' : '-endat' ,
298
- 'codec' : '-codec' ,
299
- 'nocodec' : 'nocodec ' ,
292
+ 'koc' : '-- koc' ,
293
+ 'dru' : '-- dru' ,
294
+ 'norollup' : '--no-rollup ' ,
295
+ 'delay' : '-- delay' ,
296
+ 'startat' : '-- startat' ,
297
+ 'endat' : '-- endat' ,
298
+ 'codec' : '-- codec' ,
299
+ 'nocodec' : '--no-codec ' ,
300
300
'startcreditstext' : '--startcreditstext' ,
301
301
'startcreditsnotbefore' : '--startcreditsnotbefore' ,
302
302
'startcreditsnotafter' : '--startcreditsnotafter' ,
@@ -305,17 +305,17 @@ class SettingsModel {
305
305
'endcreditstext' : '--endcreditstext' ,
306
306
'endcreditsforatleast' : '--endcreditsforatleast' ,
307
307
'endcreditsforatmost' : '--endcreditsforatmost' ,
308
- 'tpage' : '-tpage' ,
309
- 'teletext' : '-teletext' ,
310
- 'noteletext' : '-noteletext ' ,
311
- 'hardsubx' : '-hardsubx' ,
312
- 'tickertext' : '-tickertext' ,
313
- 'ocrMode' : '-ocr_mode ' ,
314
- 'subcolor' : '-subcolor' ,
315
- 'minSubDuration' : '-min_sub_duration ' ,
316
- 'detectItalics' : '-detect_italics ' ,
317
- 'confThresh' : '-conf_thresh ' ,
318
- 'whiteThresh' : '-whiteness_thresh ' ,
308
+ 'tpage' : '-- tpage' ,
309
+ 'teletext' : '-- teletext' ,
310
+ 'noteletext' : '--no-teletext ' ,
311
+ 'hardsubx' : '-- hardsubx' ,
312
+ 'tickertext' : '-- tickertext' ,
313
+ 'ocrMode' : '--ocr-mode ' ,
314
+ 'subcolor' : '-- subcolor' ,
315
+ 'minSubDuration' : '--min-sub-duration ' ,
316
+ 'detectItalics' : '--detect-italics ' ,
317
+ 'confThresh' : '--conf-thresh ' ,
318
+ 'whiteThresh' : '--whiteness-thresh ' ,
319
319
'splitMode' : '' , // splitMode is not a ccx setting
320
320
};
321
321
}
0 commit comments