[postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874)
[youtube-dl] / youtube_dl / options.py
index 9dd7a80346c2704c91cbaccb17096ac24a35f363..755ed6540f8ee82d850b2f71adc70fd28a0b383d 100644 (file)
@@ -720,7 +720,7 @@ def parseOpts(overrideArguments=None):
     postproc.add_option(
         '--embed-subs',
         action='store_true', dest='embedsubtitles', default=False,
-        help='Embed subtitles in the video (only for mkv and mp4 videos)')
+        help='Embed subtitles in the video (only for mp4, webm and mkv videos)')
     postproc.add_option(
         '--embed-thumbnail',
         action='store_true', dest='embedthumbnail', default=False,