From 56d48b3a019fdf4e630175160779a81db57addb5 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Thu, 7 Dec 2023 23:16:24 +0530 Subject: [PATCH] feat: give a spin to the parameters --- lib/models/settings_model.dart | 118 ++++++++++++++++----------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/lib/models/settings_model.dart b/lib/models/settings_model.dart index ea357d4..b9b42de 100644 --- a/lib/models/settings_model.dart +++ b/lib/models/settings_model.dart @@ -223,80 +223,80 @@ class SettingsModel { static Map get paramsLookUpMap { return { - 'out': '-out=', - 'inp': '-in=', + 'out': '--out=', + 'inp': '--in=', 'outputfilename': '-o', - 'fixptsjumps': '-fixptsjumps', + 'fixptsjumps': '--fixptsjumps', 'append': '--append', 'service': '--service', 'outInterval': '--outinterval', 'segmentonkeyonly': '--segmentonkeyonly', 'goptime': '--goptime', - 'nogoptime': '--nogoptime', + 'nogoptime': '--no-goptime', 'fixpadding': '--fixpadding', - 'freqEs15': '-90090', + 'freqEs15': '--90090', 'stream': '--stream', 'videoedited': '--videoedited', 'usepicorder': '--usepicorder', - 'myth': '-myth', - 'nomyth': '-nomyth', - 'wtvconvertfix': '-wtvconvertfix', - 'wtvmpeg2': '-wtvmpeg2', + 'myth': '--myth', + 'nomyth': '--no-myth', + 'wtvconvertfix': '--wtvconvertfix', + 'wtvmpeg2': '--wtvmpeg2', 'program_number': '--program-number', - 'autoprogram': '-autoprogram', - 'multiprogram': '-multiprogram', - 'streamtype': '-streamtype', + 'autoprogram': '--autoprogram', + 'multiprogram': '--multiprogram', + 'streamtype': '--streamtype', 'hauppauge': '--hauppauge', - 'mp4vidtrack': '-mp4vidtrack', - 'noautotimeref': '-noautotimeref', - 'noscte20': '--noscte20', + 'mp4vidtrack': '--mp4vidtrack', + 'noautotimeref': '--no-autotimeref', + 'noscte20': '--no-scte20', 'webvttcss': '--webvtt-create-css', 'analyzevideo': '--analyzevideo', 'notimestamp': '--no-timestamp-map', - 'nolevdist': '-nolevdist', - 'minlevdist': '-levdistmincnt', - 'maxlevdist': '-levdistmaxpct', - 'chapters': '-chapters', - 'bom': '-bom', - 'nobom': '-nobom', - 'nofontcolor': '--nofontcolor', - 'nohtmlescape': '--nohtmlescape', - 'notypesetting': '--notypesetting', - 'trim': '-trim', + 'nolevdist': '--no-levdist', + 'minlevdist': '--levdistmincnt', + 'maxlevdist': '--levdistmaxpct', + 'chapters': '--chapters', + 'bom': '--bom', + 'nobom': '--no-bom', + 'nofontcolor': '--no-fontcolor', + 'nohtmlescape': '--no-htmlescape', + 'notypesetting': '--no-typesetting', + 'trim': '--trim', 'defaultcolor': '--defaultcolor', 'sentencecap': '--sentencecap', 'capFile': '--capfile', 'kf': '--kf', 'profanityFile': '--profanity-file', 'splitbysentence': '--splitbysentence', - 'datets': '-datets', - 'sects': '-sects', - 'latrusmap': '-latrusmap', + 'datets': '--datets', + 'sects': '--sects', + 'latrusmap': '--latrusmap', 'xds': '=xds', - 'lf': '-lf', - 'df': '-df', + 'lf': '--lf', + 'df': '--df', 'autodash': '- autodash', - 'xmltv': '-xmltv', - 'xmltvliveinterval': '-xmltvliveinterval', - 'xmltvoutputinterval': '-xmltvoutputinterval', - 'xmltvonlycurrent': '-xmltvonlycurrent', - 'sem': '-sem', - 'dvblang': '-dvblang', - 'ocrlang': '-ocrlang', - 'mkvlang': '-mkvlang', - 'quant': '-quant', - 'oem': '-oem', + 'xmltv': '--xmltv', + 'xmltvliveinterval': '--xmltvliveinterval', + 'xmltvoutputinterval': '--xmltvoutputinterval', + 'xmltvonlycurrent': '--xmltvonlycurrent', + 'sem': '--sem', + 'dvblang': '--dvblang', + 'ocrlang': '--ocrlang', + 'mkvlang': '--mkvlang', + 'quant': '--quant', + 'oem': '--oem', 'bufferinput': '--bufferinput', 'nobufferinput': '-nobufferinput', 'buffersize': '--buffersize', - 'koc': '-koc', - 'dru': '-dru', - 'norollup': '--norollup', - 'delay': '-delay', - 'startat': '-startat', - 'endat': '-endat', - 'codec': '-codec', - 'nocodec': 'nocodec', + 'koc': '--koc', + 'dru': '--dru', + 'norollup': '--no-rollup', + 'delay': '--delay', + 'startat': '--startat', + 'endat': '--endat', + 'codec': '--codec', + 'nocodec': '--no-codec', 'startcreditstext': '--startcreditstext', 'startcreditsnotbefore': '--startcreditsnotbefore', 'startcreditsnotafter': '--startcreditsnotafter', @@ -305,17 +305,17 @@ class SettingsModel { 'endcreditstext': '--endcreditstext', 'endcreditsforatleast': '--endcreditsforatleast', 'endcreditsforatmost': '--endcreditsforatmost', - 'tpage': '-tpage', - 'teletext': '-teletext', - 'noteletext': '-noteletext', - 'hardsubx': '-hardsubx', - 'tickertext': '-tickertext', - 'ocrMode': '-ocr_mode', - 'subcolor': '-subcolor', - 'minSubDuration': '-min_sub_duration', - 'detectItalics': '-detect_italics', - 'confThresh': '-conf_thresh', - 'whiteThresh': '-whiteness_thresh', + 'tpage': '--tpage', + 'teletext': '--teletext', + 'noteletext': '--no-teletext', + 'hardsubx': '--hardsubx', + 'tickertext': '--tickertext', + 'ocrMode': '--ocr-mode', + 'subcolor': '--subcolor', + 'minSubDuration': '--min-sub-duration', + 'detectItalics': '--detect-italics', + 'confThresh': '--conf-thresh', + 'whiteThresh': '--whiteness-thresh', 'splitMode': '', // splitMode is not a ccx setting }; }