We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6992b40 commit c5789c9Copy full SHA for c5789c9
utils/utilities.py
@@ -646,7 +646,7 @@ def _validate_settings(self):
646
"command": "--audio-quality {}",
647
"dependency": 'Convert to audio',
648
"options": ['0', '5', '9'],
649
- "state": True,
+ "state": False,
650
"tooltip": "Specify ffmpeg/avconv audio quality.\ninsert"
651
"a value between\n0 (better) and 9 (worse)"
652
"for VBR\nor a specific bitrate like 128K"
0 commit comments