aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-05-22 13:08:12 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-05-22 15:20:42 +0530
commit857f63136d4f46b18353f8e50b07ff1394b79695 (patch)
tree2dc41cca4304481f070a4cb70d468ec3de0a746d /yt_dlp/options.py
parenta927acb1ecf7cef80c24eca604b73d9b5e45b732 (diff)
downloadhypervideo-pre-857f63136d4f46b18353f8e50b07ff1394b79695.tar.lz
hypervideo-pre-857f63136d4f46b18353f8e50b07ff1394b79695.tar.xz
hypervideo-pre-857f63136d4f46b18353f8e50b07ff1394b79695.zip
[videoconvertor] Generalize with remuxer and allow conditional recoding
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index c982dbb84..812bee572 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -1141,7 +1141,8 @@ def parseOpts(overrideArguments=None):
metavar='FORMAT', dest='recodevideo', default=None,
help=(
'Re-encode the video into another format if re-encoding is necessary. '
- 'The supported formats are the same as --remux-video'))
+ 'You can specify multiple rules similar to --remux-video. '
+ 'The supported formats are also the same as --remux-video'))
postproc.add_option(
'--postprocessor-args', '--ppa',
metavar='NAME:ARGS', dest='postprocessor_args', default={}, type='str',