[ExtractAudio] Allow conditional conversion

Closes #1715
This commit is contained in:
pukkandan
2022-06-06 21:51:28 +05:30
parent 35faefee5d
commit e0ab98541c
4 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -1424,7 +1424,8 @@ def create_parser():
'--audio-format', metavar='FORMAT', dest='audioformat', default='best',
help=(
'Format to convert the audio to when -x is used. '
f'(currently supported: best (default), {", ".join(FFmpegExtractAudioPP.SUPPORTED_EXTS)})'))
f'(currently supported: best (default), {", ".join(FFmpegExtractAudioPP.SUPPORTED_EXTS)}). '
'You can specify multiple rules using similar syntax as --remux-video'))
postproc.add_option(
'--audio-quality', metavar='QUALITY',
dest='audioquality', default='5',