From 857f63136d4f46b18353f8e50b07ff1394b79695 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 22 May 2021 13:08:12 +0530 Subject: [videoconvertor] Generalize with remuxer and allow conditional recoding --- yt_dlp/options.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yt_dlp/options.py') 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', -- cgit v1.2.3