diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-03-20 04:12:34 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-03-20 04:12:34 +0600 |
commit | 40025ee2a339d1a357869fd8d8718a737d250d9e (patch) | |
tree | 680098b1136a5e8fc8e779dbb512218fd97ff26c /youtube_dl/options.py | |
parent | 5c7cd37ebd6dfb7d5809d2798d0188decce42914 (diff) |
[postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r-- | youtube_dl/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 9dd7a8034..755ed6540 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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, |