]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[ExtractAudio] Allow conditional conversion
[yt-dlp.git] / yt_dlp / options.py
index 97d8c61a929b2178baaa8f08e0c0889fcbd6034b..a9a2ba45f460d6c84bbd0ecf43622e6acb0fbec4 100644 (file)
@@ -1424,7 +1424,8 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
         '--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',