tweak(script): Efficient' option to custom format type selection
This commit is contained in:
parent
19949a6833
commit
0a949e8d0e
|
|
@ -142,7 +142,7 @@ def main():
|
|||
required=True,
|
||||
help='Resolution for custom formats')
|
||||
parser.add_argument('--type',
|
||||
choices=['Quality', 'Balanced'],
|
||||
choices=['Quality', 'Balanced', 'Efficient'],
|
||||
required=True,
|
||||
help='Type of custom format')
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Reference in New Issue